Shades of Navajo White #FED7AD
Tints of Navajo White #FED7AD
RGB
CMYK
RGB Variations
Color information
#FED7AD (or 0xFED7AD) is known color: Navajo White. HEX triplet: FE, D7 and AD. RGB value is (254,215,173). Sum of RGB (Red+Green+Blue) = 254+215+173=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7AD is #012852. Grayscale: #DEDEDE. Windows color (decimal): -75859 or 11393022. OLE color: 11393022.
HSL color Cylindrical-coordinate representation of color #FED7AD: hue angle of 31.11º 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 #FED7AD is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 173 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.00 |
| HSL | 31.11º | 0.98% | 0.84% | - |
| HSV(B) | 31.11º | 0.32% | 1% | - |
| XYZ | 72.72 | 72.69 | 49.73 | - |
| YUV | 221.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 173 | 0 | 0.15 | 0.32 | 0.00 | 31.11 | 0.98 | 0.84 |
| Hex | FE | D7 | AD | 0 | F | 20 | 0 | 1F | 62 | 54 |
| Octal | 376 | 327 | 255 | 0 | 17 | 40 | 0 | 37 | 142 | 124 |
| Binary | 11111110 | 11010111 | 10101101 | 0 | 1111 | 100000 | 0 | 11111 | 1100010 | 1010100 |
Color Harmonies of #FED7AD
Complementary color
Monochromatic Colors of #FED7AD
Black with #FED7AD
Text Example
Text Example
White with #FED7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7AD; }
p { color: rgb(254,215,173); }
H1.HeaderClassName
{
color: #FED7AD;
}
.AnyTagClassName
{
color: #FED7AD;
}
</style>
background-color css
<style>
a { background-color: #FED7AD; }
a { background-color: rgb(254,215,173); }
div.DivClassName
{
background-color: #FED7AD;
}
.BgClassName
{
background-color: #FED7AD;
}
</style>
border-color css
<style>
span { border-color: #FED7AD; }
span { border-color: rgb(254,215,173); }
td.TdClassName
{
border-color: #FED7AD;
}
.TagClassName
{
border-color: #FED7AD;
}
</style>