Shades of Navajo White #FDDAA9
Tints of Navajo White #FDDAA9
RGB
CMYK
RGB Variations
Color information
#FDDAA9 (or 0xFDDAA9) is known color: Navajo White. HEX triplet: FD, DA and A9. RGB value is (253,218,169). Sum of RGB (Red+Green+Blue) = 253+218+169=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAA9 is #022556. Grayscale: #DFDFDF. Windows color (decimal): -140631 or 11131645. OLE color: 11131645.
HSL color Cylindrical-coordinate representation of color #FDDAA9: hue angle of 35º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDDAA9 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 169 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.01 |
| HSL | 35º | 0.95% | 0.83% | - |
| HSV(B) | 35º | 0.33% | 0.99% | - |
| XYZ | 72.74 | 73.89 | 47.96 | - |
| YUV | 222.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 169 | 0 | 0.14 | 0.33 | 0.01 | 35 | 0.95 | 0.83 |
| Hex | FD | DA | A9 | 0 | E | 21 | 1 | 23 | 5F | 53 |
| Octal | 375 | 332 | 251 | 0 | 16 | 41 | 1 | 43 | 137 | 123 |
| Binary | 11111101 | 11011010 | 10101001 | 0 | 1110 | 100001 | 1 | 100011 | 1011111 | 1010011 |
Color Harmonies of #FDDAA9
Complementary color
Monochromatic Colors of #FDDAA9
Black with #FDDAA9
Text Example
Text Example
White with #FDDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAA9; }
p { color: rgb(253,218,169); }
H1.HeaderClassName
{
color: #FDDAA9;
}
.AnyTagClassName
{
color: #FDDAA9;
}
</style>
background-color css
<style>
a { background-color: #FDDAA9; }
a { background-color: rgb(253,218,169); }
div.DivClassName
{
background-color: #FDDAA9;
}
.BgClassName
{
background-color: #FDDAA9;
}
</style>
border-color css
<style>
span { border-color: #FDDAA9; }
span { border-color: rgb(253,218,169); }
td.TdClassName
{
border-color: #FDDAA9;
}
.TagClassName
{
border-color: #FDDAA9;
}
</style>