Shades of Navajo White #FADBAF
Tints of Navajo White #FADBAF
RGB
CMYK
RGB Variations
Color information
#FADBAF (or 0xFADBAF) is known color: Navajo White. HEX triplet: FA, DB and AF. RGB value is (250,219,175). Sum of RGB (Red+Green+Blue) = 250+219+175=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBAF is #052450. Grayscale: #DFDFDF. Windows color (decimal): -336977 or 11525114. OLE color: 11525114.
HSL color Cylindrical-coordinate representation of color #FADBAF: hue angle of 35.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADBAF is Cyan = 0, Magento = 0.12, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 175 | - |
| CMYK | 0 | 0.12 | 0.3 | 0.02 |
| HSL | 35.2º | 0.88% | 0.83% | - |
| HSV(B) | 35.2º | 0.3% | 0.98% | - |
| XYZ | 72.49 | 74.08 | 51.04 | - |
| YUV | 223.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 175 | 0 | 0.12 | 0.3 | 0.02 | 35.2 | 0.88 | 0.83 |
| Hex | FA | DB | AF | 0 | C | 1E | 2 | 23 | 58 | 53 |
| Octal | 372 | 333 | 257 | 0 | 14 | 36 | 2 | 43 | 130 | 123 |
| Binary | 11111010 | 11011011 | 10101111 | 0 | 1100 | 11110 | 10 | 100011 | 1011000 | 1010011 |
Color Harmonies of #FADBAF
Complementary color
Monochromatic Colors of #FADBAF
Black with #FADBAF
Text Example
Text Example
White with #FADBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBAF; }
p { color: rgb(250,219,175); }
H1.HeaderClassName
{
color: #FADBAF;
}
.AnyTagClassName
{
color: #FADBAF;
}
</style>
background-color css
<style>
a { background-color: #FADBAF; }
a { background-color: rgb(250,219,175); }
div.DivClassName
{
background-color: #FADBAF;
}
.BgClassName
{
background-color: #FADBAF;
}
</style>
border-color css
<style>
span { border-color: #FADBAF; }
span { border-color: rgb(250,219,175); }
td.TdClassName
{
border-color: #FADBAF;
}
.TagClassName
{
border-color: #FADBAF;
}
</style>