Shades of Chilean Heath #FAFADE
Tints of Chilean Heath #FAFADE
RGB
CMYK
RGB Variations
Color information
#FAFADE (or 0xFAFADE) is known color: Chilean Heath. HEX triplet: FA, FA and DE. RGB value is (250,250,222). Sum of RGB (Red+Green+Blue) = 250+250+222=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 222 (87.11% from 255 or 30.75% from 722); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADE is #050521. Grayscale: #F6F6F6. Windows color (decimal): -328994 or 14613242. OLE color: 14613242.
HSL color Cylindrical-coordinate representation of color #FAFADE: hue angle of 60º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAFADE is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 222 | - |
| CMYK | 0 | 0 | 0.11 | 0.02 |
| HSL | 60º | 0.74% | 0.93% | - |
| HSV(B) | 60º | 0.11% | 0.98% | - |
| XYZ | 86.79 | 93.97 | 82.67 | - |
| YUV | 246.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 222 | 0 | 0 | 0.11 | 0.02 | 60 | 0.74 | 0.93 |
| Hex | FA | FA | DE | 0 | 0 | B | 2 | 3C | 4A | 5D |
| Octal | 372 | 372 | 336 | 0 | 0 | 13 | 2 | 74 | 112 | 135 |
| Binary | 11111010 | 11111010 | 11011110 | 0 | 0 | 1011 | 10 | 111100 | 1001010 | 1011101 |
Color Harmonies of #FAFADE
Complementary color
Monochromatic Colors of #FAFADE
Black with #FAFADE
Text Example
Text Example
White with #FAFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFADE; }
p { color: rgb(250,250,222); }
H1.HeaderClassName
{
color: #FAFADE;
}
.AnyTagClassName
{
color: #FAFADE;
}
</style>
background-color css
<style>
a { background-color: #FAFADE; }
a { background-color: rgb(250,250,222); }
div.DivClassName
{
background-color: #FAFADE;
}
.BgClassName
{
background-color: #FAFADE;
}
</style>
border-color css
<style>
span { border-color: #FAFADE; }
span { border-color: rgb(250,250,222); }
td.TdClassName
{
border-color: #FAFADE;
}
.TagClassName
{
border-color: #FAFADE;
}
</style>