Shades of Navajo White #FEDDA8
Tints of Navajo White #FEDDA8
RGB
CMYK
RGB Variations
Color information
#FEDDA8 (or 0xFEDDA8) is known color: Navajo White. HEX triplet: FE, DD and A8. RGB value is (254,221,168). Sum of RGB (Red+Green+Blue) = 254+221+168=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDA8 is #012257. Grayscale: #E1E1E1. Windows color (decimal): -74328 or 11066878. OLE color: 11066878.
HSL color Cylindrical-coordinate representation of color #FEDDA8: hue angle of 36.98º 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 #FEDDA8 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 168 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.00 |
| HSL | 36.98º | 0.98% | 0.83% | - |
| HSV(B) | 36.98º | 0.34% | 1% | - |
| XYZ | 73.8 | 75.61 | 47.75 | - |
| YUV | 224.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 168 | 0 | 0.13 | 0.34 | 0.00 | 36.98 | 0.98 | 0.83 |
| Hex | FE | DD | A8 | 0 | D | 22 | 0 | 25 | 62 | 53 |
| Octal | 376 | 335 | 250 | 0 | 15 | 42 | 0 | 45 | 142 | 123 |
| Binary | 11111110 | 11011101 | 10101000 | 0 | 1101 | 100010 | 0 | 100101 | 1100010 | 1010011 |
Color Harmonies of #FEDDA8
Complementary color
Monochromatic Colors of #FEDDA8
Black with #FEDDA8
Text Example
Text Example
White with #FEDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDA8; }
p { color: rgb(254,221,168); }
H1.HeaderClassName
{
color: #FEDDA8;
}
.AnyTagClassName
{
color: #FEDDA8;
}
</style>
background-color css
<style>
a { background-color: #FEDDA8; }
a { background-color: rgb(254,221,168); }
div.DivClassName
{
background-color: #FEDDA8;
}
.BgClassName
{
background-color: #FEDDA8;
}
</style>
border-color css
<style>
span { border-color: #FEDDA8; }
span { border-color: rgb(254,221,168); }
td.TdClassName
{
border-color: #FEDDA8;
}
.TagClassName
{
border-color: #FEDDA8;
}
</style>