Shades of Navajo White #FCD6AB
Tints of Navajo White #FCD6AB
RGB
CMYK
RGB Variations
Color information
#FCD6AB (or 0xFCD6AB) is known color: Navajo White. HEX triplet: FC, D6 and AB. RGB value is (252,214,171). Sum of RGB (Red+Green+Blue) = 252+214+171=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AB is #032954. Grayscale: #DCDCDC. Windows color (decimal): -207189 or 11261692. OLE color: 11261692.
HSL color Cylindrical-coordinate representation of color #FCD6AB: hue angle of 31.85º 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 #FCD6AB is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 171 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.85º | 0.93% | 0.83% | - |
| HSV(B) | 31.85º | 0.32% | 0.99% | - |
| XYZ | 71.54 | 71.73 | 48.6 | - |
| YUV | 220.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 171 | 0 | 0.15 | 0.32 | 0.01 | 31.85 | 0.93 | 0.83 |
| Hex | FC | D6 | AB | 0 | F | 20 | 1 | 20 | 5D | 53 |
| Octal | 374 | 326 | 253 | 0 | 17 | 40 | 1 | 40 | 135 | 123 |
| Binary | 11111100 | 11010110 | 10101011 | 0 | 1111 | 100000 | 1 | 100000 | 1011101 | 1010011 |
Color Harmonies of #FCD6AB
Complementary color
Monochromatic Colors of #FCD6AB
Black with #FCD6AB
Text Example
Text Example
White with #FCD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6AB; }
p { color: rgb(252,214,171); }
H1.HeaderClassName
{
color: #FCD6AB;
}
.AnyTagClassName
{
color: #FCD6AB;
}
</style>
background-color css
<style>
a { background-color: #FCD6AB; }
a { background-color: rgb(252,214,171); }
div.DivClassName
{
background-color: #FCD6AB;
}
.BgClassName
{
background-color: #FCD6AB;
}
</style>
border-color css
<style>
span { border-color: #FCD6AB; }
span { border-color: rgb(252,214,171); }
td.TdClassName
{
border-color: #FCD6AB;
}
.TagClassName
{
border-color: #FCD6AB;
}
</style>