Shades of Navajo White #FCD8AB
Tints of Navajo White #FCD8AB
RGB
CMYK
RGB Variations
Color information
#FCD8AB (or 0xFCD8AB) is known color: Navajo White. HEX triplet: FC, D8 and AB. RGB value is (252,216,171). Sum of RGB (Red+Green+Blue) = 252+216+171=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8AB is #032754. Grayscale: #DDDDDD. Windows color (decimal): -206677 or 11262204. OLE color: 11262204.
HSL color Cylindrical-coordinate representation of color #FCD8AB: hue angle of 33.33º 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 #FCD8AB is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 171 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.01 |
| HSL | 33.33º | 0.93% | 0.83% | - |
| HSV(B) | 33.33º | 0.32% | 0.99% | - |
| XYZ | 72.05 | 72.75 | 48.77 | - |
| YUV | 221.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 171 | 0 | 0.14 | 0.32 | 0.01 | 33.33 | 0.93 | 0.83 |
| Hex | FC | D8 | AB | 0 | E | 20 | 1 | 21 | 5D | 53 |
| Octal | 374 | 330 | 253 | 0 | 16 | 40 | 1 | 41 | 135 | 123 |
| Binary | 11111100 | 11011000 | 10101011 | 0 | 1110 | 100000 | 1 | 100001 | 1011101 | 1010011 |
Color Harmonies of #FCD8AB
Complementary color
Monochromatic Colors of #FCD8AB
Black with #FCD8AB
Text Example
Text Example
White with #FCD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8AB; }
p { color: rgb(252,216,171); }
H1.HeaderClassName
{
color: #FCD8AB;
}
.AnyTagClassName
{
color: #FCD8AB;
}
</style>
background-color css
<style>
a { background-color: #FCD8AB; }
a { background-color: rgb(252,216,171); }
div.DivClassName
{
background-color: #FCD8AB;
}
.BgClassName
{
background-color: #FCD8AB;
}
</style>
border-color css
<style>
span { border-color: #FCD8AB; }
span { border-color: rgb(252,216,171); }
td.TdClassName
{
border-color: #FCD8AB;
}
.TagClassName
{
border-color: #FCD8AB;
}
</style>