Shades of Chilean Heath #FCF8DD
Tints of Chilean Heath #FCF8DD
RGB
CMYK
RGB Variations
Color information
#FCF8DD (or 0xFCF8DD) is known color: Chilean Heath. HEX triplet: FC, F8 and DD. RGB value is (252,248,221). Sum of RGB (Red+Green+Blue) = 252+248+221=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8DD is #030722. Grayscale: #F6F6F6. Windows color (decimal): -198435 or 14547196. OLE color: 14547196.
HSL color Cylindrical-coordinate representation of color #FCF8DD: hue angle of 52.26º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF8DD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 221 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.01 |
| HSL | 52.26º | 0.84% | 0.93% | - |
| HSV(B) | 52.26º | 0.12% | 0.99% | - |
| XYZ | 86.76 | 93.05 | 81.79 | - |
| YUV | 246.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 221 | 0 | 0.02 | 0.12 | 0.01 | 52.26 | 0.84 | 0.93 |
| Hex | FC | F8 | DD | 0 | 2 | C | 1 | 34 | 54 | 5D |
| Octal | 374 | 370 | 335 | 0 | 2 | 14 | 1 | 64 | 124 | 135 |
| Binary | 11111100 | 11111000 | 11011101 | 0 | 10 | 1100 | 1 | 110100 | 1010100 | 1011101 |
Color Harmonies of #FCF8DD
Complementary color
Monochromatic Colors of #FCF8DD
Black with #FCF8DD
Text Example
Text Example
White with #FCF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8DD; }
p { color: rgb(252,248,221); }
H1.HeaderClassName
{
color: #FCF8DD;
}
.AnyTagClassName
{
color: #FCF8DD;
}
</style>
background-color css
<style>
a { background-color: #FCF8DD; }
a { background-color: rgb(252,248,221); }
div.DivClassName
{
background-color: #FCF8DD;
}
.BgClassName
{
background-color: #FCF8DD;
}
</style>
border-color css
<style>
span { border-color: #FCF8DD; }
span { border-color: rgb(252,248,221); }
td.TdClassName
{
border-color: #FCF8DD;
}
.TagClassName
{
border-color: #FCF8DD;
}
</style>