Shades of Navajo White #FEDCAA
Tints of Navajo White #FEDCAA
RGB
CMYK
RGB Variations
Color information
#FEDCAA (or 0xFEDCAA) is known color: Navajo White. HEX triplet: FE, DC and AA. RGB value is (254,220,170). Sum of RGB (Red+Green+Blue) = 254+220+170=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCAA is #012355. Grayscale: #E0E0E0. Windows color (decimal): -74582 or 11197694. OLE color: 11197694.
HSL color Cylindrical-coordinate representation of color #FEDCAA: hue angle of 35.71º 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 #FEDCAA is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 170 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.00 |
| HSL | 35.71º | 0.98% | 0.83% | - |
| HSV(B) | 35.71º | 0.33% | 1% | - |
| XYZ | 73.72 | 75.16 | 48.65 | - |
| YUV | 224.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 170 | 0 | 0.13 | 0.33 | 0.00 | 35.71 | 0.98 | 0.83 |
| Hex | FE | DC | AA | 0 | D | 21 | 0 | 24 | 62 | 53 |
| Octal | 376 | 334 | 252 | 0 | 15 | 41 | 0 | 44 | 142 | 123 |
| Binary | 11111110 | 11011100 | 10101010 | 0 | 1101 | 100001 | 0 | 100100 | 1100010 | 1010011 |
Color Harmonies of #FEDCAA
Complementary color
Monochromatic Colors of #FEDCAA
Black with #FEDCAA
Text Example
Text Example
White with #FEDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCAA; }
p { color: rgb(254,220,170); }
H1.HeaderClassName
{
color: #FEDCAA;
}
.AnyTagClassName
{
color: #FEDCAA;
}
</style>
background-color css
<style>
a { background-color: #FEDCAA; }
a { background-color: rgb(254,220,170); }
div.DivClassName
{
background-color: #FEDCAA;
}
.BgClassName
{
background-color: #FEDCAA;
}
</style>
border-color css
<style>
span { border-color: #FEDCAA; }
span { border-color: rgb(254,220,170); }
td.TdClassName
{
border-color: #FEDCAA;
}
.TagClassName
{
border-color: #FEDCAA;
}
</style>