Shades of Navajo White #FDDAAB
Tints of Navajo White #FDDAAB
RGB
CMYK
RGB Variations
Color information
#FDDAAB (or 0xFDDAAB) is known color: Navajo White. HEX triplet: FD, DA and AB. RGB value is (253,218,171). Sum of RGB (Red+Green+Blue) = 253+218+171=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAAB is #022554. Grayscale: #DFDFDF. Windows color (decimal): -140629 or 11262717. OLE color: 11262717.
HSL color Cylindrical-coordinate representation of color #FDDAAB: hue angle of 34.39º 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 #FDDAAB is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 171 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.01 |
| HSL | 34.39º | 0.95% | 0.83% | - |
| HSV(B) | 34.39º | 0.32% | 0.99% | - |
| XYZ | 72.93 | 73.97 | 48.96 | - |
| YUV | 223.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 171 | 0 | 0.14 | 0.32 | 0.01 | 34.39 | 0.95 | 0.83 |
| Hex | FD | DA | AB | 0 | E | 20 | 1 | 22 | 5F | 53 |
| Octal | 375 | 332 | 253 | 0 | 16 | 40 | 1 | 42 | 137 | 123 |
| Binary | 11111101 | 11011010 | 10101011 | 0 | 1110 | 100000 | 1 | 100010 | 1011111 | 1010011 |
Color Harmonies of #FDDAAB
Complementary color
Monochromatic Colors of #FDDAAB
Black with #FDDAAB
Text Example
Text Example
White with #FDDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAAB; }
p { color: rgb(253,218,171); }
H1.HeaderClassName
{
color: #FDDAAB;
}
.AnyTagClassName
{
color: #FDDAAB;
}
</style>
background-color css
<style>
a { background-color: #FDDAAB; }
a { background-color: rgb(253,218,171); }
div.DivClassName
{
background-color: #FDDAAB;
}
.BgClassName
{
background-color: #FDDAAB;
}
</style>
border-color css
<style>
span { border-color: #FDDAAB; }
span { border-color: rgb(253,218,171); }
td.TdClassName
{
border-color: #FDDAAB;
}
.TagClassName
{
border-color: #FDDAAB;
}
</style>