Shades of Chardon #FCECDE
Tints of Chardon #FCECDE
RGB
CMYK
RGB Variations
Color information
#FCECDE (or 0xFCECDE) is known color: Chardon. HEX triplet: FC, EC and DE. RGB value is (252,236,222). Sum of RGB (Red+Green+Blue) = 252+236+222=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDE is #031321. Grayscale: #EFEFEF. Windows color (decimal): -201506 or 14609660. OLE color: 14609660.
HSL color Cylindrical-coordinate representation of color #FCECDE: hue angle of 28º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCECDE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 222 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.01 |
| HSL | 28º | 0.83% | 0.93% | - |
| HSV(B) | 28º | 0.12% | 0.99% | - |
| XYZ | 83.33 | 85.96 | 81.31 | - |
| YUV | 239.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 222 | 0 | 0.06 | 0.12 | 0.01 | 28 | 0.83 | 0.93 |
| Hex | FC | EC | DE | 0 | 6 | C | 1 | 1C | 53 | 5D |
| Octal | 374 | 354 | 336 | 0 | 6 | 14 | 1 | 34 | 123 | 135 |
| Binary | 11111100 | 11101100 | 11011110 | 0 | 110 | 1100 | 1 | 11100 | 1010011 | 1011101 |
Color Harmonies of #FCECDE
Complementary color
Monochromatic Colors of #FCECDE
Black with #FCECDE
Text Example
Text Example
White with #FCECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECDE; }
p { color: rgb(252,236,222); }
H1.HeaderClassName
{
color: #FCECDE;
}
.AnyTagClassName
{
color: #FCECDE;
}
</style>
background-color css
<style>
a { background-color: #FCECDE; }
a { background-color: rgb(252,236,222); }
div.DivClassName
{
background-color: #FCECDE;
}
.BgClassName
{
background-color: #FCECDE;
}
</style>
border-color css
<style>
span { border-color: #FCECDE; }
span { border-color: rgb(252,236,222); }
td.TdClassName
{
border-color: #FCECDE;
}
.TagClassName
{
border-color: #FCECDE;
}
</style>