Shades of Navajo White #FEDFB0
Tints of Navajo White #FEDFB0
RGB
CMYK
RGB Variations
Color information
#FEDFB0 (or 0xFEDFB0) is known color: Navajo White. HEX triplet: FE, DF and B0. RGB value is (254,223,176). Sum of RGB (Red+Green+Blue) = 254+223+176=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFB0 is #01204F. Grayscale: #E3E3E3. Windows color (decimal): -73808 or 11591678. OLE color: 11591678.
HSL color Cylindrical-coordinate representation of color #FEDFB0: hue angle of 36.15º 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 #FEDFB0 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 176 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.00 |
| HSL | 36.15º | 0.98% | 0.84% | - |
| HSV(B) | 36.15º | 0.31% | 1% | - |
| XYZ | 75.1 | 76.98 | 51.98 | - |
| YUV | 226.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 176 | 0 | 0.12 | 0.31 | 0.00 | 36.15 | 0.98 | 0.84 |
| Hex | FE | DF | B0 | 0 | C | 1F | 0 | 24 | 62 | 54 |
| Octal | 376 | 337 | 260 | 0 | 14 | 37 | 0 | 44 | 142 | 124 |
| Binary | 11111110 | 11011111 | 10110000 | 0 | 1100 | 11111 | 0 | 100100 | 1100010 | 1010100 |
Color Harmonies of #FEDFB0
Complementary color
Monochromatic Colors of #FEDFB0
Black with #FEDFB0
Text Example
Text Example
White with #FEDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFB0; }
p { color: rgb(254,223,176); }
H1.HeaderClassName
{
color: #FEDFB0;
}
.AnyTagClassName
{
color: #FEDFB0;
}
</style>
background-color css
<style>
a { background-color: #FEDFB0; }
a { background-color: rgb(254,223,176); }
div.DivClassName
{
background-color: #FEDFB0;
}
.BgClassName
{
background-color: #FEDFB0;
}
</style>
border-color css
<style>
span { border-color: #FEDFB0; }
span { border-color: rgb(254,223,176); }
td.TdClassName
{
border-color: #FEDFB0;
}
.TagClassName
{
border-color: #FEDFB0;
}
</style>