Shades of Navajo White #FEE1AF
Tints of Navajo White #FEE1AF
RGB
CMYK
RGB Variations
Color information
#FEE1AF (or 0xFEE1AF) is known color: Navajo White. HEX triplet: FE, E1 and AF. RGB value is (254,225,175). Sum of RGB (Red+Green+Blue) = 254+225+175=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1AF is #011E50. Grayscale: #E4E4E4. Windows color (decimal): -73297 or 11526654. OLE color: 11526654.
HSL color Cylindrical-coordinate representation of color #FEE1AF: hue angle of 37.97º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE1AF is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 175 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.00 |
| HSL | 37.97º | 0.98% | 0.84% | - |
| HSV(B) | 37.97º | 0.31% | 1% | - |
| XYZ | 75.54 | 78.02 | 51.63 | - |
| YUV | 227.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 175 | 0 | 0.11 | 0.31 | 0.00 | 37.97 | 0.98 | 0.84 |
| Hex | FE | E1 | AF | 0 | B | 1F | 0 | 26 | 62 | 54 |
| Octal | 376 | 341 | 257 | 0 | 13 | 37 | 0 | 46 | 142 | 124 |
| Binary | 11111110 | 11100001 | 10101111 | 0 | 1011 | 11111 | 0 | 100110 | 1100010 | 1010100 |
Color Harmonies of #FEE1AF
Complementary color
Monochromatic Colors of #FEE1AF
Black with #FEE1AF
Text Example
Text Example
White with #FEE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1AF; }
p { color: rgb(254,225,175); }
H1.HeaderClassName
{
color: #FEE1AF;
}
.AnyTagClassName
{
color: #FEE1AF;
}
</style>
background-color css
<style>
a { background-color: #FEE1AF; }
a { background-color: rgb(254,225,175); }
div.DivClassName
{
background-color: #FEE1AF;
}
.BgClassName
{
background-color: #FEE1AF;
}
</style>
border-color css
<style>
span { border-color: #FEE1AF; }
span { border-color: rgb(254,225,175); }
td.TdClassName
{
border-color: #FEE1AF;
}
.TagClassName
{
border-color: #FEE1AF;
}
</style>