Shades of Navajo White #FEDFAA
Tints of Navajo White #FEDFAA
RGB
CMYK
RGB Variations
Color information
#FEDFAA (or 0xFEDFAA) is known color: Navajo White. HEX triplet: FE, DF and AA. RGB value is (254,223,170). Sum of RGB (Red+Green+Blue) = 254+223+170=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFAA is #012055. Grayscale: #E2E2E2. Windows color (decimal): -73814 or 11198462. OLE color: 11198462.
HSL color Cylindrical-coordinate representation of color #FEDFAA: hue angle of 37.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEDFAA is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 170 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.00 |
| HSL | 37.86º | 0.98% | 0.83% | - |
| HSV(B) | 37.86º | 0.33% | 1% | - |
| XYZ | 74.52 | 76.75 | 48.92 | - |
| YUV | 226.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 170 | 0 | 0.12 | 0.33 | 0.00 | 37.86 | 0.98 | 0.83 |
| Hex | FE | DF | AA | 0 | C | 21 | 0 | 26 | 62 | 53 |
| Octal | 376 | 337 | 252 | 0 | 14 | 41 | 0 | 46 | 142 | 123 |
| Binary | 11111110 | 11011111 | 10101010 | 0 | 1100 | 100001 | 0 | 100110 | 1100010 | 1010011 |
Color Harmonies of #FEDFAA
Complementary color
Monochromatic Colors of #FEDFAA
Black with #FEDFAA
Text Example
Text Example
White with #FEDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFAA; }
p { color: rgb(254,223,170); }
H1.HeaderClassName
{
color: #FEDFAA;
}
.AnyTagClassName
{
color: #FEDFAA;
}
</style>
background-color css
<style>
a { background-color: #FEDFAA; }
a { background-color: rgb(254,223,170); }
div.DivClassName
{
background-color: #FEDFAA;
}
.BgClassName
{
background-color: #FEDFAA;
}
</style>
border-color css
<style>
span { border-color: #FEDFAA; }
span { border-color: rgb(254,223,170); }
td.TdClassName
{
border-color: #FEDFAA;
}
.TagClassName
{
border-color: #FEDFAA;
}
</style>