Shades of Navajo White #FBDDB1
Tints of Navajo White #FBDDB1
RGB
CMYK
RGB Variations
Color information
#FBDDB1 (or 0xFBDDB1) is known color: Navajo White. HEX triplet: FB, DD and B1. RGB value is (251,221,177). Sum of RGB (Red+Green+Blue) = 251+221+177=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDB1 is #04224E. Grayscale: #E1E1E1. Windows color (decimal): -270927 or 11656699. OLE color: 11656699.
HSL color Cylindrical-coordinate representation of color #FBDDB1: hue angle of 35.68º 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 #FBDDB1 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 177 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.02 |
| HSL | 35.68º | 0.9% | 0.84% | - |
| HSV(B) | 35.68º | 0.29% | 0.98% | - |
| XYZ | 73.58 | 75.4 | 52.27 | - |
| YUV | 224.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 177 | 0 | 0.12 | 0.29 | 0.02 | 35.68 | 0.9 | 0.84 |
| Hex | FB | DD | B1 | 0 | C | 1D | 2 | 24 | 5A | 54 |
| Octal | 373 | 335 | 261 | 0 | 14 | 35 | 2 | 44 | 132 | 124 |
| Binary | 11111011 | 11011101 | 10110001 | 0 | 1100 | 11101 | 10 | 100100 | 1011010 | 1010100 |
Color Harmonies of #FBDDB1
Complementary color
Monochromatic Colors of #FBDDB1
Black with #FBDDB1
Text Example
Text Example
White with #FBDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDB1; }
p { color: rgb(251,221,177); }
H1.HeaderClassName
{
color: #FBDDB1;
}
.AnyTagClassName
{
color: #FBDDB1;
}
</style>
background-color css
<style>
a { background-color: #FBDDB1; }
a { background-color: rgb(251,221,177); }
div.DivClassName
{
background-color: #FBDDB1;
}
.BgClassName
{
background-color: #FBDDB1;
}
</style>
border-color css
<style>
span { border-color: #FBDDB1; }
span { border-color: rgb(251,221,177); }
td.TdClassName
{
border-color: #FBDDB1;
}
.TagClassName
{
border-color: #FBDDB1;
}
</style>