Shades of Navajo White #FEDDAF
Tints of Navajo White #FEDDAF
RGB
CMYK
RGB Variations
Color information
#FEDDAF (or 0xFEDDAF) is known color: Navajo White. HEX triplet: FE, DD and AF. RGB value is (254,221,175). Sum of RGB (Red+Green+Blue) = 254+221+175=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDDAF is #012250. Grayscale: #E1E1E1. Windows color (decimal): -74321 or 11525630. OLE color: 11525630.
HSL color Cylindrical-coordinate representation of color #FEDDAF: hue angle of 34.94º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEDDAF is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 175 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.00 |
| HSL | 34.94º | 0.98% | 0.84% | - |
| HSV(B) | 34.94º | 0.31% | 1% | - |
| XYZ | 74.47 | 75.88 | 51.28 | - |
| YUV | 225.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 175 | 0 | 0.13 | 0.31 | 0.00 | 34.94 | 0.98 | 0.84 |
| Hex | FE | DD | AF | 0 | D | 1F | 0 | 23 | 62 | 54 |
| Octal | 376 | 335 | 257 | 0 | 15 | 37 | 0 | 43 | 142 | 124 |
| Binary | 11111110 | 11011101 | 10101111 | 0 | 1101 | 11111 | 0 | 100011 | 1100010 | 1010100 |
Color Harmonies of #FEDDAF
Complementary color
Monochromatic Colors of #FEDDAF
Black with #FEDDAF
Text Example
Text Example
White with #FEDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDAF; }
p { color: rgb(254,221,175); }
H1.HeaderClassName
{
color: #FEDDAF;
}
.AnyTagClassName
{
color: #FEDDAF;
}
</style>
background-color css
<style>
a { background-color: #FEDDAF; }
a { background-color: rgb(254,221,175); }
div.DivClassName
{
background-color: #FEDDAF;
}
.BgClassName
{
background-color: #FEDDAF;
}
</style>
border-color css
<style>
span { border-color: #FEDDAF; }
span { border-color: rgb(254,221,175); }
td.TdClassName
{
border-color: #FEDDAF;
}
.TagClassName
{
border-color: #FEDDAF;
}
</style>