Shades of Navajo White #FADAB1
Tints of Navajo White #FADAB1
RGB
CMYK
RGB Variations
Color information
#FADAB1 (or 0xFADAB1) is known color: Navajo White. HEX triplet: FA, DA and B1. RGB value is (250,218,177). Sum of RGB (Red+Green+Blue) = 250+218+177=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAB1 is #05254E. Grayscale: #DFDFDF. Windows color (decimal): -337231 or 11655930. OLE color: 11655930.
HSL color Cylindrical-coordinate representation of color #FADAB1: hue angle of 33.7º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FADAB1 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 177 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.02 |
| HSL | 33.7º | 0.88% | 0.84% | - |
| HSV(B) | 33.7º | 0.29% | 0.98% | - |
| XYZ | 72.43 | 73.64 | 51.99 | - |
| YUV | 222.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 177 | 0 | 0.13 | 0.29 | 0.02 | 33.7 | 0.88 | 0.84 |
| Hex | FA | DA | B1 | 0 | D | 1D | 2 | 22 | 58 | 54 |
| Octal | 372 | 332 | 261 | 0 | 15 | 35 | 2 | 42 | 130 | 124 |
| Binary | 11111010 | 11011010 | 10110001 | 0 | 1101 | 11101 | 10 | 100010 | 1011000 | 1010100 |
Color Harmonies of #FADAB1
Complementary color
Monochromatic Colors of #FADAB1
Black with #FADAB1
Text Example
Text Example
White with #FADAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAB1; }
p { color: rgb(250,218,177); }
H1.HeaderClassName
{
color: #FADAB1;
}
.AnyTagClassName
{
color: #FADAB1;
}
</style>
background-color css
<style>
a { background-color: #FADAB1; }
a { background-color: rgb(250,218,177); }
div.DivClassName
{
background-color: #FADAB1;
}
.BgClassName
{
background-color: #FADAB1;
}
</style>
border-color css
<style>
span { border-color: #FADAB1; }
span { border-color: rgb(250,218,177); }
td.TdClassName
{
border-color: #FADAB1;
}
.TagClassName
{
border-color: #FADAB1;
}
</style>