Shades of Chilean Heath #FCF9E0
Tints of Chilean Heath #FCF9E0
RGB
CMYK
RGB Variations
Color information
#FCF9E0 (or 0xFCF9E0) is known color: Chilean Heath. HEX triplet: FC, F9 and E0. RGB value is (252,249,224). Sum of RGB (Red+Green+Blue) = 252+249+224=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 224 (87.89% from 255 or 30.90% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9E0 is #03061F. Grayscale: #F7F7F7. Windows color (decimal): -198176 or 14744060. OLE color: 14744060.
HSL color Cylindrical-coordinate representation of color #FCF9E0: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF9E0 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 224 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.01 |
| HSL | 53.57º | 0.82% | 0.93% | - |
| HSV(B) | 53.57º | 0.11% | 0.99% | - |
| XYZ | 87.48 | 93.83 | 84.02 | - |
| YUV | 247.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 224 | 0 | 0.01 | 0.11 | 0.01 | 53.57 | 0.82 | 0.93 |
| Hex | FC | F9 | E0 | 0 | 1 | B | 1 | 36 | 52 | 5D |
| Octal | 374 | 371 | 340 | 0 | 1 | 13 | 1 | 66 | 122 | 135 |
| Binary | 11111100 | 11111001 | 11100000 | 0 | 1 | 1011 | 1 | 110110 | 1010010 | 1011101 |
Color Harmonies of #FCF9E0
Complementary color
Monochromatic Colors of #FCF9E0
Black with #FCF9E0
Text Example
Text Example
White with #FCF9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9E0; }
p { color: rgb(252,249,224); }
H1.HeaderClassName
{
color: #FCF9E0;
}
.AnyTagClassName
{
color: #FCF9E0;
}
</style>
background-color css
<style>
a { background-color: #FCF9E0; }
a { background-color: rgb(252,249,224); }
div.DivClassName
{
background-color: #FCF9E0;
}
.BgClassName
{
background-color: #FCF9E0;
}
</style>
border-color css
<style>
span { border-color: #FCF9E0; }
span { border-color: rgb(252,249,224); }
td.TdClassName
{
border-color: #FCF9E0;
}
.TagClassName
{
border-color: #FCF9E0;
}
</style>