Shades of Navajo White #FADAB0
Tints of Navajo White #FADAB0
RGB
CMYK
RGB Variations
Color information
#FADAB0 (or 0xFADAB0) is known color: Navajo White. HEX triplet: FA, DA and B0. RGB value is (250,218,176). Sum of RGB (Red+Green+Blue) = 250+218+176=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAB0 is #05254F. Grayscale: #DEDEDE. Windows color (decimal): -337232 or 11590394. OLE color: 11590394.
HSL color Cylindrical-coordinate representation of color #FADAB0: hue angle of 34.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADAB0 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 176 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.02 |
| HSL | 34.05º | 0.88% | 0.84% | - |
| HSV(B) | 34.05º | 0.3% | 0.98% | - |
| XYZ | 72.33 | 73.6 | 51.47 | - |
| YUV | 222.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 176 | 0 | 0.13 | 0.30 | 0.02 | 34.05 | 0.88 | 0.84 |
| Hex | FA | DA | B0 | 0 | D | 1E | 2 | 22 | 58 | 54 |
| Octal | 372 | 332 | 260 | 0 | 15 | 36 | 2 | 42 | 130 | 124 |
| Binary | 11111010 | 11011010 | 10110000 | 0 | 1101 | 11110 | 10 | 100010 | 1011000 | 1010100 |
Color Harmonies of #FADAB0
Complementary color
Monochromatic Colors of #FADAB0
Black with #FADAB0
Text Example
Text Example
White with #FADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAB0; }
p { color: rgb(250,218,176); }
H1.HeaderClassName
{
color: #FADAB0;
}
.AnyTagClassName
{
color: #FADAB0;
}
</style>
background-color css
<style>
a { background-color: #FADAB0; }
a { background-color: rgb(250,218,176); }
div.DivClassName
{
background-color: #FADAB0;
}
.BgClassName
{
background-color: #FADAB0;
}
</style>
border-color css
<style>
span { border-color: #FADAB0; }
span { border-color: rgb(250,218,176); }
td.TdClassName
{
border-color: #FADAB0;
}
.TagClassName
{
border-color: #FADAB0;
}
</style>