Shades of Chilean Heath #FDF9DC
Tints of Chilean Heath #FDF9DC
RGB
CMYK
RGB Variations
Color information
#FDF9DC (or 0xFDF9DC) is known color: Chilean Heath. HEX triplet: FD, F9 and DC. RGB value is (253,249,220). Sum of RGB (Red+Green+Blue) = 253+249+220=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DC is #020623. Grayscale: #F7F7F7. Windows color (decimal): -132644 or 14481917. OLE color: 14481917.
HSL color Cylindrical-coordinate representation of color #FDF9DC: hue angle of 52.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF9DC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 220 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.01 |
| HSL | 52.73º | 0.89% | 0.93% | - |
| HSV(B) | 52.73º | 0.13% | 0.99% | - |
| XYZ | 87.3 | 93.8 | 81.21 | - |
| YUV | 246.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 220 | 0 | 0.02 | 0.13 | 0.01 | 52.73 | 0.89 | 0.93 |
| Hex | FD | F9 | DC | 0 | 2 | D | 1 | 35 | 59 | 5D |
| Octal | 375 | 371 | 334 | 0 | 2 | 15 | 1 | 65 | 131 | 135 |
| Binary | 11111101 | 11111001 | 11011100 | 0 | 10 | 1101 | 1 | 110101 | 1011001 | 1011101 |
Color Harmonies of #FDF9DC
Complementary color
Monochromatic Colors of #FDF9DC
Black with #FDF9DC
Text Example
Text Example
White with #FDF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9DC; }
p { color: rgb(253,249,220); }
H1.HeaderClassName
{
color: #FDF9DC;
}
.AnyTagClassName
{
color: #FDF9DC;
}
</style>
background-color css
<style>
a { background-color: #FDF9DC; }
a { background-color: rgb(253,249,220); }
div.DivClassName
{
background-color: #FDF9DC;
}
.BgClassName
{
background-color: #FDF9DC;
}
</style>
border-color css
<style>
span { border-color: #FDF9DC; }
span { border-color: rgb(253,249,220); }
td.TdClassName
{
border-color: #FDF9DC;
}
.TagClassName
{
border-color: #FDF9DC;
}
</style>