Shades of Navajo White #FDDDAB
Tints of Navajo White #FDDDAB
RGB
CMYK
RGB Variations
Color information
#FDDDAB (or 0xFDDDAB) is known color: Navajo White. HEX triplet: FD, DD and AB. RGB value is (253,221,171). Sum of RGB (Red+Green+Blue) = 253+221+171=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDAB is #022254. Grayscale: #E1E1E1. Windows color (decimal): -139861 or 11263485. OLE color: 11263485.
HSL color Cylindrical-coordinate representation of color #FDDDAB: hue angle of 36.59º 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 #FDDDAB is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 171 | - |
CMYK | 0 | 0.13 | 0.32 | 0.01 |
HSL | 36.59º | 0.95% | 0.83% | - |
HSV(B) | 36.59º | 0.32% | 0.99% | - |
XYZ | 73.72 | 75.54 | 49.22 | - |
YUV | 224.87 | 97.6 | 148.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 171 | 0 | 0.13 | 0.32 | 0.01 | 36.59 | 0.95 | 0.83 |
Hex | FD | DD | AB | 0 | D | 20 | 1 | 25 | 5F | 53 |
Octal | 375 | 335 | 253 | 0 | 15 | 40 | 1 | 45 | 137 | 123 |
Binary | 11111101 | 11011101 | 10101011 | 0 | 1101 | 100000 | 1 | 100101 | 1011111 | 1010011 |
Color Harmonies of #FDDDAB
Complementary color
Monochromatic Colors of #FDDDAB
Black with #FDDDAB
Text Example
Text Example
White with #FDDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDAB; }
p { color: rgb(253,221,171); }
H1.HeaderClassName
{
color: #FDDDAB;
}
.AnyTagClassName
{
color: #FDDDAB;
}
</style>
background-color css
<style>
a { background-color: #FDDDAB; }
a { background-color: rgb(253,221,171); }
div.DivClassName
{
background-color: #FDDDAB;
}
.BgClassName
{
background-color: #FDDDAB;
}
</style>
border-color css
<style>
span { border-color: #FDDDAB; }
span { border-color: rgb(253,221,171); }
td.TdClassName
{
border-color: #FDDDAB;
}
.TagClassName
{
border-color: #FDDDAB;
}
</style>