Shades of Chardon #FCEEE4
Tints of Chardon #FCEEE4
RGB
CMYK
RGB Variations
Color information
#FCEEE4 (or 0xFCEEE4) is known color: Chardon. HEX triplet: FC, EE and E4. RGB value is (252,238,228). Sum of RGB (Red+Green+Blue) = 252+238+228=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 228 (89.45% from 255 or 31.75% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE4 is #03111B. Grayscale: #F1F1F1. Windows color (decimal): -200988 or 15003388. OLE color: 15003388.
HSL color Cylindrical-coordinate representation of color #FCEEE4: hue angle of 25º degrees, saturation: 0.8, 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 #FCEEE4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 228 | - |
CMYK | 0 | 0.06 | 0.10 | 0.01 |
HSL | 25º | 0.8% | 0.94% | - |
HSV(B) | 25º | 0.1% | 0.99% | - |
XYZ | 84.72 | 87.45 | 85.81 | - |
YUV | 241.05 | 120.64 | 135.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 228 | 0 | 0.06 | 0.10 | 0.01 | 25 | 0.8 | 0.94 |
Hex | FC | EE | E4 | 0 | 6 | A | 1 | 19 | 50 | 5E |
Octal | 374 | 356 | 344 | 0 | 6 | 12 | 1 | 31 | 120 | 136 |
Binary | 11111100 | 11101110 | 11100100 | 0 | 110 | 1010 | 1 | 11001 | 1010000 | 1011110 |
Color Harmonies of #FCEEE4
Complementary color
Monochromatic Colors of #FCEEE4
Black with #FCEEE4
Text Example
Text Example
White with #FCEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEE4; }
p { color: rgb(252,238,228); }
H1.HeaderClassName
{
color: #FCEEE4;
}
.AnyTagClassName
{
color: #FCEEE4;
}
</style>
background-color css
<style>
a { background-color: #FCEEE4; }
a { background-color: rgb(252,238,228); }
div.DivClassName
{
background-color: #FCEEE4;
}
.BgClassName
{
background-color: #FCEEE4;
}
</style>
border-color css
<style>
span { border-color: #FCEEE4; }
span { border-color: rgb(252,238,228); }
td.TdClassName
{
border-color: #FCEEE4;
}
.TagClassName
{
border-color: #FCEEE4;
}
</style>