Shades of Navajo White #FEDAAA
Tints of Navajo White #FEDAAA
RGB
CMYK
RGB Variations
Color information
#FEDAAA (or 0xFEDAAA) is known color: Navajo White. HEX triplet: FE, DA and AA. RGB value is (254,218,170). Sum of RGB (Red+Green+Blue) = 254+218+170=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAAA is #012555. Grayscale: #DFDFDF. Windows color (decimal): -75094 or 11197182. OLE color: 11197182.
HSL color Cylindrical-coordinate representation of color #FEDAAA: hue angle of 34.29º 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 #FEDAAA is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 170 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.00 |
| HSL | 34.29º | 0.98% | 0.83% | - |
| HSV(B) | 34.29º | 0.33% | 1% | - |
| XYZ | 73.2 | 74.12 | 48.48 | - |
| YUV | 223.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 170 | 0 | 0.14 | 0.33 | 0.00 | 34.29 | 0.98 | 0.83 |
| Hex | FE | DA | AA | 0 | E | 21 | 0 | 22 | 62 | 53 |
| Octal | 376 | 332 | 252 | 0 | 16 | 41 | 0 | 42 | 142 | 123 |
| Binary | 11111110 | 11011010 | 10101010 | 0 | 1110 | 100001 | 0 | 100010 | 1100010 | 1010011 |
Color Harmonies of #FEDAAA
Complementary color
Monochromatic Colors of #FEDAAA
Black with #FEDAAA
Text Example
Text Example
White with #FEDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAAA; }
p { color: rgb(254,218,170); }
H1.HeaderClassName
{
color: #FEDAAA;
}
.AnyTagClassName
{
color: #FEDAAA;
}
</style>
background-color css
<style>
a { background-color: #FEDAAA; }
a { background-color: rgb(254,218,170); }
div.DivClassName
{
background-color: #FEDAAA;
}
.BgClassName
{
background-color: #FEDAAA;
}
</style>
border-color css
<style>
span { border-color: #FEDAAA; }
span { border-color: rgb(254,218,170); }
td.TdClassName
{
border-color: #FEDAAA;
}
.TagClassName
{
border-color: #FEDAAA;
}
</style>