#F0D3D3
A very light, moderate red closely aligning with Mistyrose.
About #F0D3D3
At its core, #F0D3D3 is a very light and moderate hue. Its closest recognized web color is Mistyrose. In the RGB color space, it consists of 240 red, 211 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 12% magenta, 12% yellow, and 6% black. The HSL representation is 0.0° hue, 49.2% saturation, and 88.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0D3D3
RGB240, 211, 211
HSL0.0°, 49.2%, 88.4%
CMYK0%, 12%, 12%, 6%
HSV0.0°, 12.1%, 94.1%
LAB86.9, 10.1, 3.7
XYZ71.0, 69.8, 71.4
Decimal15782867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.96:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D3D3;
}
.text-color {
color: #F0D3D3;
}
.border-color {
border: 2px solid #F0D3D3;
}