Shades of Navajo White #FED9AC
Tints of Navajo White #FED9AC
RGB
CMYK
RGB Variations
Color information
#FED9AC (or 0xFED9AC) is known color: Navajo White. HEX triplet: FE, D9 and AC. RGB value is (254,217,172). Sum of RGB (Red+Green+Blue) = 254+217+172=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9AC is #012653. Grayscale: #DFDFDF. Windows color (decimal): -75348 or 11327998. OLE color: 11327998.
HSL color Cylindrical-coordinate representation of color #FED9AC: hue angle of 32.93º 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 #FED9AC is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 172 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.00 |
| HSL | 32.93º | 0.98% | 0.84% | - |
| HSV(B) | 32.93º | 0.32% | 1% | - |
| XYZ | 73.13 | 73.68 | 49.4 | - |
| YUV | 222.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 172 | 0 | 0.15 | 0.32 | 0.00 | 32.93 | 0.98 | 0.84 |
| Hex | FE | D9 | AC | 0 | F | 20 | 0 | 21 | 62 | 54 |
| Octal | 376 | 331 | 254 | 0 | 17 | 40 | 0 | 41 | 142 | 124 |
| Binary | 11111110 | 11011001 | 10101100 | 0 | 1111 | 100000 | 0 | 100001 | 1100010 | 1010100 |
Color Harmonies of #FED9AC
Complementary color
Monochromatic Colors of #FED9AC
Black with #FED9AC
Text Example
Text Example
White with #FED9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9AC; }
p { color: rgb(254,217,172); }
H1.HeaderClassName
{
color: #FED9AC;
}
.AnyTagClassName
{
color: #FED9AC;
}
</style>
background-color css
<style>
a { background-color: #FED9AC; }
a { background-color: rgb(254,217,172); }
div.DivClassName
{
background-color: #FED9AC;
}
.BgClassName
{
background-color: #FED9AC;
}
</style>
border-color css
<style>
span { border-color: #FED9AC; }
span { border-color: rgb(254,217,172); }
td.TdClassName
{
border-color: #FED9AC;
}
.TagClassName
{
border-color: #FED9AC;
}
</style>