Shades of Navajo White #FDDCAB
Tints of Navajo White #FDDCAB
RGB
CMYK
RGB Variations
Color information
#FDDCAB (or 0xFDDCAB) is known color: Navajo White. HEX triplet: FD, DC and AB. RGB value is (253,220,171). Sum of RGB (Red+Green+Blue) = 253+220+171=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCAB is #022354. Grayscale: #E0E0E0. Windows color (decimal): -140117 or 11263229. OLE color: 11263229.
HSL color Cylindrical-coordinate representation of color #FDDCAB: hue angle of 35.85º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDDCAB is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 171 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.01 |
| HSL | 35.85º | 0.95% | 0.83% | - |
| HSV(B) | 35.85º | 0.32% | 0.99% | - |
| XYZ | 73.45 | 75.01 | 49.14 | - |
| YUV | 224.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 171 | 0 | 0.13 | 0.32 | 0.01 | 35.85 | 0.95 | 0.83 |
| Hex | FD | DC | AB | 0 | D | 20 | 1 | 24 | 5F | 53 |
| Octal | 375 | 334 | 253 | 0 | 15 | 40 | 1 | 44 | 137 | 123 |
| Binary | 11111101 | 11011100 | 10101011 | 0 | 1101 | 100000 | 1 | 100100 | 1011111 | 1010011 |
Color Harmonies of #FDDCAB
Complementary color
Monochromatic Colors of #FDDCAB
Black with #FDDCAB
Text Example
Text Example
White with #FDDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCAB; }
p { color: rgb(253,220,171); }
H1.HeaderClassName
{
color: #FDDCAB;
}
.AnyTagClassName
{
color: #FDDCAB;
}
</style>
background-color css
<style>
a { background-color: #FDDCAB; }
a { background-color: rgb(253,220,171); }
div.DivClassName
{
background-color: #FDDCAB;
}
.BgClassName
{
background-color: #FDDCAB;
}
</style>
border-color css
<style>
span { border-color: #FDDCAB; }
span { border-color: rgb(253,220,171); }
td.TdClassName
{
border-color: #FDDCAB;
}
.TagClassName
{
border-color: #FDDCAB;
}
</style>