Shades of Navajo White #FBDAAA
Tints of Navajo White #FBDAAA
RGB
CMYK
RGB Variations
Color information
#FBDAAA (or 0xFBDAAA) is known color: Navajo White. HEX triplet: FB, DA and AA. RGB value is (251,218,170). Sum of RGB (Red+Green+Blue) = 251+218+170=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAAA is #042555. Grayscale: #DEDEDE. Windows color (decimal): -271702 or 11197179. OLE color: 11197179.
HSL color Cylindrical-coordinate representation of color #FBDAAA: hue angle of 35.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBDAAA is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 170 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.02 |
| HSL | 35.56º | 0.91% | 0.83% | - |
| HSV(B) | 35.56º | 0.32% | 0.98% | - |
| XYZ | 72.11 | 73.55 | 48.43 | - |
| YUV | 222.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 170 | 0 | 0.13 | 0.32 | 0.02 | 35.56 | 0.91 | 0.83 |
| Hex | FB | DA | AA | 0 | D | 20 | 2 | 24 | 5B | 53 |
| Octal | 373 | 332 | 252 | 0 | 15 | 40 | 2 | 44 | 133 | 123 |
| Binary | 11111011 | 11011010 | 10101010 | 0 | 1101 | 100000 | 10 | 100100 | 1011011 | 1010011 |
Color Harmonies of #FBDAAA
Complementary color
Monochromatic Colors of #FBDAAA
Black with #FBDAAA
Text Example
Text Example
White with #FBDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAAA; }
p { color: rgb(251,218,170); }
H1.HeaderClassName
{
color: #FBDAAA;
}
.AnyTagClassName
{
color: #FBDAAA;
}
</style>
background-color css
<style>
a { background-color: #FBDAAA; }
a { background-color: rgb(251,218,170); }
div.DivClassName
{
background-color: #FBDAAA;
}
.BgClassName
{
background-color: #FBDAAA;
}
</style>
border-color css
<style>
span { border-color: #FBDAAA; }
span { border-color: rgb(251,218,170); }
td.TdClassName
{
border-color: #FBDAAA;
}
.TagClassName
{
border-color: #FBDAAA;
}
</style>