Shades of Chilean Heath #FFFCE0
Tints of Chilean Heath #FFFCE0
RGB
CMYK
RGB Variations
Color information
#FFFCE0 (or 0xFFFCE0) is known color: Chilean Heath. HEX triplet: FF, FC and E0. RGB value is (255,252,224). Sum of RGB (Red+Green+Blue) = 255+252+224=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 224 (87.89% from 255 or 30.64% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCE0 is #00031F. Grayscale: #F9F9F9. Windows color (decimal): -800 or 14744831. OLE color: 14744831.
HSL color Cylindrical-coordinate representation of color #FFFCE0: hue angle of 54.19º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFFCE0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 224 | - |
| CMYK | 0 | 0.01 | 0.12 | 0 |
| HSL | 54.19º | 1% | 0.94% | - |
| HSV(B) | 54.19º | 0.12% | 1% | - |
| XYZ | 89.5 | 96.26 | 84.38 | - |
| YUV | 249.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 224 | 0 | 0.01 | 0.12 | 0 | 54.19 | 1 | 0.94 |
| Hex | FF | FC | E0 | 0 | 1 | C | 0 | 36 | 64 | 5E |
| Octal | 377 | 374 | 340 | 0 | 1 | 14 | 0 | 66 | 144 | 136 |
| Binary | 11111111 | 11111100 | 11100000 | 0 | 1 | 1100 | 0 | 110110 | 1100100 | 1011110 |
Color Harmonies of #FFFCE0
Complementary color
Monochromatic Colors of #FFFCE0
Black with #FFFCE0
Text Example
Text Example
White with #FFFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCE0; }
p { color: rgb(255,252,224); }
H1.HeaderClassName
{
color: #FFFCE0;
}
.AnyTagClassName
{
color: #FFFCE0;
}
</style>
background-color css
<style>
a { background-color: #FFFCE0; }
a { background-color: rgb(255,252,224); }
div.DivClassName
{
background-color: #FFFCE0;
}
.BgClassName
{
background-color: #FFFCE0;
}
</style>
border-color css
<style>
span { border-color: #FFFCE0; }
span { border-color: rgb(255,252,224); }
td.TdClassName
{
border-color: #FFFCE0;
}
.TagClassName
{
border-color: #FFFCE0;
}
</style>