Shades of Chilean Heath #FFFCE8
Tints of Chilean Heath #FFFCE8
RGB
CMYK
RGB Variations
Color information
#FFFCE8 (or 0xFFFCE8) is known color: Chilean Heath. HEX triplet: FF, FC and E8. RGB value is (255,252,232). Sum of RGB (Red+Green+Blue) = 255+252+232=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 232 (91.02% from 255 or 31.39% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCE8 is #000317. Grayscale: #FAFAFA. Windows color (decimal): -792 or 15269119. OLE color: 15269119.
HSL color Cylindrical-coordinate representation of color #FFFCE8: hue angle of 52.17º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFFCE8 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 232 | - |
| CMYK | 0 | 0.01 | 0.09 | 0 |
| HSL | 52.17º | 1% | 0.95% | - |
| HSV(B) | 52.17º | 0.09% | 1% | - |
| XYZ | 90.62 | 96.71 | 90.23 | - |
| YUV | 250.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 232 | 0 | 0.01 | 0.09 | 0 | 52.17 | 1 | 0.95 |
| Hex | FF | FC | E8 | 0 | 1 | 9 | 0 | 34 | 64 | 5F |
| Octal | 377 | 374 | 350 | 0 | 1 | 11 | 0 | 64 | 144 | 137 |
| Binary | 11111111 | 11111100 | 11101000 | 0 | 1 | 1001 | 0 | 110100 | 1100100 | 1011111 |
Color Harmonies of #FFFCE8
Complementary color
Monochromatic Colors of #FFFCE8
Black with #FFFCE8
Text Example
Text Example
White with #FFFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCE8; }
p { color: rgb(255,252,232); }
H1.HeaderClassName
{
color: #FFFCE8;
}
.AnyTagClassName
{
color: #FFFCE8;
}
</style>
background-color css
<style>
a { background-color: #FFFCE8; }
a { background-color: rgb(255,252,232); }
div.DivClassName
{
background-color: #FFFCE8;
}
.BgClassName
{
background-color: #FFFCE8;
}
</style>
border-color css
<style>
span { border-color: #FFFCE8; }
span { border-color: rgb(255,252,232); }
td.TdClassName
{
border-color: #FFFCE8;
}
.TagClassName
{
border-color: #FFFCE8;
}
</style>