Shades of Navajo White #FED5AC
Tints of Navajo White #FED5AC
RGB
CMYK
RGB Variations
Color information
#FED5AC (or 0xFED5AC) is known color: Navajo White. HEX triplet: FE, D5 and AC. RGB value is (254,213,172). Sum of RGB (Red+Green+Blue) = 254+213+172=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5AC is #012A53. Grayscale: #DCDCDC. Windows color (decimal): -76372 or 11326974. OLE color: 11326974.
HSL color Cylindrical-coordinate representation of color #FED5AC: hue angle of 30º 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 #FED5AC is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 213 | 172 | - |
CMYK | 0 | 0.16 | 0.32 | 0.00 |
HSL | 30º | 0.98% | 0.84% | - |
HSV(B) | 30º | 0.32% | 1% | - |
XYZ | 72.11 | 71.64 | 49.06 | - |
YUV | 220.59 | 100.58 | 151.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 213 | 172 | 0 | 0.16 | 0.32 | 0.00 | 30 | 0.98 | 0.84 |
Hex | FE | D5 | AC | 0 | 10 | 20 | 0 | 1E | 62 | 54 |
Octal | 376 | 325 | 254 | 0 | 20 | 40 | 0 | 36 | 142 | 124 |
Binary | 11111110 | 11010101 | 10101100 | 0 | 10000 | 100000 | 0 | 11110 | 1100010 | 1010100 |
Color Harmonies of #FED5AC
Complementary color
Monochromatic Colors of #FED5AC
Black with #FED5AC
Text Example
Text Example
White with #FED5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5AC; }
p { color: rgb(254,213,172); }
H1.HeaderClassName
{
color: #FED5AC;
}
.AnyTagClassName
{
color: #FED5AC;
}
</style>
background-color css
<style>
a { background-color: #FED5AC; }
a { background-color: rgb(254,213,172); }
div.DivClassName
{
background-color: #FED5AC;
}
.BgClassName
{
background-color: #FED5AC;
}
</style>
border-color css
<style>
span { border-color: #FED5AC; }
span { border-color: rgb(254,213,172); }
td.TdClassName
{
border-color: #FED5AC;
}
.TagClassName
{
border-color: #FED5AC;
}
</style>