Shades of Chilean Heath #FCFAE2
Tints of Chilean Heath #FCFAE2
RGB
CMYK
RGB Variations
Color information
#FCFAE2 (or 0xFCFAE2) is known color: Chilean Heath. HEX triplet: FC, FA and E2. RGB value is (252,250,226). Sum of RGB (Red+Green+Blue) = 252+250+226=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 226 (88.67% from 255 or 31.04% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAE2 is #03051D. Grayscale: #F7F7F7. Windows color (decimal): -197918 or 14875388. OLE color: 14875388.
HSL color Cylindrical-coordinate representation of color #FCFAE2: hue angle of 55.38º 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 #FCFAE2 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 226 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.01 |
| HSL | 55.38º | 0.81% | 0.94% | - |
| HSV(B) | 55.38º | 0.1% | 0.99% | - |
| XYZ | 88.06 | 94.56 | 85.56 | - |
| YUV | 247.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 226 | 0 | 0.01 | 0.10 | 0.01 | 55.38 | 0.81 | 0.94 |
| Hex | FC | FA | E2 | 0 | 1 | A | 1 | 37 | 51 | 5E |
| Octal | 374 | 372 | 342 | 0 | 1 | 12 | 1 | 67 | 121 | 136 |
| Binary | 11111100 | 11111010 | 11100010 | 0 | 1 | 1010 | 1 | 110111 | 1010001 | 1011110 |
Color Harmonies of #FCFAE2
Complementary color
Monochromatic Colors of #FCFAE2
Black with #FCFAE2
Text Example
Text Example
White with #FCFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAE2; }
p { color: rgb(252,250,226); }
H1.HeaderClassName
{
color: #FCFAE2;
}
.AnyTagClassName
{
color: #FCFAE2;
}
</style>
background-color css
<style>
a { background-color: #FCFAE2; }
a { background-color: rgb(252,250,226); }
div.DivClassName
{
background-color: #FCFAE2;
}
.BgClassName
{
background-color: #FCFAE2;
}
</style>
border-color css
<style>
span { border-color: #FCFAE2; }
span { border-color: rgb(252,250,226); }
td.TdClassName
{
border-color: #FCFAE2;
}
.TagClassName
{
border-color: #FCFAE2;
}
</style>