Shades of Navajo White #FBDAB0
Tints of Navajo White #FBDAB0
RGB
CMYK
RGB Variations
Color information
#FBDAB0 (or 0xFBDAB0) is known color: Navajo White. HEX triplet: FB, DA and B0. RGB value is (251,218,176). Sum of RGB (Red+Green+Blue) = 251+218+176=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAB0 is #04254F. Grayscale: #DFDFDF. Windows color (decimal): -271696 or 11590395. OLE color: 11590395.
HSL color Cylindrical-coordinate representation of color #FBDAB0: hue angle of 33.6º degrees, saturation: 0.9, 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 #FBDAB0 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 176 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.02 |
| HSL | 33.6º | 0.9% | 0.84% | - |
| HSV(B) | 33.6º | 0.3% | 0.98% | - |
| XYZ | 72.69 | 73.79 | 51.49 | - |
| YUV | 223.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 176 | 0 | 0.13 | 0.30 | 0.02 | 33.6 | 0.9 | 0.84 |
| Hex | FB | DA | B0 | 0 | D | 1E | 2 | 22 | 5A | 54 |
| Octal | 373 | 332 | 260 | 0 | 15 | 36 | 2 | 42 | 132 | 124 |
| Binary | 11111011 | 11011010 | 10110000 | 0 | 1101 | 11110 | 10 | 100010 | 1011010 | 1010100 |
Color Harmonies of #FBDAB0
Complementary color
Monochromatic Colors of #FBDAB0
Black with #FBDAB0
Text Example
Text Example
White with #FBDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAB0; }
p { color: rgb(251,218,176); }
H1.HeaderClassName
{
color: #FBDAB0;
}
.AnyTagClassName
{
color: #FBDAB0;
}
</style>
background-color css
<style>
a { background-color: #FBDAB0; }
a { background-color: rgb(251,218,176); }
div.DivClassName
{
background-color: #FBDAB0;
}
.BgClassName
{
background-color: #FBDAB0;
}
</style>
border-color css
<style>
span { border-color: #FBDAB0; }
span { border-color: rgb(251,218,176); }
td.TdClassName
{
border-color: #FBDAB0;
}
.TagClassName
{
border-color: #FBDAB0;
}
</style>