Shades of Navajo White #FEDCB0
Tints of Navajo White #FEDCB0
RGB
CMYK
RGB Variations
Color information
#FEDCB0 (or 0xFEDCB0) is known color: Navajo White. HEX triplet: FE, DC and B0. RGB value is (254,220,176). Sum of RGB (Red+Green+Blue) = 254+220+176=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCB0 is #01234F. Grayscale: #E1E1E1. Windows color (decimal): -74576 or 11590910. OLE color: 11590910.
HSL color Cylindrical-coordinate representation of color #FEDCB0: hue angle of 33.85º 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 #FEDCB0 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 176 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.00 |
| HSL | 33.85º | 0.98% | 0.84% | - |
| HSV(B) | 33.85º | 0.31% | 1% | - |
| XYZ | 74.3 | 75.39 | 51.71 | - |
| YUV | 225.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 176 | 0 | 0.13 | 0.31 | 0.00 | 33.85 | 0.98 | 0.84 |
| Hex | FE | DC | B0 | 0 | D | 1F | 0 | 22 | 62 | 54 |
| Octal | 376 | 334 | 260 | 0 | 15 | 37 | 0 | 42 | 142 | 124 |
| Binary | 11111110 | 11011100 | 10110000 | 0 | 1101 | 11111 | 0 | 100010 | 1100010 | 1010100 |
Color Harmonies of #FEDCB0
Complementary color
Monochromatic Colors of #FEDCB0
Black with #FEDCB0
Text Example
Text Example
White with #FEDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCB0; }
p { color: rgb(254,220,176); }
H1.HeaderClassName
{
color: #FEDCB0;
}
.AnyTagClassName
{
color: #FEDCB0;
}
</style>
background-color css
<style>
a { background-color: #FEDCB0; }
a { background-color: rgb(254,220,176); }
div.DivClassName
{
background-color: #FEDCB0;
}
.BgClassName
{
background-color: #FEDCB0;
}
</style>
border-color css
<style>
span { border-color: #FEDCB0; }
span { border-color: rgb(254,220,176); }
td.TdClassName
{
border-color: #FEDCB0;
}
.TagClassName
{
border-color: #FEDCB0;
}
</style>