Shades of Navajo White #FEDAB0
Tints of Navajo White #FEDAB0
RGB
CMYK
RGB Variations
Color information
#FEDAB0 (or 0xFEDAB0) is known color: Navajo White. HEX triplet: FE, DA and B0. RGB value is (254,218,176). Sum of RGB (Red+Green+Blue) = 254+218+176=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAB0 is #01254F. Grayscale: #E0E0E0. Windows color (decimal): -75088 or 11590398. OLE color: 11590398.
HSL color Cylindrical-coordinate representation of color #FEDAB0: hue angle of 32.31º 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 #FEDAB0 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 176 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.00 |
| HSL | 32.31º | 0.98% | 0.84% | - |
| HSV(B) | 32.31º | 0.31% | 1% | - |
| XYZ | 73.78 | 74.35 | 51.54 | - |
| YUV | 223.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 176 | 0 | 0.14 | 0.31 | 0.00 | 32.31 | 0.98 | 0.84 |
| Hex | FE | DA | B0 | 0 | E | 1F | 0 | 20 | 62 | 54 |
| Octal | 376 | 332 | 260 | 0 | 16 | 37 | 0 | 40 | 142 | 124 |
| Binary | 11111110 | 11011010 | 10110000 | 0 | 1110 | 11111 | 0 | 100000 | 1100010 | 1010100 |
Color Harmonies of #FEDAB0
Complementary color
Monochromatic Colors of #FEDAB0
Black with #FEDAB0
Text Example
Text Example
White with #FEDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAB0; }
p { color: rgb(254,218,176); }
H1.HeaderClassName
{
color: #FEDAB0;
}
.AnyTagClassName
{
color: #FEDAB0;
}
</style>
background-color css
<style>
a { background-color: #FEDAB0; }
a { background-color: rgb(254,218,176); }
div.DivClassName
{
background-color: #FEDAB0;
}
.BgClassName
{
background-color: #FEDAB0;
}
</style>
border-color css
<style>
span { border-color: #FEDAB0; }
span { border-color: rgb(254,218,176); }
td.TdClassName
{
border-color: #FEDAB0;
}
.TagClassName
{
border-color: #FEDAB0;
}
</style>