Shades of Navajo White #FBDDAF
Tints of Navajo White #FBDDAF
RGB
CMYK
RGB Variations
Color information
#FBDDAF (or 0xFBDDAF) is known color: Navajo White. HEX triplet: FB, DD and AF. RGB value is (251,221,175). Sum of RGB (Red+Green+Blue) = 251+221+175=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDAF is #042250. Grayscale: #E0E0E0. Windows color (decimal): -270929 or 11525627. OLE color: 11525627.
HSL color Cylindrical-coordinate representation of color #FBDDAF: hue angle of 36.32º 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 #FBDDAF is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 175 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 36.32º | 0.9% | 0.84% | - |
| HSV(B) | 36.32º | 0.3% | 0.98% | - |
| XYZ | 73.38 | 75.32 | 51.23 | - |
| YUV | 224.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 175 | 0 | 0.12 | 0.30 | 0.02 | 36.32 | 0.9 | 0.84 |
| Hex | FB | DD | AF | 0 | C | 1E | 2 | 24 | 5A | 54 |
| Octal | 373 | 335 | 257 | 0 | 14 | 36 | 2 | 44 | 132 | 124 |
| Binary | 11111011 | 11011101 | 10101111 | 0 | 1100 | 11110 | 10 | 100100 | 1011010 | 1010100 |
Color Harmonies of #FBDDAF
Complementary color
Monochromatic Colors of #FBDDAF
Black with #FBDDAF
Text Example
Text Example
White with #FBDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDAF; }
p { color: rgb(251,221,175); }
H1.HeaderClassName
{
color: #FBDDAF;
}
.AnyTagClassName
{
color: #FBDDAF;
}
</style>
background-color css
<style>
a { background-color: #FBDDAF; }
a { background-color: rgb(251,221,175); }
div.DivClassName
{
background-color: #FBDDAF;
}
.BgClassName
{
background-color: #FBDDAF;
}
</style>
border-color css
<style>
span { border-color: #FBDDAF; }
span { border-color: rgb(251,221,175); }
td.TdClassName
{
border-color: #FBDDAF;
}
.TagClassName
{
border-color: #FBDDAF;
}
</style>