Shades of Navajo White #FEDCAC
Tints of Navajo White #FEDCAC
RGB
CMYK
RGB Variations
Color information
#FEDCAC (or 0xFEDCAC) is known color: Navajo White. HEX triplet: FE, DC and AC. RGB value is (254,220,172). Sum of RGB (Red+Green+Blue) = 254+220+172=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCAC is #012353. Grayscale: #E0E0E0. Windows color (decimal): -74580 or 11328766. OLE color: 11328766.
HSL color Cylindrical-coordinate representation of color #FEDCAC: hue angle of 35.12º 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 #FEDCAC is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 172 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.00 |
| HSL | 35.12º | 0.98% | 0.84% | - |
| HSV(B) | 35.12º | 0.32% | 1% | - |
| XYZ | 73.91 | 75.24 | 49.66 | - |
| YUV | 224.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 172 | 0 | 0.13 | 0.32 | 0.00 | 35.12 | 0.98 | 0.84 |
| Hex | FE | DC | AC | 0 | D | 20 | 0 | 23 | 62 | 54 |
| Octal | 376 | 334 | 254 | 0 | 15 | 40 | 0 | 43 | 142 | 124 |
| Binary | 11111110 | 11011100 | 10101100 | 0 | 1101 | 100000 | 0 | 100011 | 1100010 | 1010100 |
Color Harmonies of #FEDCAC
Complementary color
Monochromatic Colors of #FEDCAC
Black with #FEDCAC
Text Example
Text Example
White with #FEDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCAC; }
p { color: rgb(254,220,172); }
H1.HeaderClassName
{
color: #FEDCAC;
}
.AnyTagClassName
{
color: #FEDCAC;
}
</style>
background-color css
<style>
a { background-color: #FEDCAC; }
a { background-color: rgb(254,220,172); }
div.DivClassName
{
background-color: #FEDCAC;
}
.BgClassName
{
background-color: #FEDCAC;
}
</style>
border-color css
<style>
span { border-color: #FEDCAC; }
span { border-color: rgb(254,220,172); }
td.TdClassName
{
border-color: #FEDCAC;
}
.TagClassName
{
border-color: #FEDCAC;
}
</style>