Shades of Moccasin #FCE4BC
Tints of Moccasin #FCE4BC
RGB
CMYK
RGB Variations
Color information
#FCE4BC (or 0xFCE4BC) is known color: Moccasin. HEX triplet: FC, E4 and BC. RGB value is (252,228,188). Sum of RGB (Red+Green+Blue) = 252+228+188=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4BC is #031B43. Grayscale: #E6E6E6. Windows color (decimal): -203588 or 12379388. OLE color: 12379388.
HSL color Cylindrical-coordinate representation of color #FCE4BC: hue angle of 37.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE4BC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 188 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 37.5º | 0.91% | 0.86% | - |
| HSV(B) | 37.5º | 0.25% | 0.99% | - |
| XYZ | 76.97 | 79.81 | 58.93 | - |
| YUV | 230.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 188 | 0 | 0.10 | 0.25 | 0.01 | 37.5 | 0.91 | 0.86 |
| Hex | FC | E4 | BC | 0 | A | 19 | 1 | 26 | 5B | 56 |
| Octal | 374 | 344 | 274 | 0 | 12 | 31 | 1 | 46 | 133 | 126 |
| Binary | 11111100 | 11100100 | 10111100 | 0 | 1010 | 11001 | 1 | 100110 | 1011011 | 1010110 |
Color Harmonies of #FCE4BC
Complementary color
Monochromatic Colors of #FCE4BC
Black with #FCE4BC
Text Example
Text Example
White with #FCE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4BC; }
p { color: rgb(252,228,188); }
H1.HeaderClassName
{
color: #FCE4BC;
}
.AnyTagClassName
{
color: #FCE4BC;
}
</style>
background-color css
<style>
a { background-color: #FCE4BC; }
a { background-color: rgb(252,228,188); }
div.DivClassName
{
background-color: #FCE4BC;
}
.BgClassName
{
background-color: #FCE4BC;
}
</style>
border-color css
<style>
span { border-color: #FCE4BC; }
span { border-color: rgb(252,228,188); }
td.TdClassName
{
border-color: #FCE4BC;
}
.TagClassName
{
border-color: #FCE4BC;
}
</style>