Shades of Navajo White #FFE1AB
Tints of Navajo White #FFE1AB
RGB
CMYK
RGB Variations
Color information
#FFE1AB (or 0xFFE1AB) is known color: Navajo White. HEX triplet: FF, E1 and AB. RGB value is (255,225,171). Sum of RGB (Red+Green+Blue) = 255+225+171=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AB is #001E54. Grayscale: #E4E4E4. Windows color (decimal): -7765 or 11264511. OLE color: 11264511.
HSL color Cylindrical-coordinate representation of color #FFE1AB: hue angle of 38.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE1AB is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 171 | - |
| CMYK | 0 | 0.12 | 0.33 | 0 |
| HSL | 38.57º | 1% | 0.84% | - |
| HSV(B) | 38.57º | 0.33% | 1% | - |
| XYZ | 75.52 | 78.05 | 49.61 | - |
| YUV | 227.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 171 | 0 | 0.12 | 0.33 | 0 | 38.57 | 1 | 0.84 |
| Hex | FF | E1 | AB | 0 | C | 21 | 0 | 27 | 64 | 54 |
| Octal | 377 | 341 | 253 | 0 | 14 | 41 | 0 | 47 | 144 | 124 |
| Binary | 11111111 | 11100001 | 10101011 | 0 | 1100 | 100001 | 0 | 100111 | 1100100 | 1010100 |
Color Harmonies of #FFE1AB
Complementary color
Monochromatic Colors of #FFE1AB
Black with #FFE1AB
Text Example
Text Example
White with #FFE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1AB; }
p { color: rgb(255,225,171); }
H1.HeaderClassName
{
color: #FFE1AB;
}
.AnyTagClassName
{
color: #FFE1AB;
}
</style>
background-color css
<style>
a { background-color: #FFE1AB; }
a { background-color: rgb(255,225,171); }
div.DivClassName
{
background-color: #FFE1AB;
}
.BgClassName
{
background-color: #FFE1AB;
}
</style>
border-color css
<style>
span { border-color: #FFE1AB; }
span { border-color: rgb(255,225,171); }
td.TdClassName
{
border-color: #FFE1AB;
}
.TagClassName
{
border-color: #FFE1AB;
}
</style>