Shades of Navajo White #FDD7AB
Tints of Navajo White #FDD7AB
RGB
CMYK
RGB Variations
Color information
#FDD7AB (or 0xFDD7AB) is known color: Navajo White. HEX triplet: FD, D7 and AB. RGB value is (253,215,171). Sum of RGB (Red+Green+Blue) = 253+215+171=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7AB is #022854. Grayscale: #DDDDDD. Windows color (decimal): -141397 or 11261949. OLE color: 11261949.
HSL color Cylindrical-coordinate representation of color #FDD7AB: hue angle of 32.2º 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 #FDD7AB is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 171 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 32.2º | 0.95% | 0.83% | - |
| HSV(B) | 32.2º | 0.32% | 0.99% | - |
| XYZ | 72.16 | 72.42 | 48.7 | - |
| YUV | 221.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 171 | 0 | 0.15 | 0.32 | 0.01 | 32.2 | 0.95 | 0.83 |
| Hex | FD | D7 | AB | 0 | F | 20 | 1 | 20 | 5F | 53 |
| Octal | 375 | 327 | 253 | 0 | 17 | 40 | 1 | 40 | 137 | 123 |
| Binary | 11111101 | 11010111 | 10101011 | 0 | 1111 | 100000 | 1 | 100000 | 1011111 | 1010011 |
Color Harmonies of #FDD7AB
Complementary color
Monochromatic Colors of #FDD7AB
Black with #FDD7AB
Text Example
Text Example
White with #FDD7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7AB; }
p { color: rgb(253,215,171); }
H1.HeaderClassName
{
color: #FDD7AB;
}
.AnyTagClassName
{
color: #FDD7AB;
}
</style>
background-color css
<style>
a { background-color: #FDD7AB; }
a { background-color: rgb(253,215,171); }
div.DivClassName
{
background-color: #FDD7AB;
}
.BgClassName
{
background-color: #FDD7AB;
}
</style>
border-color css
<style>
span { border-color: #FDD7AB; }
span { border-color: rgb(253,215,171); }
td.TdClassName
{
border-color: #FDD7AB;
}
.TagClassName
{
border-color: #FDD7AB;
}
</style>