Shades of Navajo White #FCD5AB
Tints of Navajo White #FCD5AB
RGB
CMYK
RGB Variations
Color information
#FCD5AB (or 0xFCD5AB) is known color: Navajo White. HEX triplet: FC, D5 and AB. RGB value is (252,213,171). Sum of RGB (Red+Green+Blue) = 252+213+171=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD5AB is #032A54. Grayscale: #DCDCDC. Windows color (decimal): -207445 or 11261436. OLE color: 11261436.
HSL color Cylindrical-coordinate representation of color #FCD5AB: hue angle of 31.11º 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 #FCD5AB is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 171 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.11º | 0.93% | 0.83% | - |
| HSV(B) | 31.11º | 0.32% | 0.99% | - |
| XYZ | 71.29 | 71.22 | 48.52 | - |
| YUV | 219.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 171 | 0 | 0.15 | 0.32 | 0.01 | 31.11 | 0.93 | 0.83 |
| Hex | FC | D5 | AB | 0 | F | 20 | 1 | 1F | 5D | 53 |
| Octal | 374 | 325 | 253 | 0 | 17 | 40 | 1 | 37 | 135 | 123 |
| Binary | 11111100 | 11010101 | 10101011 | 0 | 1111 | 100000 | 1 | 11111 | 1011101 | 1010011 |
Color Harmonies of #FCD5AB
Complementary color
Monochromatic Colors of #FCD5AB
Black with #FCD5AB
Text Example
Text Example
White with #FCD5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5AB; }
p { color: rgb(252,213,171); }
H1.HeaderClassName
{
color: #FCD5AB;
}
.AnyTagClassName
{
color: #FCD5AB;
}
</style>
background-color css
<style>
a { background-color: #FCD5AB; }
a { background-color: rgb(252,213,171); }
div.DivClassName
{
background-color: #FCD5AB;
}
.BgClassName
{
background-color: #FCD5AB;
}
</style>
border-color css
<style>
span { border-color: #FCD5AB; }
span { border-color: rgb(252,213,171); }
td.TdClassName
{
border-color: #FCD5AB;
}
.TagClassName
{
border-color: #FCD5AB;
}
</style>