Shades of Navajo White #FBD6AD
Tints of Navajo White #FBD6AD
RGB
CMYK
RGB Variations
Color information
#FBD6AD (or 0xFBD6AD) is known color: Navajo White. HEX triplet: FB, D6 and AD. RGB value is (251,214,173). Sum of RGB (Red+Green+Blue) = 251+214+173=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6AD is #042952. Grayscale: #DCDCDC. Windows color (decimal): -272723 or 11392763. OLE color: 11392763.
HSL color Cylindrical-coordinate representation of color #FBD6AD: hue angle of 31.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBD6AD is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 214 | 173 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.02 |
| HSL | 31.54º | 0.91% | 0.83% | - |
| HSV(B) | 31.54º | 0.31% | 0.98% | - |
| XYZ | 71.37 | 71.62 | 49.6 | - |
| YUV | 220.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 214 | 173 | 0 | 0.15 | 0.31 | 0.02 | 31.54 | 0.91 | 0.83 |
| Hex | FB | D6 | AD | 0 | F | 1F | 2 | 20 | 5B | 53 |
| Octal | 373 | 326 | 255 | 0 | 17 | 37 | 2 | 40 | 133 | 123 |
| Binary | 11111011 | 11010110 | 10101101 | 0 | 1111 | 11111 | 10 | 100000 | 1011011 | 1010011 |
Color Harmonies of #FBD6AD
Complementary color
Monochromatic Colors of #FBD6AD
Black with #FBD6AD
Text Example
Text Example
White with #FBD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD6AD; }
p { color: rgb(251,214,173); }
H1.HeaderClassName
{
color: #FBD6AD;
}
.AnyTagClassName
{
color: #FBD6AD;
}
</style>
background-color css
<style>
a { background-color: #FBD6AD; }
a { background-color: rgb(251,214,173); }
div.DivClassName
{
background-color: #FBD6AD;
}
.BgClassName
{
background-color: #FBD6AD;
}
</style>
border-color css
<style>
span { border-color: #FBD6AD; }
span { border-color: rgb(251,214,173); }
td.TdClassName
{
border-color: #FBD6AD;
}
.TagClassName
{
border-color: #FBD6AD;
}
</style>