Shades of Navajo White #FDDDA9
Tints of Navajo White #FDDDA9
RGB
CMYK
RGB Variations
Color information
#FDDDA9 (or 0xFDDDA9) is known color: Navajo White. HEX triplet: FD, DD and A9. RGB value is (253,221,169). Sum of RGB (Red+Green+Blue) = 253+221+169=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 169 (66.41% from 255 or 26.28% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDA9 is #022256. Grayscale: #E0E0E0. Windows color (decimal): -139863 or 11132413. OLE color: 11132413.
HSL color Cylindrical-coordinate representation of color #FDDDA9: hue angle of 37.14º 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 #FDDDA9 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 169 | - |
CMYK | 0 | 0.13 | 0.33 | 0.01 |
HSL | 37.14º | 0.95% | 0.83% | - |
HSV(B) | 37.14º | 0.33% | 0.99% | - |
XYZ | 73.53 | 75.46 | 48.23 | - |
YUV | 224.64 | 96.6 | 148.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 169 | 0 | 0.13 | 0.33 | 0.01 | 37.14 | 0.95 | 0.83 |
Hex | FD | DD | A9 | 0 | D | 21 | 1 | 25 | 5F | 53 |
Octal | 375 | 335 | 251 | 0 | 15 | 41 | 1 | 45 | 137 | 123 |
Binary | 11111101 | 11011101 | 10101001 | 0 | 1101 | 100001 | 1 | 100101 | 1011111 | 1010011 |
Color Harmonies of #FDDDA9
Complementary color
Monochromatic Colors of #FDDDA9
Black with #FDDDA9
Text Example
Text Example
White with #FDDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDA9; }
p { color: rgb(253,221,169); }
H1.HeaderClassName
{
color: #FDDDA9;
}
.AnyTagClassName
{
color: #FDDDA9;
}
</style>
background-color css
<style>
a { background-color: #FDDDA9; }
a { background-color: rgb(253,221,169); }
div.DivClassName
{
background-color: #FDDDA9;
}
.BgClassName
{
background-color: #FDDDA9;
}
</style>
border-color css
<style>
span { border-color: #FDDDA9; }
span { border-color: rgb(253,221,169); }
td.TdClassName
{
border-color: #FDDDA9;
}
.TagClassName
{
border-color: #FDDDA9;
}
</style>