Shades of Navajo White #FCD8AC
Tints of Navajo White #FCD8AC
RGB
CMYK
RGB Variations
Color information
#FCD8AC (or 0xFCD8AC) is known color: Navajo White. HEX triplet: FC, D8 and AC. RGB value is (252,216,172). Sum of RGB (Red+Green+Blue) = 252+216+172=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8AC is #032753. Grayscale: #DDDDDD. Windows color (decimal): -206676 or 11327740. OLE color: 11327740.
HSL color Cylindrical-coordinate representation of color #FCD8AC: hue angle of 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 #FCD8AC is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 172 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.01 |
| HSL | 33º | 0.93% | 0.83% | - |
| HSV(B) | 33º | 0.32% | 0.99% | - |
| XYZ | 72.15 | 72.79 | 49.28 | - |
| YUV | 221.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 172 | 0 | 0.14 | 0.32 | 0.01 | 33 | 0.93 | 0.83 |
| Hex | FC | D8 | AC | 0 | E | 20 | 1 | 21 | 5D | 53 |
| Octal | 374 | 330 | 254 | 0 | 16 | 40 | 1 | 41 | 135 | 123 |
| Binary | 11111100 | 11011000 | 10101100 | 0 | 1110 | 100000 | 1 | 100001 | 1011101 | 1010011 |
Color Harmonies of #FCD8AC
Complementary color
Monochromatic Colors of #FCD8AC
Black with #FCD8AC
Text Example
Text Example
White with #FCD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8AC; }
p { color: rgb(252,216,172); }
H1.HeaderClassName
{
color: #FCD8AC;
}
.AnyTagClassName
{
color: #FCD8AC;
}
</style>
background-color css
<style>
a { background-color: #FCD8AC; }
a { background-color: rgb(252,216,172); }
div.DivClassName
{
background-color: #FCD8AC;
}
.BgClassName
{
background-color: #FCD8AC;
}
</style>
border-color css
<style>
span { border-color: #FCD8AC; }
span { border-color: rgb(252,216,172); }
td.TdClassName
{
border-color: #FCD8AC;
}
.TagClassName
{
border-color: #FCD8AC;
}
</style>