Shades of Navajo White #FEDBA8
Tints of Navajo White #FEDBA8
RGB
CMYK
RGB Variations
Color information
#FEDBA8 (or 0xFEDBA8) is known color: Navajo White. HEX triplet: FE, DB and A8. RGB value is (254,219,168). Sum of RGB (Red+Green+Blue) = 254+219+168=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA8 is #012457. Grayscale: #DFDFDF. Windows color (decimal): -74840 or 11066366. OLE color: 11066366.
HSL color Cylindrical-coordinate representation of color #FEDBA8: hue angle of 35.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEDBA8 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 168 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.00 |
| HSL | 35.58º | 0.98% | 0.83% | - |
| HSV(B) | 35.58º | 0.34% | 1% | - |
| XYZ | 73.27 | 74.56 | 47.58 | - |
| YUV | 223.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 168 | 0 | 0.14 | 0.34 | 0.00 | 35.58 | 0.98 | 0.83 |
| Hex | FE | DB | A8 | 0 | E | 22 | 0 | 24 | 62 | 53 |
| Octal | 376 | 333 | 250 | 0 | 16 | 42 | 0 | 44 | 142 | 123 |
| Binary | 11111110 | 11011011 | 10101000 | 0 | 1110 | 100010 | 0 | 100100 | 1100010 | 1010011 |
Color Harmonies of #FEDBA8
Complementary color
Monochromatic Colors of #FEDBA8
Black with #FEDBA8
Text Example
Text Example
White with #FEDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBA8; }
p { color: rgb(254,219,168); }
H1.HeaderClassName
{
color: #FEDBA8;
}
.AnyTagClassName
{
color: #FEDBA8;
}
</style>
background-color css
<style>
a { background-color: #FEDBA8; }
a { background-color: rgb(254,219,168); }
div.DivClassName
{
background-color: #FEDBA8;
}
.BgClassName
{
background-color: #FEDBA8;
}
</style>
border-color css
<style>
span { border-color: #FEDBA8; }
span { border-color: rgb(254,219,168); }
td.TdClassName
{
border-color: #FEDBA8;
}
.TagClassName
{
border-color: #FEDBA8;
}
</style>