Shades of Navajo White #FED8AC
Tints of Navajo White #FED8AC
RGB
CMYK
RGB Variations
Color information
#FED8AC (or 0xFED8AC) is known color: Navajo White. HEX triplet: FE, D8 and AC. RGB value is (254,216,172). Sum of RGB (Red+Green+Blue) = 254+216+172=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8AC is #012753. Grayscale: #DEDEDE. Windows color (decimal): -75604 or 11327742. OLE color: 11327742.
HSL color Cylindrical-coordinate representation of color #FED8AC: hue angle of 32.2º 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 #FED8AC is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 172 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.00 |
| HSL | 32.2º | 0.98% | 0.84% | - |
| HSV(B) | 32.2º | 0.32% | 1% | - |
| XYZ | 72.88 | 73.16 | 49.31 | - |
| YUV | 222.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 172 | 0 | 0.15 | 0.32 | 0.00 | 32.2 | 0.98 | 0.84 |
| Hex | FE | D8 | AC | 0 | F | 20 | 0 | 20 | 62 | 54 |
| Octal | 376 | 330 | 254 | 0 | 17 | 40 | 0 | 40 | 142 | 124 |
| Binary | 11111110 | 11011000 | 10101100 | 0 | 1111 | 100000 | 0 | 100000 | 1100010 | 1010100 |
Color Harmonies of #FED8AC
Complementary color
Monochromatic Colors of #FED8AC
Black with #FED8AC
Text Example
Text Example
White with #FED8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8AC; }
p { color: rgb(254,216,172); }
H1.HeaderClassName
{
color: #FED8AC;
}
.AnyTagClassName
{
color: #FED8AC;
}
</style>
background-color css
<style>
a { background-color: #FED8AC; }
a { background-color: rgb(254,216,172); }
div.DivClassName
{
background-color: #FED8AC;
}
.BgClassName
{
background-color: #FED8AC;
}
</style>
border-color css
<style>
span { border-color: #FED8AC; }
span { border-color: rgb(254,216,172); }
td.TdClassName
{
border-color: #FED8AC;
}
.TagClassName
{
border-color: #FED8AC;
}
</style>