---
title: Fitzpatrick Skin Type Scale Overview
url: https://www.emergentmind.com/topics/fitzpatrick-skin-type-fst-scale
type: topic
---

# Fitzpatrick Skin Type Scale Overview

The Fitzpatrick Skin Type (FST) scale is a six-category dermatological taxonomy originally devised to quantify human skin’s reactivity to ultraviolet (UV) radiation, with subsequent widespread adoption for phenotypic skin tone annotation in clinical, algorithmic fairness, and computer vision studies. Despite its prevalence as a reporting standard, FST’s subjective origins, coarse quantization, and limited alignment with objective colorimetric measures have significant methodological and fairness implications.

## 1. Definition and Clinical Basis

The FST scale, introduced by Thomas B. Fitzpatrick in 1975 and formalized in 1988, stratifies human skin into six discrete types according to baseline pigmentation and propensity to sunburn or tan under UV exposure [2104.14685, 2602.10265, 2509.11184]:

| FST Type | UV Response                          | Common Descriptor       |
|:--------:|:-------------------------------------|:-----------------------|
| I        | Always burns, never tans             | Very fair (pale white) |
| II       | Burns easily, tans minimally         | Fair (white)           |
| III      | Sometimes mild burn, tans uniformly  | Medium (cream/beige)   |
| IV       | Burns minimally, always tans well    | Olive/moderate brown   |
| V        | Rarely burns, tans profusely         | Brown (dark brown)     |
| VI       | Never burns, deeply pigmented        | Black/very dark brown  |

Clinically, dermatologists assign FST through in-person assessment combining sunburn/tan history and non-lesional skin inspection, which is considered the gold standard [2602.10265]. FST was designed to stratify phototherapy risk, not as an objective measure of constitutive skin color [2410.21005].

## 2. Manual Annotation Protocols and Inter-Rater Reliability

Manual FST assignment in image datasets is typically performed by clinical experts or trained raters using the canonical six-point scale, often presented with exemplar reference images to improve anchoring [2104.14685, 2104.09957, 2207.02942]. Recent protocols emphasize dynamic consensus—where multiple independent raters’ decisions are fused via majority voting and accuracy-weighted aggregation—to maximize reliability [2104.09957, 2207.02942].

Quantitative evaluations demonstrate that manual annotation displays moderate inter-rater variability, even with clinical exemplars and color correction:

- Exact agreement among three raters is 30–36%; two-out-of-three agreement reaches ~90%; within-one-category concordance is ≥89% [2104.14685].
- In gold-standard evaluations versus board-certified dermatologists, crowd raters’ exact accuracy on FST is 38–59%, but off-by-one agreement is 71–85% depending on FST type [2104.09957].
- Dynamic consensus with expert review identifies problematic cases and brings crowd-expert agreement in line with expert-expert reliability, with Pearson ρ ≈ 0.84–0.88 [2207.02942].

Manual assignment is susceptible to context effects, background lighting, device differences, and subjective application of category boundaries [2410.21005, 2104.14685].

## 3. Automated FST Estimation and Colorimetric Mapping

Automated methods for skin type estimation leverage pixel-level colorimetry and machine learning. The most widely-adopted approach utilizes the Individual Typology Angle (ITA), a continuous feature from CIE-LAB color space [2504.04494, 2602.10265, 2104.09957, 2207.02942]:

\[
ITA = \arctan\left(\frac{L^* - 50}{b^*}\right) \times \frac{180}{\pi}
\]

where $L^*$ is CIE-LAB lightness and $b^*$ is blue–yellow chromaticity. ITA is binned into six FST intervals using empirically-derived thresholds; for the Kinyanjui et al. mapping [2207.02942]:

\[
\mathrm{FST} =
  \begin{cases}
    \mathrm{I}   & \text{if } ITA > 55^\circ \\
    \mathrm{II}  & 41 < ITA \leq 55 \\
    \mathrm{III} & 28 < ITA \leq 41 \\
    \mathrm{IV}  & 10 < ITA \leq 28 \\
    \mathrm{V}   & -30 < ITA \leq 10 \\
    \mathrm{VI}  & ITA \leq -30 \\
  \end{cases}
\]

Neural network-based models for FST prediction commonly employ ordinal regression (e.g., CORAL heads on EfficientNet or VGG backbones) to mimic the ordered nature of FST categories [2602.10265, 2504.04494]. These models are pre-trained on large-scale clinical and synthetic datasets annotated by humans, fine-tuned on real images with colorimeter references or expert FST labels, and evaluated, e.g., by Cohen’s κ, mean absolute error, and within-one-category accuracy.

In validated settings, automated ITA-based FST predictions agree with expert consensus within one category in 84–97% of cases, and CIELAB regression models predict ITA with intraclass correlation coefficients (ICC₃) >93% against colorimeter measurements [2602.10265, 2104.14685]. However, agreement with clinical experts for discrete FST assignment is consistently lower (Pearson ρ ≈ 0.52–0.57) than human inter-rater agreement, and is sensitive to segmentation, lighting, and calibration artifacts [2207.02942, 2504.04494].

## 4. Statistical Properties and Biases of the FST Scale

Empirical studies reveal that FST categories correspond only coarsely to measured skin color or objective pigmentation:

- In self-assignments, FST exhibits low colorimetric sensitivity: a one-step FST difference corresponds to ≈14.7 units of CIE-LAB $L^*$, compared to 7.4 for MST (palette-based) and 4.9 for CST (colorimetric) [2410.21005].
- Regression of FST against measured $L^*$, hue, chroma, and self-identified race yields $R^2=0.30$ ($p<10^{-30}$), much lower than for palette-based alternatives. FST is systematically influenced by hue, chroma, and race beyond $L^*$ alone; for equal lightness, White-identifying individuals select lighter FST categories than Black participants by ≈4.7 $L^*$ units [2410.21005].
- Annotators utilize only 66% of the FST range in self-assessment (types III–V dominate), reflecting limited practical differentiation.

The scale over-represents granularity in lighter types (I–III), while collapsing variation in darker skin into two undifferentiated categories (V–VI). This asymmetry risks label bias in algorithmic contexts, especially in downstream fairness evaluations [2509.11184].

## 5. Impact on AI Fairness and Dataset Composition

The FST scale is the de facto standard for stratifying dataset diversity and assessing algorithmic fairness in dermatology and face recognition [2104.09957, 2602.10265, 2509.11184, 2104.14685]. However, large public datasets are severely imbalanced:

- In the Fitzpatrick 17k dataset, skin types V–VI collectively comprise 13.7% of images, with types I–IV dominating.
- In ISIC 2020 and MILK10k dermatoscopic benchmarks, types V–VI account for <1% of annotated samples when algorithmic estimators are applied [2602.10265].

Quantitative fairness audits show that AI lesion classifiers are most accurate on FST categories present in training data, and that reducing FST granularity in lighter types (1/2 vs. 3/4) reduces both accuracy and fairness [2509.11184]. The fairness gap (max–min difference in accuracy or error rates across FSTs) can be reduced with protected-group ERM (training models per FST group), but only if granularity is preserved [2509.11184].

Weak concordance between FST and actual colorimetric skin tone amplifies the uncertainty of “bias” estimates in algorithmic evaluations. Many studies now advocate reporting uncertainty intervals (e.g., ±1 FST step) or transitioning to continuous measures of pigmentation (e.g., ITA, CST) for robust fairness assessment [2410.21005, 2104.14685, 2602.10265].

## 6. Methodological Limitations and Alternative Scales

The main criticisms and known limitations of FST center on three axes [2410.21005, 2104.14685, 2509.11184]:

1. **Coarseness and Subjectivity**: Only six categories are available, with weak anchoring to device-independent pigmentation; substantial intra- and inter-rater variability persists despite consensus protocols and color-corrected exemplars.
2. **Bias**: Assignment is influenced by context, chromaticity, and self-identified race, introducing systematic misplacement as a function of non-purposeful factors.
3. **Uneven Spacing**: Greater nuance exists in lighter types compared to darker, embedding structural bias in annotation and subsequent algorithmic training and testing.

Alternatives such as the Monk Skin Tone (MST) and Colorimetric Skin Tone (CST) scales provide finer granularity and improved alignment with measured $L^*$ and chromaticity [2410.21005]. CST, in particular, partitions skin tone into ten palette-based swatches generated to represent even incremental $L^*$ steps and quadratic chroma/hue variation, delivering $R^2=0.61$ in self-rating and vastly reduced race-dependent misclassification.

A plausible implication is that future research in AI fairness should transition to continuous, colorimetrically-calibrated scales and augment all annotation pipelines with explicit uncertainty quantification and bias correction protocols.

## 7. Practical Guidelines and Directions for Future Work

Best practices emerging from recent studies include:

- Use dynamic consensus protocols with explicit expert review to maximize reproducibility and identify ambiguous images needing expert arbitration [2207.02942, 2104.09957].
- Deploy calibration objects or rely on in-person assessment for gold-standard labels; avoid inferring FST from uncontrolled images without calibration or white-balancing [2104.14685, 2602.10265].
- Prefer segmentation-based or color quantization pipelines for automated colorimetry, and validate model-based predictions against physical colorimeter or spectrophotometric measurements [2504.04494, 2602.10265].
- Evaluate uncertainty intervals and report both exact and ±1-category concordance for FST, particularly in fairness and benchmarking studies [2104.14685, 2104.09957].
- Collect and curate datasets spanning the full FST and ITA range to support robust algorithmic audits; address the underrepresentation of darker types through targeted acquisition or synthetic augmentation [2602.10265, 2509.11184].

Expanding the adoption of continuous, colorimetrically grounded alternatives (i.e., ITA and CST) and reporting uncertainty within all FST-based analyses remain important future directions, alongside rigorous evaluation of lighting, device, and algorithmic sources of error in skin-tone annotation.

Source: https://www.emergentmind.com/topics/fitzpatrick-skin-type-fst-scale