#F8D3CC
A very light, vivid red closely aligning with Mistyrose.
About #F8D3CC
Visually, #F8D3CC is defined as a vivid red. Its closest recognized web color is Mistyrose. Its digital footprint relies on 248 parts red, 211 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 15% Magenta, 18% Yellow, and 3% Black. The HSL representation is 9.5° hue, 75.9% saturation, and 88.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8D3CC
RGB248, 211, 204
HSL9.5°, 75.9%, 88.6%
CMYK0%, 15%, 18%, 3%
HSV9.5°, 17.7%, 97.3%
LAB87.4, 11.8, 8.3
XYZ72.9, 70.9, 67.0
Decimal16307148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.18:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8D3CC;
}
.text-color {
color: #F8D3CC;
}
.border-color {
border: 2px solid #F8D3CC;
}