Shades of Navajo White #FEDAAF
Tints of Navajo White #FEDAAF
RGB
CMYK
RGB Variations
Color information
#FEDAAF (or 0xFEDAAF) is known color: Navajo White. HEX triplet: FE, DA and AF. RGB value is (254,218,175). Sum of RGB (Red+Green+Blue) = 254+218+175=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAAF is #012550. Grayscale: #E0E0E0. Windows color (decimal): -75089 or 11524862. OLE color: 11524862.
HSL color Cylindrical-coordinate representation of color #FEDAAF: hue angle of 32.66º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEDAAF is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 175 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.00 |
| HSL | 32.66º | 0.98% | 0.84% | - |
| HSV(B) | 32.66º | 0.31% | 1% | - |
| XYZ | 73.68 | 74.31 | 51.02 | - |
| YUV | 223.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 175 | 0 | 0.14 | 0.31 | 0.00 | 32.66 | 0.98 | 0.84 |
| Hex | FE | DA | AF | 0 | E | 1F | 0 | 21 | 62 | 54 |
| Octal | 376 | 332 | 257 | 0 | 16 | 37 | 0 | 41 | 142 | 124 |
| Binary | 11111110 | 11011010 | 10101111 | 0 | 1110 | 11111 | 0 | 100001 | 1100010 | 1010100 |
Color Harmonies of #FEDAAF
Complementary color
Monochromatic Colors of #FEDAAF
Black with #FEDAAF
Text Example
Text Example
White with #FEDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAAF; }
p { color: rgb(254,218,175); }
H1.HeaderClassName
{
color: #FEDAAF;
}
.AnyTagClassName
{
color: #FEDAAF;
}
</style>
background-color css
<style>
a { background-color: #FEDAAF; }
a { background-color: rgb(254,218,175); }
div.DivClassName
{
background-color: #FEDAAF;
}
.BgClassName
{
background-color: #FEDAAF;
}
</style>
border-color css
<style>
span { border-color: #FEDAAF; }
span { border-color: rgb(254,218,175); }
td.TdClassName
{
border-color: #FEDAAF;
}
.TagClassName
{
border-color: #FEDAAF;
}
</style>