Shades of Navajo White #FCD6AC
Tints of Navajo White #FCD6AC
RGB
CMYK
RGB Variations
Color information
#FCD6AC (or 0xFCD6AC) is known color: Navajo White. HEX triplet: FC, D6 and AC. RGB value is (252,214,172). Sum of RGB (Red+Green+Blue) = 252+214+172=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AC is #032953. Grayscale: #DCDCDC. Windows color (decimal): -207188 or 11327228. OLE color: 11327228.
HSL color Cylindrical-coordinate representation of color #FCD6AC: hue angle of 31.5º 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 #FCD6AC is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 172 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.01 |
| HSL | 31.5º | 0.93% | 0.83% | - |
| HSV(B) | 31.5º | 0.32% | 0.99% | - |
| XYZ | 71.64 | 71.77 | 49.11 | - |
| YUV | 220.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 172 | 0 | 0.15 | 0.32 | 0.01 | 31.5 | 0.93 | 0.83 |
| Hex | FC | D6 | AC | 0 | F | 20 | 1 | 1F | 5D | 53 |
| Octal | 374 | 326 | 254 | 0 | 17 | 40 | 1 | 37 | 135 | 123 |
| Binary | 11111100 | 11010110 | 10101100 | 0 | 1111 | 100000 | 1 | 11111 | 1011101 | 1010011 |
Color Harmonies of #FCD6AC
Complementary color
Monochromatic Colors of #FCD6AC
Black with #FCD6AC
Text Example
Text Example
White with #FCD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6AC; }
p { color: rgb(252,214,172); }
H1.HeaderClassName
{
color: #FCD6AC;
}
.AnyTagClassName
{
color: #FCD6AC;
}
</style>
background-color css
<style>
a { background-color: #FCD6AC; }
a { background-color: rgb(252,214,172); }
div.DivClassName
{
background-color: #FCD6AC;
}
.BgClassName
{
background-color: #FCD6AC;
}
</style>
border-color css
<style>
span { border-color: #FCD6AC; }
span { border-color: rgb(252,214,172); }
td.TdClassName
{
border-color: #FCD6AC;
}
.TagClassName
{
border-color: #FCD6AC;
}
</style>