Shades of Navajo White #FEE0AB
Tints of Navajo White #FEE0AB
RGB
CMYK
RGB Variations
Color information
#FEE0AB (or 0xFEE0AB) is known color: Navajo White. HEX triplet: FE, E0 and AB. RGB value is (254,224,171). Sum of RGB (Red+Green+Blue) = 254+224+171=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE0AB is #011F54. Grayscale: #E3E3E3. Windows color (decimal): -73557 or 11264254. OLE color: 11264254.
HSL color Cylindrical-coordinate representation of color #FEE0AB: hue angle of 38.31º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE0AB is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 171 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.00 |
| HSL | 38.31º | 0.98% | 0.83% | - |
| HSV(B) | 38.31º | 0.33% | 1% | - |
| XYZ | 74.88 | 77.32 | 49.51 | - |
| YUV | 226.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 171 | 0 | 0.12 | 0.33 | 0.00 | 38.31 | 0.98 | 0.83 |
| Hex | FE | E0 | AB | 0 | C | 21 | 0 | 26 | 62 | 53 |
| Octal | 376 | 340 | 253 | 0 | 14 | 41 | 0 | 46 | 142 | 123 |
| Binary | 11111110 | 11100000 | 10101011 | 0 | 1100 | 100001 | 0 | 100110 | 1100010 | 1010011 |
Color Harmonies of #FEE0AB
Complementary color
Monochromatic Colors of #FEE0AB
Black with #FEE0AB
Text Example
Text Example
White with #FEE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0AB; }
p { color: rgb(254,224,171); }
H1.HeaderClassName
{
color: #FEE0AB;
}
.AnyTagClassName
{
color: #FEE0AB;
}
</style>
background-color css
<style>
a { background-color: #FEE0AB; }
a { background-color: rgb(254,224,171); }
div.DivClassName
{
background-color: #FEE0AB;
}
.BgClassName
{
background-color: #FEE0AB;
}
</style>
border-color css
<style>
span { border-color: #FEE0AB; }
span { border-color: rgb(254,224,171); }
td.TdClassName
{
border-color: #FEE0AB;
}
.TagClassName
{
border-color: #FEE0AB;
}
</style>