Shades of Navajo White #FAD8A8
Tints of Navajo White #FAD8A8
RGB
CMYK
RGB Variations
Color information
#FAD8A8 (or 0xFAD8A8) is known color: Navajo White. HEX triplet: FA, D8 and A8. RGB value is (250,216,168). Sum of RGB (Red+Green+Blue) = 250+216+168=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD8A8 is #052757. Grayscale: #DCDCDC. Windows color (decimal): -337752 or 11065594. OLE color: 11065594.
HSL color Cylindrical-coordinate representation of color #FAD8A8: hue angle of 35.12º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAD8A8 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 168 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.02 |
| HSL | 35.12º | 0.89% | 0.82% | - |
| HSV(B) | 35.12º | 0.33% | 0.98% | - |
| XYZ | 71.05 | 72.26 | 47.25 | - |
| YUV | 220.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 168 | 0 | 0.14 | 0.33 | 0.02 | 35.12 | 0.89 | 0.82 |
| Hex | FA | D8 | A8 | 0 | E | 21 | 2 | 23 | 59 | 52 |
| Octal | 372 | 330 | 250 | 0 | 16 | 41 | 2 | 43 | 131 | 122 |
| Binary | 11111010 | 11011000 | 10101000 | 0 | 1110 | 100001 | 10 | 100011 | 1011001 | 1010010 |
Color Harmonies of #FAD8A8
Complementary color
Monochromatic Colors of #FAD8A8
Black with #FAD8A8
Text Example
Text Example
White with #FAD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8A8; }
p { color: rgb(250,216,168); }
H1.HeaderClassName
{
color: #FAD8A8;
}
.AnyTagClassName
{
color: #FAD8A8;
}
</style>
background-color css
<style>
a { background-color: #FAD8A8; }
a { background-color: rgb(250,216,168); }
div.DivClassName
{
background-color: #FAD8A8;
}
.BgClassName
{
background-color: #FAD8A8;
}
</style>
border-color css
<style>
span { border-color: #FAD8A8; }
span { border-color: rgb(250,216,168); }
td.TdClassName
{
border-color: #FAD8A8;
}
.TagClassName
{
border-color: #FAD8A8;
}
</style>