Shades of Navajo White #FEDCAD
Tints of Navajo White #FEDCAD
RGB
CMYK
RGB Variations
Color information
#FEDCAD (or 0xFEDCAD) is known color: Navajo White. HEX triplet: FE, DC and AD. RGB value is (254,220,173). Sum of RGB (Red+Green+Blue) = 254+220+173=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCAD is #012352. Grayscale: #E1E1E1. Windows color (decimal): -74579 or 11394302. OLE color: 11394302.
HSL color Cylindrical-coordinate representation of color #FEDCAD: hue angle of 34.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEDCAD is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 173 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.00 |
| HSL | 34.81º | 0.98% | 0.84% | - |
| HSV(B) | 34.81º | 0.32% | 1% | - |
| XYZ | 74.01 | 75.27 | 50.16 | - |
| YUV | 224.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 173 | 0 | 0.13 | 0.32 | 0.00 | 34.81 | 0.98 | 0.84 |
| Hex | FE | DC | AD | 0 | D | 20 | 0 | 23 | 62 | 54 |
| Octal | 376 | 334 | 255 | 0 | 15 | 40 | 0 | 43 | 142 | 124 |
| Binary | 11111110 | 11011100 | 10101101 | 0 | 1101 | 100000 | 0 | 100011 | 1100010 | 1010100 |
Color Harmonies of #FEDCAD
Complementary color
Monochromatic Colors of #FEDCAD
Black with #FEDCAD
Text Example
Text Example
White with #FEDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCAD; }
p { color: rgb(254,220,173); }
H1.HeaderClassName
{
color: #FEDCAD;
}
.AnyTagClassName
{
color: #FEDCAD;
}
</style>
background-color css
<style>
a { background-color: #FEDCAD; }
a { background-color: rgb(254,220,173); }
div.DivClassName
{
background-color: #FEDCAD;
}
.BgClassName
{
background-color: #FEDCAD;
}
</style>
border-color css
<style>
span { border-color: #FEDCAD; }
span { border-color: rgb(254,220,173); }
td.TdClassName
{
border-color: #FEDCAD;
}
.TagClassName
{
border-color: #FEDCAD;
}
</style>