Shades of Chilean Heath #FCF9DB
Tints of Chilean Heath #FCF9DB
RGB
CMYK
RGB Variations
Color information
#FCF9DB (or 0xFCF9DB) is known color: Chilean Heath. HEX triplet: FC, F9 and DB. RGB value is (252,249,219). Sum of RGB (Red+Green+Blue) = 252+249+219=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 219 (85.94% from 255 or 30.42% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9DB is #030624. Grayscale: #F6F6F6. Windows color (decimal): -198181 or 14416380. OLE color: 14416380.
HSL color Cylindrical-coordinate representation of color #FCF9DB: hue angle of 54.55º 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 #FCF9DB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 249 | 219 | - |
CMYK | 0 | 0.01 | 0.13 | 0.01 |
HSL | 54.55º | 0.85% | 0.92% | - |
HSV(B) | 54.55º | 0.13% | 0.99% | - |
XYZ | 86.81 | 93.56 | 80.5 | - |
YUV | 246.48 | 112.49 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 249 | 219 | 0 | 0.01 | 0.13 | 0.01 | 54.55 | 0.85 | 0.92 |
Hex | FC | F9 | DB | 0 | 1 | D | 1 | 37 | 55 | 5C |
Octal | 374 | 371 | 333 | 0 | 1 | 15 | 1 | 67 | 125 | 134 |
Binary | 11111100 | 11111001 | 11011011 | 0 | 1 | 1101 | 1 | 110111 | 1010101 | 1011100 |
Color Harmonies of #FCF9DB
Complementary color
Monochromatic Colors of #FCF9DB
Black with #FCF9DB
Text Example
Text Example
White with #FCF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9DB; }
p { color: rgb(252,249,219); }
H1.HeaderClassName
{
color: #FCF9DB;
}
.AnyTagClassName
{
color: #FCF9DB;
}
</style>
background-color css
<style>
a { background-color: #FCF9DB; }
a { background-color: rgb(252,249,219); }
div.DivClassName
{
background-color: #FCF9DB;
}
.BgClassName
{
background-color: #FCF9DB;
}
</style>
border-color css
<style>
span { border-color: #FCF9DB; }
span { border-color: rgb(252,249,219); }
td.TdClassName
{
border-color: #FCF9DB;
}
.TagClassName
{
border-color: #FCF9DB;
}
</style>