#F0CCB6
A very light, moderate orange closely aligning with Peachpuff.
About #F0CCB6
At its core, #F0CCB6 is a very light and moderate hue. Designers often compare it to the standard color Peachpuff. Its digital footprint relies on 240 parts red, 204 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 15% M, 24% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0CCB6
RGB240, 204, 182
HSL22.8°, 65.9%, 82.7%
CMYK0%, 15%, 24%, 6%
HSV22.8°, 24.2%, 94.1%
LAB84.5, 9.4, 15.7
XYZ66.0, 65.1, 53.3
Decimal15781046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.02:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CCB6;
}
.text-color {
color: #F0CCB6;
}
.border-color {
border: 2px solid #F0CCB6;
}