Shades of Chardon #FCE9DB
Tints of Chardon #FCE9DB
RGB
CMYK
RGB Variations
Color information
#FCE9DB (or 0xFCE9DB) is known color: Chardon. HEX triplet: FC, E9 and DB. RGB value is (252,233,219). Sum of RGB (Red+Green+Blue) = 252+233+219=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9DB is #031624. Grayscale: #EDEDED. Windows color (decimal): -202277 or 14412284. OLE color: 14412284.
HSL color Cylindrical-coordinate representation of color #FCE9DB: hue angle of 25.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE9DB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 219 | - |
CMYK | 0 | 0.08 | 0.13 | 0.01 |
HSL | 25.45º | 0.85% | 0.92% | - |
HSV(B) | 25.45º | 0.13% | 0.99% | - |
XYZ | 82.07 | 84.09 | 78.92 | - |
YUV | 237.09 | 117.79 | 138.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 219 | 0 | 0.08 | 0.13 | 0.01 | 25.45 | 0.85 | 0.92 |
Hex | FC | E9 | DB | 0 | 8 | D | 1 | 19 | 55 | 5C |
Octal | 374 | 351 | 333 | 0 | 10 | 15 | 1 | 31 | 125 | 134 |
Binary | 11111100 | 11101001 | 11011011 | 0 | 1000 | 1101 | 1 | 11001 | 1010101 | 1011100 |
Color Harmonies of #FCE9DB
Complementary color
Monochromatic Colors of #FCE9DB
Black with #FCE9DB
Text Example
Text Example
White with #FCE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9DB; }
p { color: rgb(252,233,219); }
H1.HeaderClassName
{
color: #FCE9DB;
}
.AnyTagClassName
{
color: #FCE9DB;
}
</style>
background-color css
<style>
a { background-color: #FCE9DB; }
a { background-color: rgb(252,233,219); }
div.DivClassName
{
background-color: #FCE9DB;
}
.BgClassName
{
background-color: #FCE9DB;
}
</style>
border-color css
<style>
span { border-color: #FCE9DB; }
span { border-color: rgb(252,233,219); }
td.TdClassName
{
border-color: #FCE9DB;
}
.TagClassName
{
border-color: #FCE9DB;
}
</style>