Shades of Navajo White #FDD9AB
Tints of Navajo White #FDD9AB
RGB
CMYK
RGB Variations
Color information
#FDD9AB (or 0xFDD9AB) is known color: Navajo White. HEX triplet: FD, D9 and AB. RGB value is (253,217,171). Sum of RGB (Red+Green+Blue) = 253+217+171=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD9AB is #022654. Grayscale: #DEDEDE. Windows color (decimal): -140885 or 11262461. OLE color: 11262461.
HSL color Cylindrical-coordinate representation of color #FDD9AB: hue angle of 33.66º 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 #FDD9AB is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 171 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.01 |
| HSL | 33.66º | 0.95% | 0.83% | - |
| HSV(B) | 33.66º | 0.32% | 0.99% | - |
| XYZ | 72.67 | 73.45 | 48.87 | - |
| YUV | 222.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 171 | 0 | 0.14 | 0.32 | 0.01 | 33.66 | 0.95 | 0.83 |
| Hex | FD | D9 | AB | 0 | E | 20 | 1 | 22 | 5F | 53 |
| Octal | 375 | 331 | 253 | 0 | 16 | 40 | 1 | 42 | 137 | 123 |
| Binary | 11111101 | 11011001 | 10101011 | 0 | 1110 | 100000 | 1 | 100010 | 1011111 | 1010011 |
Color Harmonies of #FDD9AB
Complementary color
Monochromatic Colors of #FDD9AB
Black with #FDD9AB
Text Example
Text Example
White with #FDD9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9AB; }
p { color: rgb(253,217,171); }
H1.HeaderClassName
{
color: #FDD9AB;
}
.AnyTagClassName
{
color: #FDD9AB;
}
</style>
background-color css
<style>
a { background-color: #FDD9AB; }
a { background-color: rgb(253,217,171); }
div.DivClassName
{
background-color: #FDD9AB;
}
.BgClassName
{
background-color: #FDD9AB;
}
</style>
border-color css
<style>
span { border-color: #FDD9AB; }
span { border-color: rgb(253,217,171); }
td.TdClassName
{
border-color: #FDD9AB;
}
.TagClassName
{
border-color: #FDD9AB;
}
</style>