Shades of Chilean Heath #FDFADD
Tints of Chilean Heath #FDFADD
RGB
CMYK
RGB Variations
Color information
#FDFADD (or 0xFDFADD) is known color: Chilean Heath. HEX triplet: FD, FA and DD. RGB value is (253,250,221). Sum of RGB (Red+Green+Blue) = 253+250+221=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 221 (86.72% from 255 or 30.52% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFADD is #020522. Grayscale: #F7F7F7. Windows color (decimal): -132387 or 14547709. OLE color: 14547709.
HSL color Cylindrical-coordinate representation of color #FDFADD: hue angle of 54.38º 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 #FDFADD is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 221 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.01 |
| HSL | 54.38º | 0.89% | 0.93% | - |
| HSV(B) | 54.38º | 0.13% | 0.99% | - |
| XYZ | 87.74 | 94.47 | 82.02 | - |
| YUV | 247.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 221 | 0 | 0.01 | 0.13 | 0.01 | 54.38 | 0.89 | 0.93 |
| Hex | FD | FA | DD | 0 | 1 | D | 1 | 36 | 59 | 5D |
| Octal | 375 | 372 | 335 | 0 | 1 | 15 | 1 | 66 | 131 | 135 |
| Binary | 11111101 | 11111010 | 11011101 | 0 | 1 | 1101 | 1 | 110110 | 1011001 | 1011101 |
Color Harmonies of #FDFADD
Complementary color
Monochromatic Colors of #FDFADD
Black with #FDFADD
Text Example
Text Example
White with #FDFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFADD; }
p { color: rgb(253,250,221); }
H1.HeaderClassName
{
color: #FDFADD;
}
.AnyTagClassName
{
color: #FDFADD;
}
</style>
background-color css
<style>
a { background-color: #FDFADD; }
a { background-color: rgb(253,250,221); }
div.DivClassName
{
background-color: #FDFADD;
}
.BgClassName
{
background-color: #FDFADD;
}
</style>
border-color css
<style>
span { border-color: #FDFADD; }
span { border-color: rgb(253,250,221); }
td.TdClassName
{
border-color: #FDFADD;
}
.TagClassName
{
border-color: #FDFADD;
}
</style>