Shades of Moccasin #FCE3BC
Tints of Moccasin #FCE3BC
RGB
CMYK
RGB Variations
Color information
#FCE3BC (or 0xFCE3BC) is known color: Moccasin. HEX triplet: FC, E3 and BC. RGB value is (252,227,188). Sum of RGB (Red+Green+Blue) = 252+227+188=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3BC is #031C43. Grayscale: #E6E6E6. Windows color (decimal): -203844 or 12379132. OLE color: 12379132.
HSL color Cylindrical-coordinate representation of color #FCE3BC: hue angle of 36.56º 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 #FCE3BC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 188 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 36.56º | 0.91% | 0.86% | - |
| HSV(B) | 36.56º | 0.25% | 0.99% | - |
| XYZ | 76.69 | 79.26 | 58.83 | - |
| YUV | 230.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 188 | 0 | 0.10 | 0.25 | 0.01 | 36.56 | 0.91 | 0.86 |
| Hex | FC | E3 | BC | 0 | A | 19 | 1 | 25 | 5B | 56 |
| Octal | 374 | 343 | 274 | 0 | 12 | 31 | 1 | 45 | 133 | 126 |
| Binary | 11111100 | 11100011 | 10111100 | 0 | 1010 | 11001 | 1 | 100101 | 1011011 | 1010110 |
Color Harmonies of #FCE3BC
Complementary color
Monochromatic Colors of #FCE3BC
Black with #FCE3BC
Text Example
Text Example
White with #FCE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3BC; }
p { color: rgb(252,227,188); }
H1.HeaderClassName
{
color: #FCE3BC;
}
.AnyTagClassName
{
color: #FCE3BC;
}
</style>
background-color css
<style>
a { background-color: #FCE3BC; }
a { background-color: rgb(252,227,188); }
div.DivClassName
{
background-color: #FCE3BC;
}
.BgClassName
{
background-color: #FCE3BC;
}
</style>
border-color css
<style>
span { border-color: #FCE3BC; }
span { border-color: rgb(252,227,188); }
td.TdClassName
{
border-color: #FCE3BC;
}
.TagClassName
{
border-color: #FCE3BC;
}
</style>