Shades of Navajo White #FEDDAB
Tints of Navajo White #FEDDAB
RGB
CMYK
RGB Variations
Color information
#FEDDAB (or 0xFEDDAB) is known color: Navajo White. HEX triplet: FE, DD and AB. RGB value is (254,221,171). Sum of RGB (Red+Green+Blue) = 254+221+171=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDAB is #012254. Grayscale: #E1E1E1. Windows color (decimal): -74325 or 11263486. OLE color: 11263486.
HSL color Cylindrical-coordinate representation of color #FEDDAB: hue angle of 36.14º 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 #FEDDAB is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 171 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.00 |
| HSL | 36.14º | 0.98% | 0.83% | - |
| HSV(B) | 36.14º | 0.33% | 1% | - |
| XYZ | 74.08 | 75.72 | 49.24 | - |
| YUV | 225.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 171 | 0 | 0.13 | 0.33 | 0.00 | 36.14 | 0.98 | 0.83 |
| Hex | FE | DD | AB | 0 | D | 21 | 0 | 24 | 62 | 53 |
| Octal | 376 | 335 | 253 | 0 | 15 | 41 | 0 | 44 | 142 | 123 |
| Binary | 11111110 | 11011101 | 10101011 | 0 | 1101 | 100001 | 0 | 100100 | 1100010 | 1010011 |
Color Harmonies of #FEDDAB
Complementary color
Monochromatic Colors of #FEDDAB
Black with #FEDDAB
Text Example
Text Example
White with #FEDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDAB; }
p { color: rgb(254,221,171); }
H1.HeaderClassName
{
color: #FEDDAB;
}
.AnyTagClassName
{
color: #FEDDAB;
}
</style>
background-color css
<style>
a { background-color: #FEDDAB; }
a { background-color: rgb(254,221,171); }
div.DivClassName
{
background-color: #FEDDAB;
}
.BgClassName
{
background-color: #FEDDAB;
}
</style>
border-color css
<style>
span { border-color: #FEDDAB; }
span { border-color: rgb(254,221,171); }
td.TdClassName
{
border-color: #FEDDAB;
}
.TagClassName
{
border-color: #FEDDAB;
}
</style>