Shades of Navajo White #FEDFB3
Tints of Navajo White #FEDFB3
RGB
CMYK
RGB Variations
Color information
#FEDFB3 (or 0xFEDFB3) is known color: Navajo White. HEX triplet: FE, DF and B3. RGB value is (254,223,179). Sum of RGB (Red+Green+Blue) = 254+223+179=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 179 (70.31% from 255 or 27.29% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFB3 is #01204C. Grayscale: #E3E3E3. Windows color (decimal): -73805 or 11788286. OLE color: 11788286.
HSL color Cylindrical-coordinate representation of color #FEDFB3: hue angle of 35.2º 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 #FEDFB3 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 179 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.00 |
| HSL | 35.2º | 0.97% | 0.85% | - |
| HSV(B) | 35.2º | 0.3% | 1% | - |
| XYZ | 75.4 | 77.1 | 53.56 | - |
| YUV | 227.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 179 | 0 | 0.12 | 0.30 | 0.00 | 35.2 | 0.97 | 0.85 |
| Hex | FE | DF | B3 | 0 | C | 1E | 0 | 23 | 61 | 55 |
| Octal | 376 | 337 | 263 | 0 | 14 | 36 | 0 | 43 | 141 | 125 |
| Binary | 11111110 | 11011111 | 10110011 | 0 | 1100 | 11110 | 0 | 100011 | 1100001 | 1010101 |
Color Harmonies of #FEDFB3
Complementary color
Monochromatic Colors of #FEDFB3
Black with #FEDFB3
Text Example
Text Example
White with #FEDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFB3; }
p { color: rgb(254,223,179); }
H1.HeaderClassName
{
color: #FEDFB3;
}
.AnyTagClassName
{
color: #FEDFB3;
}
</style>
background-color css
<style>
a { background-color: #FEDFB3; }
a { background-color: rgb(254,223,179); }
div.DivClassName
{
background-color: #FEDFB3;
}
.BgClassName
{
background-color: #FEDFB3;
}
</style>
border-color css
<style>
span { border-color: #FEDFB3; }
span { border-color: rgb(254,223,179); }
td.TdClassName
{
border-color: #FEDFB3;
}
.TagClassName
{
border-color: #FEDFB3;
}
</style>