#F7D3D6
A very light, moderate red closely aligning with Mistyrose.
About #F7D3D6
At its core, #F7D3D6 is a very light and moderate hue. If you're using CSS, you might find it aligns closely with Mistyrose. This translates to an RGB value of rgb(247, 211, 214).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 15% M, 13% Y, and 3% K. The HSL representation is 355.0° hue, 69.2% saturation, and 89.8% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F7D3D6
RGB247, 211, 214
HSL355.0°, 69.2%, 89.8%
CMYK0%, 15%, 13%, 3%
HSV355.0°, 14.6%, 96.9%
LAB87.6, 13.0, 3.2
XYZ73.8, 71.2, 73.5
Decimal16241622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.24:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F7D3D6;
}
.text-color {
color: #F7D3D6;
}
.border-color {
border: 2px solid #F7D3D6;
}