Shades of Navajo White #FEDAAB
Tints of Navajo White #FEDAAB
RGB
CMYK
RGB Variations
Color information
#FEDAAB (or 0xFEDAAB) is known color: Navajo White. HEX triplet: FE, DA and AB. RGB value is (254,218,171). Sum of RGB (Red+Green+Blue) = 254+218+171=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAAB is #012554. Grayscale: #DFDFDF. Windows color (decimal): -75093 or 11262718. OLE color: 11262718.
HSL color Cylindrical-coordinate representation of color #FEDAAB: hue angle of 33.98º 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 #FEDAAB is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 171 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.00 |
| HSL | 33.98º | 0.98% | 0.83% | - |
| HSV(B) | 33.98º | 0.33% | 1% | - |
| XYZ | 73.3 | 74.15 | 48.98 | - |
| YUV | 223.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 171 | 0 | 0.14 | 0.33 | 0.00 | 33.98 | 0.98 | 0.83 |
| Hex | FE | DA | AB | 0 | E | 21 | 0 | 22 | 62 | 53 |
| Octal | 376 | 332 | 253 | 0 | 16 | 41 | 0 | 42 | 142 | 123 |
| Binary | 11111110 | 11011010 | 10101011 | 0 | 1110 | 100001 | 0 | 100010 | 1100010 | 1010011 |
Color Harmonies of #FEDAAB
Complementary color
Monochromatic Colors of #FEDAAB
Black with #FEDAAB
Text Example
Text Example
White with #FEDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAAB; }
p { color: rgb(254,218,171); }
H1.HeaderClassName
{
color: #FEDAAB;
}
.AnyTagClassName
{
color: #FEDAAB;
}
</style>
background-color css
<style>
a { background-color: #FEDAAB; }
a { background-color: rgb(254,218,171); }
div.DivClassName
{
background-color: #FEDAAB;
}
.BgClassName
{
background-color: #FEDAAB;
}
</style>
border-color css
<style>
span { border-color: #FEDAAB; }
span { border-color: rgb(254,218,171); }
td.TdClassName
{
border-color: #FEDAAB;
}
.TagClassName
{
border-color: #FEDAAB;
}
</style>