Shades of Navajo White #FDDAAA
Tints of Navajo White #FDDAAA
RGB
CMYK
RGB Variations
Color information
#FDDAAA (or 0xFDDAAA) is known color: Navajo White. HEX triplet: FD, DA and AA. RGB value is (253,218,170). Sum of RGB (Red+Green+Blue) = 253+218+170=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAAA is #022555. Grayscale: #DFDFDF. Windows color (decimal): -140630 or 11197181. OLE color: 11197181.
HSL color Cylindrical-coordinate representation of color #FDDAAA: hue angle of 34.7º 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 #FDDAAA is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 170 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.01 |
| HSL | 34.7º | 0.95% | 0.83% | - |
| HSV(B) | 34.7º | 0.33% | 0.99% | - |
| XYZ | 72.84 | 73.93 | 48.46 | - |
| YUV | 222.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 170 | 0 | 0.14 | 0.33 | 0.01 | 34.7 | 0.95 | 0.83 |
| Hex | FD | DA | AA | 0 | E | 21 | 1 | 23 | 5F | 53 |
| Octal | 375 | 332 | 252 | 0 | 16 | 41 | 1 | 43 | 137 | 123 |
| Binary | 11111101 | 11011010 | 10101010 | 0 | 1110 | 100001 | 1 | 100011 | 1011111 | 1010011 |
Color Harmonies of #FDDAAA
Complementary color
Monochromatic Colors of #FDDAAA
Black with #FDDAAA
Text Example
Text Example
White with #FDDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAAA; }
p { color: rgb(253,218,170); }
H1.HeaderClassName
{
color: #FDDAAA;
}
.AnyTagClassName
{
color: #FDDAAA;
}
</style>
background-color css
<style>
a { background-color: #FDDAAA; }
a { background-color: rgb(253,218,170); }
div.DivClassName
{
background-color: #FDDAAA;
}
.BgClassName
{
background-color: #FDDAAA;
}
</style>
border-color css
<style>
span { border-color: #FDDAAA; }
span { border-color: rgb(253,218,170); }
td.TdClassName
{
border-color: #FDDAAA;
}
.TagClassName
{
border-color: #FDDAAA;
}
</style>