Shades of Navajo White #FEDEAD
Tints of Navajo White #FEDEAD
RGB
CMYK
RGB Variations
Color information
#FEDEAD (or 0xFEDEAD) is known color: Navajo White. HEX triplet: FE, DE and AD. RGB value is (254,222,173). Sum of RGB (Red+Green+Blue) = 254+222+173=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEAD is #012152. Grayscale: #E2E2E2. Windows color (decimal): -74067 or 11394814. OLE color: 11394814.
HSL color Cylindrical-coordinate representation of color #FEDEAD: hue angle of 36.3º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEDEAD is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 173 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.00 |
| HSL | 36.3º | 0.98% | 0.84% | - |
| HSV(B) | 36.3º | 0.32% | 1% | - |
| XYZ | 74.54 | 76.33 | 50.34 | - |
| YUV | 225.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 173 | 0 | 0.13 | 0.32 | 0.00 | 36.3 | 0.98 | 0.84 |
| Hex | FE | DE | AD | 0 | D | 20 | 0 | 24 | 62 | 54 |
| Octal | 376 | 336 | 255 | 0 | 15 | 40 | 0 | 44 | 142 | 124 |
| Binary | 11111110 | 11011110 | 10101101 | 0 | 1101 | 100000 | 0 | 100100 | 1100010 | 1010100 |
Color Harmonies of #FEDEAD
Complementary color
Monochromatic Colors of #FEDEAD
Black with #FEDEAD
Text Example
Text Example
White with #FEDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEAD; }
p { color: rgb(254,222,173); }
H1.HeaderClassName
{
color: #FEDEAD;
}
.AnyTagClassName
{
color: #FEDEAD;
}
</style>
background-color css
<style>
a { background-color: #FEDEAD; }
a { background-color: rgb(254,222,173); }
div.DivClassName
{
background-color: #FEDEAD;
}
.BgClassName
{
background-color: #FEDEAD;
}
</style>
border-color css
<style>
span { border-color: #FEDEAD; }
span { border-color: rgb(254,222,173); }
td.TdClassName
{
border-color: #FEDEAD;
}
.TagClassName
{
border-color: #FEDEAD;
}
</style>