Shades of Navajo White #FEDFAC
Tints of Navajo White #FEDFAC
RGB
CMYK
RGB Variations
Color information
#FEDFAC (or 0xFEDFAC) is known color: Navajo White. HEX triplet: FE, DF and AC. RGB value is (254,223,172). Sum of RGB (Red+Green+Blue) = 254+223+172=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFAC is #012053. Grayscale: #E2E2E2. Windows color (decimal): -73812 or 11329534. OLE color: 11329534.
HSL color Cylindrical-coordinate representation of color #FEDFAC: hue angle of 37.32º 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 #FEDFAC is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 172 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.00 |
| HSL | 37.32º | 0.98% | 0.84% | - |
| HSV(B) | 37.32º | 0.32% | 1% | - |
| XYZ | 74.71 | 76.82 | 49.92 | - |
| YUV | 226.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 172 | 0 | 0.12 | 0.32 | 0.00 | 37.32 | 0.98 | 0.84 |
| Hex | FE | DF | AC | 0 | C | 20 | 0 | 25 | 62 | 54 |
| Octal | 376 | 337 | 254 | 0 | 14 | 40 | 0 | 45 | 142 | 124 |
| Binary | 11111110 | 11011111 | 10101100 | 0 | 1100 | 100000 | 0 | 100101 | 1100010 | 1010100 |
Color Harmonies of #FEDFAC
Complementary color
Monochromatic Colors of #FEDFAC
Black with #FEDFAC
Text Example
Text Example
White with #FEDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFAC; }
p { color: rgb(254,223,172); }
H1.HeaderClassName
{
color: #FEDFAC;
}
.AnyTagClassName
{
color: #FEDFAC;
}
</style>
background-color css
<style>
a { background-color: #FEDFAC; }
a { background-color: rgb(254,223,172); }
div.DivClassName
{
background-color: #FEDFAC;
}
.BgClassName
{
background-color: #FEDFAC;
}
</style>
border-color css
<style>
span { border-color: #FEDFAC; }
span { border-color: rgb(254,223,172); }
td.TdClassName
{
border-color: #FEDFAC;
}
.TagClassName
{
border-color: #FEDFAC;
}
</style>