#F8DBCC
A very light, vivid orange closely aligning with Mistyrose.
About #F8DBCC
When working with digital screens, the color #F8DBCC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mistyrose. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 219, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 12% Magenta, 18% Yellow, and 3% Black. The HSL representation is 20.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#F8DBCC
RGB248, 219, 204
HSL20.5°, 75.9%, 88.6%
CMYK0%, 12%, 18%, 3%
HSV20.5°, 17.7%, 97.3%
LAB89.4, 7.7, 11.0
XYZ74.9, 75.0, 67.6
Decimal16309196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.00:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DBCC;
}
.text-color {
color: #F8DBCC;
}
.border-color {
border: 2px solid #F8DBCC;
}