Shades of Chilean Heath #FFFCE4
Tints of Chilean Heath #FFFCE4
RGB
CMYK
RGB Variations
Color information
#FFFCE4 (or 0xFFFCE4) is known color: Chilean Heath. HEX triplet: FF, FC and E4. RGB value is (255,252,228). Sum of RGB (Red+Green+Blue) = 255+252+228=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 228 (89.45% from 255 or 31.02% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCE4 is #00031B. Grayscale: #FAFAFA. Windows color (decimal): -796 or 15006975. OLE color: 15006975.
HSL color Cylindrical-coordinate representation of color #FFFCE4: hue angle of 53.33º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFFCE4 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 228 | - |
CMYK | 0 | 0.01 | 0.11 | 0 |
HSL | 53.33º | 1% | 0.95% | - |
HSV(B) | 53.33º | 0.11% | 1% | - |
XYZ | 90.05 | 96.48 | 87.28 | - |
YUV | 250.16 | 115.49 | 131.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 228 | 0 | 0.01 | 0.11 | 0 | 53.33 | 1 | 0.95 |
Hex | FF | FC | E4 | 0 | 1 | B | 0 | 35 | 64 | 5F |
Octal | 377 | 374 | 344 | 0 | 1 | 13 | 0 | 65 | 144 | 137 |
Binary | 11111111 | 11111100 | 11100100 | 0 | 1 | 1011 | 0 | 110101 | 1100100 | 1011111 |
Color Harmonies of #FFFCE4
Complementary color
Monochromatic Colors of #FFFCE4
Black with #FFFCE4
Text Example
Text Example
White with #FFFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCE4; }
p { color: rgb(255,252,228); }
H1.HeaderClassName
{
color: #FFFCE4;
}
.AnyTagClassName
{
color: #FFFCE4;
}
</style>
background-color css
<style>
a { background-color: #FFFCE4; }
a { background-color: rgb(255,252,228); }
div.DivClassName
{
background-color: #FFFCE4;
}
.BgClassName
{
background-color: #FFFCE4;
}
</style>
border-color css
<style>
span { border-color: #FFFCE4; }
span { border-color: rgb(255,252,228); }
td.TdClassName
{
border-color: #FFFCE4;
}
.TagClassName
{
border-color: #FFFCE4;
}
</style>