Shades of Chilean Heath #FAFADD
Tints of Chilean Heath #FAFADD
RGB
CMYK
RGB Variations
Color information
#FAFADD (or 0xFAFADD) is known color: Chilean Heath. HEX triplet: FA, FA and DD. RGB value is (250,250,221). Sum of RGB (Red+Green+Blue) = 250+250+221=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADD is #050522. Grayscale: #F6F6F6. Windows color (decimal): -328995 or 14547706. OLE color: 14547706.
HSL color Cylindrical-coordinate representation of color #FAFADD: hue angle of 60º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFADD is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 221 | - |
| CMYK | 0 | 0 | 0.12 | 0.02 |
| HSL | 60º | 0.74% | 0.92% | - |
| HSV(B) | 60º | 0.12% | 0.98% | - |
| XYZ | 86.66 | 93.92 | 81.97 | - |
| YUV | 246.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 221 | 0 | 0 | 0.12 | 0.02 | 60 | 0.74 | 0.92 |
| Hex | FA | FA | DD | 0 | 0 | C | 2 | 3C | 4A | 5C |
| Octal | 372 | 372 | 335 | 0 | 0 | 14 | 2 | 74 | 112 | 134 |
| Binary | 11111010 | 11111010 | 11011101 | 0 | 0 | 1100 | 10 | 111100 | 1001010 | 1011100 |
Color Harmonies of #FAFADD
Complementary color
Monochromatic Colors of #FAFADD
Black with #FAFADD
Text Example
Text Example
White with #FAFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFADD; }
p { color: rgb(250,250,221); }
H1.HeaderClassName
{
color: #FAFADD;
}
.AnyTagClassName
{
color: #FAFADD;
}
</style>
background-color css
<style>
a { background-color: #FAFADD; }
a { background-color: rgb(250,250,221); }
div.DivClassName
{
background-color: #FAFADD;
}
.BgClassName
{
background-color: #FAFADD;
}
</style>
border-color css
<style>
span { border-color: #FAFADD; }
span { border-color: rgb(250,250,221); }
td.TdClassName
{
border-color: #FAFADD;
}
.TagClassName
{
border-color: #FAFADD;
}
</style>