Shades of Chardon #FCECE2
Tints of Chardon #FCECE2
RGB
CMYK
RGB Variations
Color information
#FCECE2 (or 0xFCECE2) is known color: Chardon. HEX triplet: FC, EC and E2. RGB value is (252,236,226). Sum of RGB (Red+Green+Blue) = 252+236+226=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECE2 is #03131D. Grayscale: #EFEFEF. Windows color (decimal): -201502 or 14871804. OLE color: 14871804.
HSL color Cylindrical-coordinate representation of color #FCECE2: hue angle of 23.08º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCECE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 226 | - |
CMYK | 0 | 0.06 | 0.10 | 0.01 |
HSL | 23.08º | 0.81% | 0.94% | - |
HSV(B) | 23.08º | 0.1% | 0.99% | - |
XYZ | 83.87 | 86.18 | 84.17 | - |
YUV | 239.64 | 120.3 | 136.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 226 | 0 | 0.06 | 0.10 | 0.01 | 23.08 | 0.81 | 0.94 |
Hex | FC | EC | E2 | 0 | 6 | A | 1 | 17 | 51 | 5E |
Octal | 374 | 354 | 342 | 0 | 6 | 12 | 1 | 27 | 121 | 136 |
Binary | 11111100 | 11101100 | 11100010 | 0 | 110 | 1010 | 1 | 10111 | 1010001 | 1011110 |
Color Harmonies of #FCECE2
Complementary color
Monochromatic Colors of #FCECE2
Black with #FCECE2
Text Example
Text Example
White with #FCECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE2; }
p { color: rgb(252,236,226); }
H1.HeaderClassName
{
color: #FCECE2;
}
.AnyTagClassName
{
color: #FCECE2;
}
</style>
background-color css
<style>
a { background-color: #FCECE2; }
a { background-color: rgb(252,236,226); }
div.DivClassName
{
background-color: #FCECE2;
}
.BgClassName
{
background-color: #FCECE2;
}
</style>
border-color css
<style>
span { border-color: #FCECE2; }
span { border-color: rgb(252,236,226); }
td.TdClassName
{
border-color: #FCECE2;
}
.TagClassName
{
border-color: #FCECE2;
}
</style>