Shades of Navajo White #FEDDAC
Tints of Navajo White #FEDDAC
RGB
CMYK
RGB Variations
Color information
#FEDDAC (or 0xFEDDAC) is known color: Navajo White. HEX triplet: FE, DD and AC. RGB value is (254,221,172). Sum of RGB (Red+Green+Blue) = 254+221+172=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDAC is #012253. Grayscale: #E1E1E1. Windows color (decimal): -74324 or 11329022. OLE color: 11329022.
HSL color Cylindrical-coordinate representation of color #FEDDAC: hue angle of 35.85º 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 #FEDDAC is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 172 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.00 |
| HSL | 35.85º | 0.98% | 0.84% | - |
| HSV(B) | 35.85º | 0.32% | 1% | - |
| XYZ | 74.18 | 75.76 | 49.74 | - |
| YUV | 225.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 172 | 0 | 0.13 | 0.32 | 0.00 | 35.85 | 0.98 | 0.84 |
| Hex | FE | DD | AC | 0 | D | 20 | 0 | 24 | 62 | 54 |
| Octal | 376 | 335 | 254 | 0 | 15 | 40 | 0 | 44 | 142 | 124 |
| Binary | 11111110 | 11011101 | 10101100 | 0 | 1101 | 100000 | 0 | 100100 | 1100010 | 1010100 |
Color Harmonies of #FEDDAC
Complementary color
Monochromatic Colors of #FEDDAC
Black with #FEDDAC
Text Example
Text Example
White with #FEDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDAC; }
p { color: rgb(254,221,172); }
H1.HeaderClassName
{
color: #FEDDAC;
}
.AnyTagClassName
{
color: #FEDDAC;
}
</style>
background-color css
<style>
a { background-color: #FEDDAC; }
a { background-color: rgb(254,221,172); }
div.DivClassName
{
background-color: #FEDDAC;
}
.BgClassName
{
background-color: #FEDDAC;
}
</style>
border-color css
<style>
span { border-color: #FEDDAC; }
span { border-color: rgb(254,221,172); }
td.TdClassName
{
border-color: #FEDDAC;
}
.TagClassName
{
border-color: #FEDDAC;
}
</style>