Shades of Navajo White #FDDAAF
Tints of Navajo White #FDDAAF
RGB
CMYK
RGB Variations
Color information
#FDDAAF (or 0xFDDAAF) is known color: Navajo White. HEX triplet: FD, DA and AF. RGB value is (253,218,175). Sum of RGB (Red+Green+Blue) = 253+218+175=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAAF is #022550. Grayscale: #DFDFDF. Windows color (decimal): -140625 or 11524861. OLE color: 11524861.
HSL color Cylindrical-coordinate representation of color #FDDAAF: hue angle of 33.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDDAAF is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 175 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.01 |
| HSL | 33.08º | 0.95% | 0.84% | - |
| HSV(B) | 33.08º | 0.31% | 0.99% | - |
| XYZ | 73.32 | 74.12 | 51 | - |
| YUV | 223.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 175 | 0 | 0.14 | 0.31 | 0.01 | 33.08 | 0.95 | 0.84 |
| Hex | FD | DA | AF | 0 | E | 1F | 1 | 21 | 5F | 54 |
| Octal | 375 | 332 | 257 | 0 | 16 | 37 | 1 | 41 | 137 | 124 |
| Binary | 11111101 | 11011010 | 10101111 | 0 | 1110 | 11111 | 1 | 100001 | 1011111 | 1010100 |
Color Harmonies of #FDDAAF
Complementary color
Monochromatic Colors of #FDDAAF
Black with #FDDAAF
Text Example
Text Example
White with #FDDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAAF; }
p { color: rgb(253,218,175); }
H1.HeaderClassName
{
color: #FDDAAF;
}
.AnyTagClassName
{
color: #FDDAAF;
}
</style>
background-color css
<style>
a { background-color: #FDDAAF; }
a { background-color: rgb(253,218,175); }
div.DivClassName
{
background-color: #FDDAAF;
}
.BgClassName
{
background-color: #FDDAAF;
}
</style>
border-color css
<style>
span { border-color: #FDDAAF; }
span { border-color: rgb(253,218,175); }
td.TdClassName
{
border-color: #FDDAAF;
}
.TagClassName
{
border-color: #FDDAAF;
}
</style>