Shades of Chilean Heath #FCF8DB
Tints of Chilean Heath #FCF8DB
RGB
CMYK
RGB Variations
Color information
#FCF8DB (or 0xFCF8DB) is known color: Chilean Heath. HEX triplet: FC, F8 and DB. RGB value is (252,248,219). Sum of RGB (Red+Green+Blue) = 252+248+219=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8DB is #030724. Grayscale: #F6F6F6. Windows color (decimal): -198437 or 14416124. OLE color: 14416124.
HSL color Cylindrical-coordinate representation of color #FCF8DB: hue angle of 52.73º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF8DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 219 | - |
CMYK | 0 | 0.02 | 0.13 | 0.01 |
HSL | 52.73º | 0.85% | 0.92% | - |
HSV(B) | 52.73º | 0.13% | 0.99% | - |
XYZ | 86.5 | 92.94 | 80.4 | - |
YUV | 245.89 | 112.83 | 132.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 219 | 0 | 0.02 | 0.13 | 0.01 | 52.73 | 0.85 | 0.92 |
Hex | FC | F8 | DB | 0 | 2 | D | 1 | 35 | 55 | 5C |
Octal | 374 | 370 | 333 | 0 | 2 | 15 | 1 | 65 | 125 | 134 |
Binary | 11111100 | 11111000 | 11011011 | 0 | 10 | 1101 | 1 | 110101 | 1010101 | 1011100 |
Color Harmonies of #FCF8DB
Complementary color
Monochromatic Colors of #FCF8DB
Black with #FCF8DB
Text Example
Text Example
White with #FCF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8DB; }
p { color: rgb(252,248,219); }
H1.HeaderClassName
{
color: #FCF8DB;
}
.AnyTagClassName
{
color: #FCF8DB;
}
</style>
background-color css
<style>
a { background-color: #FCF8DB; }
a { background-color: rgb(252,248,219); }
div.DivClassName
{
background-color: #FCF8DB;
}
.BgClassName
{
background-color: #FCF8DB;
}
</style>
border-color css
<style>
span { border-color: #FCF8DB; }
span { border-color: rgb(252,248,219); }
td.TdClassName
{
border-color: #FCF8DB;
}
.TagClassName
{
border-color: #FCF8DB;
}
</style>