Shades of Chilean Heath #FAF6DB
Tints of Chilean Heath #FAF6DB
RGB
CMYK
RGB Variations
Color information
#FAF6DB (or 0xFAF6DB) is known color: Chilean Heath. HEX triplet: FA, F6 and DB. RGB value is (250,246,219). Sum of RGB (Red+Green+Blue) = 250+246+219=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DB is #050924. Grayscale: #F4F4F4. Windows color (decimal): -330021 or 14415610. OLE color: 14415610.
HSL color Cylindrical-coordinate representation of color #FAF6DB: hue angle of 52.26º degrees, saturation: 0.76, 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 #FAF6DB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 219 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.02 |
| HSL | 52.26º | 0.76% | 0.92% | - |
| HSV(B) | 52.26º | 0.12% | 0.98% | - |
| XYZ | 85.17 | 91.35 | 80.16 | - |
| YUV | 244.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 219 | 0 | 0.02 | 0.12 | 0.02 | 52.26 | 0.76 | 0.92 |
| Hex | FA | F6 | DB | 0 | 2 | C | 2 | 34 | 4C | 5C |
| Octal | 372 | 366 | 333 | 0 | 2 | 14 | 2 | 64 | 114 | 134 |
| Binary | 11111010 | 11110110 | 11011011 | 0 | 10 | 1100 | 10 | 110100 | 1001100 | 1011100 |
Color Harmonies of #FAF6DB
Complementary color
Monochromatic Colors of #FAF6DB
Black with #FAF6DB
Text Example
Text Example
White with #FAF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6DB; }
p { color: rgb(250,246,219); }
H1.HeaderClassName
{
color: #FAF6DB;
}
.AnyTagClassName
{
color: #FAF6DB;
}
</style>
background-color css
<style>
a { background-color: #FAF6DB; }
a { background-color: rgb(250,246,219); }
div.DivClassName
{
background-color: #FAF6DB;
}
.BgClassName
{
background-color: #FAF6DB;
}
</style>
border-color css
<style>
span { border-color: #FAF6DB; }
span { border-color: rgb(250,246,219); }
td.TdClassName
{
border-color: #FAF6DB;
}
.TagClassName
{
border-color: #FAF6DB;
}
</style>