Shades of Navajo White #FBDDB3
Tints of Navajo White #FBDDB3
RGB
CMYK
RGB Variations
Color information
#FBDDB3 (or 0xFBDDB3) is known color: Navajo White. HEX triplet: FB, DD and B3. RGB value is (251,221,179). Sum of RGB (Red+Green+Blue) = 251+221+179=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDB3 is #04224C. Grayscale: #E1E1E1. Windows color (decimal): -270925 or 11787771. OLE color: 11787771.
HSL color Cylindrical-coordinate representation of color #FBDDB3: hue angle of 35º degrees, saturation: 0.9, 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 #FBDDB3 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 179 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.02 |
| HSL | 35º | 0.9% | 0.84% | - |
| HSV(B) | 35º | 0.29% | 0.98% | - |
| XYZ | 73.78 | 75.48 | 53.33 | - |
| YUV | 225.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 179 | 0 | 0.12 | 0.29 | 0.02 | 35 | 0.9 | 0.84 |
| Hex | FB | DD | B3 | 0 | C | 1D | 2 | 23 | 5A | 54 |
| Octal | 373 | 335 | 263 | 0 | 14 | 35 | 2 | 43 | 132 | 124 |
| Binary | 11111011 | 11011101 | 10110011 | 0 | 1100 | 11101 | 10 | 100011 | 1011010 | 1010100 |
Color Harmonies of #FBDDB3
Complementary color
Monochromatic Colors of #FBDDB3
Black with #FBDDB3
Text Example
Text Example
White with #FBDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDB3; }
p { color: rgb(251,221,179); }
H1.HeaderClassName
{
color: #FBDDB3;
}
.AnyTagClassName
{
color: #FBDDB3;
}
</style>
background-color css
<style>
a { background-color: #FBDDB3; }
a { background-color: rgb(251,221,179); }
div.DivClassName
{
background-color: #FBDDB3;
}
.BgClassName
{
background-color: #FBDDB3;
}
</style>
border-color css
<style>
span { border-color: #FBDDB3; }
span { border-color: rgb(251,221,179); }
td.TdClassName
{
border-color: #FBDDB3;
}
.TagClassName
{
border-color: #FBDDB3;
}
</style>