Shades of Navajo White #FEDBAB
Tints of Navajo White #FEDBAB
RGB
CMYK
RGB Variations
Color information
#FEDBAB (or 0xFEDBAB) is known color: Navajo White. HEX triplet: FE, DB and AB. RGB value is (254,219,171). Sum of RGB (Red+Green+Blue) = 254+219+171=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBAB is #012454. Grayscale: #E0E0E0. Windows color (decimal): -74837 or 11262974. OLE color: 11262974.
HSL color Cylindrical-coordinate representation of color #FEDBAB: hue angle of 34.7º 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 #FEDBAB is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 171 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.00 |
| HSL | 34.7º | 0.98% | 0.83% | - |
| HSV(B) | 34.7º | 0.33% | 1% | - |
| XYZ | 73.56 | 74.67 | 49.06 | - |
| YUV | 223.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 171 | 0 | 0.14 | 0.33 | 0.00 | 34.7 | 0.98 | 0.83 |
| Hex | FE | DB | AB | 0 | E | 21 | 0 | 23 | 62 | 53 |
| Octal | 376 | 333 | 253 | 0 | 16 | 41 | 0 | 43 | 142 | 123 |
| Binary | 11111110 | 11011011 | 10101011 | 0 | 1110 | 100001 | 0 | 100011 | 1100010 | 1010011 |
Color Harmonies of #FEDBAB
Complementary color
Monochromatic Colors of #FEDBAB
Black with #FEDBAB
Text Example
Text Example
White with #FEDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBAB; }
p { color: rgb(254,219,171); }
H1.HeaderClassName
{
color: #FEDBAB;
}
.AnyTagClassName
{
color: #FEDBAB;
}
</style>
background-color css
<style>
a { background-color: #FEDBAB; }
a { background-color: rgb(254,219,171); }
div.DivClassName
{
background-color: #FEDBAB;
}
.BgClassName
{
background-color: #FEDBAB;
}
</style>
border-color css
<style>
span { border-color: #FEDBAB; }
span { border-color: rgb(254,219,171); }
td.TdClassName
{
border-color: #FEDBAB;
}
.TagClassName
{
border-color: #FEDBAB;
}
</style>