Shades of Navajo White #FED7AB
Tints of Navajo White #FED7AB
RGB
CMYK
RGB Variations
Color information
#FED7AB (or 0xFED7AB) is known color: Navajo White. HEX triplet: FE, D7 and AB. RGB value is (254,215,171). Sum of RGB (Red+Green+Blue) = 254+215+171=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7AB is #012854. Grayscale: #DDDDDD. Windows color (decimal): -75861 or 11261950. OLE color: 11261950.
HSL color Cylindrical-coordinate representation of color #FED7AB: hue angle of 31.81º 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 #FED7AB is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 171 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.00 |
| HSL | 31.81º | 0.98% | 0.83% | - |
| HSV(B) | 31.81º | 0.33% | 1% | - |
| XYZ | 72.52 | 72.61 | 48.72 | - |
| YUV | 221.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 171 | 0 | 0.15 | 0.33 | 0.00 | 31.81 | 0.98 | 0.83 |
| Hex | FE | D7 | AB | 0 | F | 21 | 0 | 20 | 62 | 53 |
| Octal | 376 | 327 | 253 | 0 | 17 | 41 | 0 | 40 | 142 | 123 |
| Binary | 11111110 | 11010111 | 10101011 | 0 | 1111 | 100001 | 0 | 100000 | 1100010 | 1010011 |
Color Harmonies of #FED7AB
Complementary color
Monochromatic Colors of #FED7AB
Black with #FED7AB
Text Example
Text Example
White with #FED7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7AB; }
p { color: rgb(254,215,171); }
H1.HeaderClassName
{
color: #FED7AB;
}
.AnyTagClassName
{
color: #FED7AB;
}
</style>
background-color css
<style>
a { background-color: #FED7AB; }
a { background-color: rgb(254,215,171); }
div.DivClassName
{
background-color: #FED7AB;
}
.BgClassName
{
background-color: #FED7AB;
}
</style>
border-color css
<style>
span { border-color: #FED7AB; }
span { border-color: rgb(254,215,171); }
td.TdClassName
{
border-color: #FED7AB;
}
.TagClassName
{
border-color: #FED7AB;
}
</style>