Shades of Navajo White #FED9A8
Tints of Navajo White #FED9A8
RGB
CMYK
RGB Variations
Color information
#FED9A8 (or 0xFED9A8) is known color: Navajo White. HEX triplet: FE, D9 and A8. RGB value is (254,217,168). Sum of RGB (Red+Green+Blue) = 254+217+168=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9A8 is #012657. Grayscale: #DEDEDE. Windows color (decimal): -75352 or 11065854. OLE color: 11065854.
HSL color Cylindrical-coordinate representation of color #FED9A8: hue angle of 34.19º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FED9A8 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 168 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.00 |
| HSL | 34.19º | 0.98% | 0.83% | - |
| HSV(B) | 34.19º | 0.34% | 1% | - |
| XYZ | 72.75 | 73.52 | 47.4 | - |
| YUV | 222.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 168 | 0 | 0.15 | 0.34 | 0.00 | 34.19 | 0.98 | 0.83 |
| Hex | FE | D9 | A8 | 0 | F | 22 | 0 | 22 | 62 | 53 |
| Octal | 376 | 331 | 250 | 0 | 17 | 42 | 0 | 42 | 142 | 123 |
| Binary | 11111110 | 11011001 | 10101000 | 0 | 1111 | 100010 | 0 | 100010 | 1100010 | 1010011 |
Color Harmonies of #FED9A8
Complementary color
Monochromatic Colors of #FED9A8
Black with #FED9A8
Text Example
Text Example
White with #FED9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9A8; }
p { color: rgb(254,217,168); }
H1.HeaderClassName
{
color: #FED9A8;
}
.AnyTagClassName
{
color: #FED9A8;
}
</style>
background-color css
<style>
a { background-color: #FED9A8; }
a { background-color: rgb(254,217,168); }
div.DivClassName
{
background-color: #FED9A8;
}
.BgClassName
{
background-color: #FED9A8;
}
</style>
border-color css
<style>
span { border-color: #FED9A8; }
span { border-color: rgb(254,217,168); }
td.TdClassName
{
border-color: #FED9A8;
}
.TagClassName
{
border-color: #FED9A8;
}
</style>