Shades of Navajo White #FEDFAB
Tints of Navajo White #FEDFAB
RGB
CMYK
RGB Variations
Color information
#FEDFAB (or 0xFEDFAB) is known color: Navajo White. HEX triplet: FE, DF and AB. RGB value is (254,223,171). Sum of RGB (Red+Green+Blue) = 254+223+171=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFAB is #012054. Grayscale: #E2E2E2. Windows color (decimal): -73813 or 11263998. OLE color: 11263998.
HSL color Cylindrical-coordinate representation of color #FEDFAB: hue angle of 37.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEDFAB is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 171 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.00 |
| HSL | 37.59º | 0.98% | 0.83% | - |
| HSV(B) | 37.59º | 0.33% | 1% | - |
| XYZ | 74.61 | 76.79 | 49.42 | - |
| YUV | 226.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 171 | 0 | 0.12 | 0.33 | 0.00 | 37.59 | 0.98 | 0.83 |
| Hex | FE | DF | AB | 0 | C | 21 | 0 | 26 | 62 | 53 |
| Octal | 376 | 337 | 253 | 0 | 14 | 41 | 0 | 46 | 142 | 123 |
| Binary | 11111110 | 11011111 | 10101011 | 0 | 1100 | 100001 | 0 | 100110 | 1100010 | 1010011 |
Color Harmonies of #FEDFAB
Complementary color
Monochromatic Colors of #FEDFAB
Black with #FEDFAB
Text Example
Text Example
White with #FEDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFAB; }
p { color: rgb(254,223,171); }
H1.HeaderClassName
{
color: #FEDFAB;
}
.AnyTagClassName
{
color: #FEDFAB;
}
</style>
background-color css
<style>
a { background-color: #FEDFAB; }
a { background-color: rgb(254,223,171); }
div.DivClassName
{
background-color: #FEDFAB;
}
.BgClassName
{
background-color: #FEDFAB;
}
</style>
border-color css
<style>
span { border-color: #FEDFAB; }
span { border-color: rgb(254,223,171); }
td.TdClassName
{
border-color: #FEDFAB;
}
.TagClassName
{
border-color: #FEDFAB;
}
</style>