Shades of Chardon #FCECDF
Tints of Chardon #FCECDF
RGB
CMYK
RGB Variations
Color information
#FCECDF (or 0xFCECDF) is known color: Chardon. HEX triplet: FC, EC and DF. RGB value is (252,236,223). Sum of RGB (Red+Green+Blue) = 252+236+223=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDF is #031320. Grayscale: #EFEFEF. Windows color (decimal): -201505 or 14675196. OLE color: 14675196.
HSL color Cylindrical-coordinate representation of color #FCECDF: hue angle of 26.9º 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 #FCECDF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 223 | - |
CMYK | 0 | 0.06 | 0.12 | 0.01 |
HSL | 26.9º | 0.83% | 0.93% | - |
HSV(B) | 26.9º | 0.12% | 0.99% | - |
XYZ | 83.46 | 86.01 | 82.02 | - |
YUV | 239.3 | 118.8 | 137.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 223 | 0 | 0.06 | 0.12 | 0.01 | 26.9 | 0.83 | 0.93 |
Hex | FC | EC | DF | 0 | 6 | C | 1 | 1B | 53 | 5D |
Octal | 374 | 354 | 337 | 0 | 6 | 14 | 1 | 33 | 123 | 135 |
Binary | 11111100 | 11101100 | 11011111 | 0 | 110 | 1100 | 1 | 11011 | 1010011 | 1011101 |
Color Harmonies of #FCECDF
Complementary color
Monochromatic Colors of #FCECDF
Black with #FCECDF
Text Example
Text Example
White with #FCECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECDF; }
p { color: rgb(252,236,223); }
H1.HeaderClassName
{
color: #FCECDF;
}
.AnyTagClassName
{
color: #FCECDF;
}
</style>
background-color css
<style>
a { background-color: #FCECDF; }
a { background-color: rgb(252,236,223); }
div.DivClassName
{
background-color: #FCECDF;
}
.BgClassName
{
background-color: #FCECDF;
}
</style>
border-color css
<style>
span { border-color: #FCECDF; }
span { border-color: rgb(252,236,223); }
td.TdClassName
{
border-color: #FCECDF;
}
.TagClassName
{
border-color: #FCECDF;
}
</style>