Shades of Navajo White #FEDEB1
Tints of Navajo White #FEDEB1
RGB
CMYK
RGB Variations
Color information
#FEDEB1 (or 0xFEDEB1) is known color: Navajo White. HEX triplet: FE, DE and B1. RGB value is (254,222,177). Sum of RGB (Red+Green+Blue) = 254+222+177=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEB1 is #01214E. Grayscale: #E2E2E2. Windows color (decimal): -74063 or 11656958. OLE color: 11656958.
HSL color Cylindrical-coordinate representation of color #FEDEB1: hue angle of 35.06º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEDEB1 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 177 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.00 |
| HSL | 35.06º | 0.97% | 0.85% | - |
| HSV(B) | 35.06º | 0.3% | 1% | - |
| XYZ | 74.93 | 76.49 | 52.41 | - |
| YUV | 226.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 177 | 0 | 0.13 | 0.30 | 0.00 | 35.06 | 0.97 | 0.85 |
| Hex | FE | DE | B1 | 0 | D | 1E | 0 | 23 | 61 | 55 |
| Octal | 376 | 336 | 261 | 0 | 15 | 36 | 0 | 43 | 141 | 125 |
| Binary | 11111110 | 11011110 | 10110001 | 0 | 1101 | 11110 | 0 | 100011 | 1100001 | 1010101 |
Color Harmonies of #FEDEB1
Complementary color
Monochromatic Colors of #FEDEB1
Black with #FEDEB1
Text Example
Text Example
White with #FEDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEB1; }
p { color: rgb(254,222,177); }
H1.HeaderClassName
{
color: #FEDEB1;
}
.AnyTagClassName
{
color: #FEDEB1;
}
</style>
background-color css
<style>
a { background-color: #FEDEB1; }
a { background-color: rgb(254,222,177); }
div.DivClassName
{
background-color: #FEDEB1;
}
.BgClassName
{
background-color: #FEDEB1;
}
</style>
border-color css
<style>
span { border-color: #FEDEB1; }
span { border-color: rgb(254,222,177); }
td.TdClassName
{
border-color: #FEDEB1;
}
.TagClassName
{
border-color: #FEDEB1;
}
</style>