Shades of Navajo White #FCD7AB
Tints of Navajo White #FCD7AB
RGB
CMYK
RGB Variations
Color information
#FCD7AB (or 0xFCD7AB) is known color: Navajo White. HEX triplet: FC, D7 and AB. RGB value is (252,215,171). Sum of RGB (Red+Green+Blue) = 252+215+171=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7AB is #032854. Grayscale: #DDDDDD. Windows color (decimal): -206933 or 11261948. OLE color: 11261948.
HSL color Cylindrical-coordinate representation of color #FCD7AB: hue angle of 32.59º degrees, saturation: 0.93, 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 #FCD7AB is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 171 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 32.59º | 0.93% | 0.83% | - |
| HSV(B) | 32.59º | 0.32% | 0.99% | - |
| XYZ | 71.8 | 72.24 | 48.69 | - |
| YUV | 221.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 171 | 0 | 0.15 | 0.32 | 0.01 | 32.59 | 0.93 | 0.83 |
| Hex | FC | D7 | AB | 0 | F | 20 | 1 | 21 | 5D | 53 |
| Octal | 374 | 327 | 253 | 0 | 17 | 40 | 1 | 41 | 135 | 123 |
| Binary | 11111100 | 11010111 | 10101011 | 0 | 1111 | 100000 | 1 | 100001 | 1011101 | 1010011 |
Color Harmonies of #FCD7AB
Complementary color
Monochromatic Colors of #FCD7AB
Black with #FCD7AB
Text Example
Text Example
White with #FCD7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7AB; }
p { color: rgb(252,215,171); }
H1.HeaderClassName
{
color: #FCD7AB;
}
.AnyTagClassName
{
color: #FCD7AB;
}
</style>
background-color css
<style>
a { background-color: #FCD7AB; }
a { background-color: rgb(252,215,171); }
div.DivClassName
{
background-color: #FCD7AB;
}
.BgClassName
{
background-color: #FCD7AB;
}
</style>
border-color css
<style>
span { border-color: #FCD7AB; }
span { border-color: rgb(252,215,171); }
td.TdClassName
{
border-color: #FCD7AB;
}
.TagClassName
{
border-color: #FCD7AB;
}
</style>