Shades of Navajo White #FDD6AB
Tints of Navajo White #FDD6AB
RGB
CMYK
RGB Variations
Color information
#FDD6AB (or 0xFDD6AB) is known color: Navajo White. HEX triplet: FD, D6 and AB. RGB value is (253,214,171). Sum of RGB (Red+Green+Blue) = 253+214+171=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD6AB is #022954. Grayscale: #DCDCDC. Windows color (decimal): -141653 or 11261693. OLE color: 11261693.
HSL color Cylindrical-coordinate representation of color #FDD6AB: hue angle of 31.46º 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 #FDD6AB is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 171 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.46º | 0.95% | 0.83% | - |
| HSV(B) | 31.46º | 0.32% | 0.99% | - |
| XYZ | 71.91 | 71.92 | 48.62 | - |
| YUV | 220.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 171 | 0 | 0.15 | 0.32 | 0.01 | 31.46 | 0.95 | 0.83 |
| Hex | FD | D6 | AB | 0 | F | 20 | 1 | 1F | 5F | 53 |
| Octal | 375 | 326 | 253 | 0 | 17 | 40 | 1 | 37 | 137 | 123 |
| Binary | 11111101 | 11010110 | 10101011 | 0 | 1111 | 100000 | 1 | 11111 | 1011111 | 1010011 |
Color Harmonies of #FDD6AB
Complementary color
Monochromatic Colors of #FDD6AB
Black with #FDD6AB
Text Example
Text Example
White with #FDD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6AB; }
p { color: rgb(253,214,171); }
H1.HeaderClassName
{
color: #FDD6AB;
}
.AnyTagClassName
{
color: #FDD6AB;
}
</style>
background-color css
<style>
a { background-color: #FDD6AB; }
a { background-color: rgb(253,214,171); }
div.DivClassName
{
background-color: #FDD6AB;
}
.BgClassName
{
background-color: #FDD6AB;
}
</style>
border-color css
<style>
span { border-color: #FDD6AB; }
span { border-color: rgb(253,214,171); }
td.TdClassName
{
border-color: #FDD6AB;
}
.TagClassName
{
border-color: #FDD6AB;
}
</style>