Shades of Navajo White #FEDDAD
Tints of Navajo White #FEDDAD
RGB
CMYK
RGB Variations
Color information
#FEDDAD (or 0xFEDDAD) is known color: Navajo White. HEX triplet: FE, DD and AD. RGB value is (254,221,173). Sum of RGB (Red+Green+Blue) = 254+221+173=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDAD is #012252. Grayscale: #E1E1E1. Windows color (decimal): -74323 or 11394558. OLE color: 11394558.
HSL color Cylindrical-coordinate representation of color #FEDDAD: hue angle of 35.56º 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 #FEDDAD is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 173 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.00 |
| HSL | 35.56º | 0.98% | 0.84% | - |
| HSV(B) | 35.56º | 0.32% | 1% | - |
| XYZ | 74.27 | 75.8 | 50.25 | - |
| YUV | 225.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 173 | 0 | 0.13 | 0.32 | 0.00 | 35.56 | 0.98 | 0.84 |
| Hex | FE | DD | AD | 0 | D | 20 | 0 | 24 | 62 | 54 |
| Octal | 376 | 335 | 255 | 0 | 15 | 40 | 0 | 44 | 142 | 124 |
| Binary | 11111110 | 11011101 | 10101101 | 0 | 1101 | 100000 | 0 | 100100 | 1100010 | 1010100 |
Color Harmonies of #FEDDAD
Complementary color
Monochromatic Colors of #FEDDAD
Black with #FEDDAD
Text Example
Text Example
White with #FEDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDAD; }
p { color: rgb(254,221,173); }
H1.HeaderClassName
{
color: #FEDDAD;
}
.AnyTagClassName
{
color: #FEDDAD;
}
</style>
background-color css
<style>
a { background-color: #FEDDAD; }
a { background-color: rgb(254,221,173); }
div.DivClassName
{
background-color: #FEDDAD;
}
.BgClassName
{
background-color: #FEDDAD;
}
</style>
border-color css
<style>
span { border-color: #FEDDAD; }
span { border-color: rgb(254,221,173); }
td.TdClassName
{
border-color: #FEDDAD;
}
.TagClassName
{
border-color: #FEDDAD;
}
</style>