Shades of Chardon #FCECE0
Tints of Chardon #FCECE0
RGB
CMYK
RGB Variations
Color information
#FCECE0 (or 0xFCECE0) is known color: Chardon. HEX triplet: FC, EC and E0. RGB value is (252,236,224). Sum of RGB (Red+Green+Blue) = 252+236+224=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 224 (87.89% from 255 or 31.46% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECE0 is #03131F. Grayscale: #EFEFEF. Windows color (decimal): -201504 or 14740732. OLE color: 14740732.
HSL color Cylindrical-coordinate representation of color #FCECE0: hue angle of 25.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCECE0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 224 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.01 |
| HSL | 25.71º | 0.82% | 0.93% | - |
| HSV(B) | 25.71º | 0.11% | 0.99% | - |
| XYZ | 83.59 | 86.07 | 82.73 | - |
| YUV | 239.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 224 | 0 | 0.06 | 0.11 | 0.01 | 25.71 | 0.82 | 0.93 |
| Hex | FC | EC | E0 | 0 | 6 | B | 1 | 1A | 52 | 5D |
| Octal | 374 | 354 | 340 | 0 | 6 | 13 | 1 | 32 | 122 | 135 |
| Binary | 11111100 | 11101100 | 11100000 | 0 | 110 | 1011 | 1 | 11010 | 1010010 | 1011101 |
Color Harmonies of #FCECE0
Complementary color
Monochromatic Colors of #FCECE0
Black with #FCECE0
Text Example
Text Example
White with #FCECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE0; }
p { color: rgb(252,236,224); }
H1.HeaderClassName
{
color: #FCECE0;
}
.AnyTagClassName
{
color: #FCECE0;
}
</style>
background-color css
<style>
a { background-color: #FCECE0; }
a { background-color: rgb(252,236,224); }
div.DivClassName
{
background-color: #FCECE0;
}
.BgClassName
{
background-color: #FCECE0;
}
</style>
border-color css
<style>
span { border-color: #FCECE0; }
span { border-color: rgb(252,236,224); }
td.TdClassName
{
border-color: #FCECE0;
}
.TagClassName
{
border-color: #FCECE0;
}
</style>