Shades of Navajo White #FDDCAA
Tints of Navajo White #FDDCAA
RGB
CMYK
RGB Variations
Color information
#FDDCAA (or 0xFDDCAA) is known color: Navajo White. HEX triplet: FD, DC and AA. RGB value is (253,220,170). Sum of RGB (Red+Green+Blue) = 253+220+170=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCAA is #022355. Grayscale: #E0E0E0. Windows color (decimal): -140118 or 11197693. OLE color: 11197693.
HSL color Cylindrical-coordinate representation of color #FDDCAA: hue angle of 36.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 #FDDCAA is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 170 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.01 |
| HSL | 36.14º | 0.95% | 0.83% | - |
| HSV(B) | 36.14º | 0.33% | 0.99% | - |
| XYZ | 73.36 | 74.97 | 48.63 | - |
| YUV | 224.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 170 | 0 | 0.13 | 0.33 | 0.01 | 36.14 | 0.95 | 0.83 |
| Hex | FD | DC | AA | 0 | D | 21 | 1 | 24 | 5F | 53 |
| Octal | 375 | 334 | 252 | 0 | 15 | 41 | 1 | 44 | 137 | 123 |
| Binary | 11111101 | 11011100 | 10101010 | 0 | 1101 | 100001 | 1 | 100100 | 1011111 | 1010011 |
Color Harmonies of #FDDCAA
Complementary color
Monochromatic Colors of #FDDCAA
Black with #FDDCAA
Text Example
Text Example
White with #FDDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCAA; }
p { color: rgb(253,220,170); }
H1.HeaderClassName
{
color: #FDDCAA;
}
.AnyTagClassName
{
color: #FDDCAA;
}
</style>
background-color css
<style>
a { background-color: #FDDCAA; }
a { background-color: rgb(253,220,170); }
div.DivClassName
{
background-color: #FDDCAA;
}
.BgClassName
{
background-color: #FDDCAA;
}
</style>
border-color css
<style>
span { border-color: #FDDCAA; }
span { border-color: rgb(253,220,170); }
td.TdClassName
{
border-color: #FDDCAA;
}
.TagClassName
{
border-color: #FDDCAA;
}
</style>