Shades of Chilean Heath #FCF9E2
Tints of Chilean Heath #FCF9E2
RGB
CMYK
RGB Variations
Color information
#FCF9E2 (or 0xFCF9E2) is known color: Chilean Heath. HEX triplet: FC, F9 and E2. RGB value is (252,249,226). Sum of RGB (Red+Green+Blue) = 252+249+226=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 249 (97.66% from 255 or 34.25% from 727); Blue value is 226 (88.67% from 255 or 31.09% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9E2 is #03061D. Grayscale: #F7F7F7. Windows color (decimal): -198174 or 14875132. OLE color: 14875132.
HSL color Cylindrical-coordinate representation of color #FCF9E2: hue angle of 53.08º degrees, saturation: 0.81, 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 #FCF9E2 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 226 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.01 |
| HSL | 53.08º | 0.81% | 0.94% | - |
| HSV(B) | 53.08º | 0.1% | 0.99% | - |
| XYZ | 87.75 | 93.94 | 85.46 | - |
| YUV | 247.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 226 | 0 | 0.01 | 0.10 | 0.01 | 53.08 | 0.81 | 0.94 |
| Hex | FC | F9 | E2 | 0 | 1 | A | 1 | 35 | 51 | 5E |
| Octal | 374 | 371 | 342 | 0 | 1 | 12 | 1 | 65 | 121 | 136 |
| Binary | 11111100 | 11111001 | 11100010 | 0 | 1 | 1010 | 1 | 110101 | 1010001 | 1011110 |
Color Harmonies of #FCF9E2
Complementary color
Monochromatic Colors of #FCF9E2
Black with #FCF9E2
Text Example
Text Example
White with #FCF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9E2; }
p { color: rgb(252,249,226); }
H1.HeaderClassName
{
color: #FCF9E2;
}
.AnyTagClassName
{
color: #FCF9E2;
}
</style>
background-color css
<style>
a { background-color: #FCF9E2; }
a { background-color: rgb(252,249,226); }
div.DivClassName
{
background-color: #FCF9E2;
}
.BgClassName
{
background-color: #FCF9E2;
}
</style>
border-color css
<style>
span { border-color: #FCF9E2; }
span { border-color: rgb(252,249,226); }
td.TdClassName
{
border-color: #FCF9E2;
}
.TagClassName
{
border-color: #FCF9E2;
}
</style>