Shades of Navajo White #FADAAA
Tints of Navajo White #FADAAA
RGB
CMYK
RGB Variations
Color information
#FADAAA (or 0xFADAAA) is known color: Navajo White. HEX triplet: FA, DA and AA. RGB value is (250,218,170). Sum of RGB (Red+Green+Blue) = 250+218+170=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAAA is #052555. Grayscale: #DEDEDE. Windows color (decimal): -337238 or 11197178. OLE color: 11197178.
HSL color Cylindrical-coordinate representation of color #FADAAA: hue angle of 36º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADAAA is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 170 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.02 |
| HSL | 36º | 0.89% | 0.82% | - |
| HSV(B) | 36º | 0.32% | 0.98% | - |
| XYZ | 71.75 | 73.37 | 48.41 | - |
| YUV | 222.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 170 | 0 | 0.13 | 0.32 | 0.02 | 36 | 0.89 | 0.82 |
| Hex | FA | DA | AA | 0 | D | 20 | 2 | 24 | 59 | 52 |
| Octal | 372 | 332 | 252 | 0 | 15 | 40 | 2 | 44 | 131 | 122 |
| Binary | 11111010 | 11011010 | 10101010 | 0 | 1101 | 100000 | 10 | 100100 | 1011001 | 1010010 |
Color Harmonies of #FADAAA
Complementary color
Monochromatic Colors of #FADAAA
Black with #FADAAA
Text Example
Text Example
White with #FADAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAAA; }
p { color: rgb(250,218,170); }
H1.HeaderClassName
{
color: #FADAAA;
}
.AnyTagClassName
{
color: #FADAAA;
}
</style>
background-color css
<style>
a { background-color: #FADAAA; }
a { background-color: rgb(250,218,170); }
div.DivClassName
{
background-color: #FADAAA;
}
.BgClassName
{
background-color: #FADAAA;
}
</style>
border-color css
<style>
span { border-color: #FADAAA; }
span { border-color: rgb(250,218,170); }
td.TdClassName
{
border-color: #FADAAA;
}
.TagClassName
{
border-color: #FADAAA;
}
</style>