Shades of Moccasin #FCE1BC
Tints of Moccasin #FCE1BC
RGB
CMYK
RGB Variations
Color information
#FCE1BC (or 0xFCE1BC) is known color: Moccasin. HEX triplet: FC, E1 and BC. RGB value is (252,225,188). Sum of RGB (Red+Green+Blue) = 252+225+188=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1BC is #031E43. Grayscale: #E5E5E5. Windows color (decimal): -204356 or 12378620. OLE color: 12378620.
HSL color Cylindrical-coordinate representation of color #FCE1BC: hue angle of 34.69º 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 #FCE1BC is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 188 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.01 |
| HSL | 34.69º | 0.91% | 0.86% | - |
| HSV(B) | 34.69º | 0.25% | 0.99% | - |
| XYZ | 76.15 | 78.18 | 58.65 | - |
| YUV | 228.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 188 | 0 | 0.11 | 0.25 | 0.01 | 34.69 | 0.91 | 0.86 |
| Hex | FC | E1 | BC | 0 | B | 19 | 1 | 23 | 5B | 56 |
| Octal | 374 | 341 | 274 | 0 | 13 | 31 | 1 | 43 | 133 | 126 |
| Binary | 11111100 | 11100001 | 10111100 | 0 | 1011 | 11001 | 1 | 100011 | 1011011 | 1010110 |
Color Harmonies of #FCE1BC
Complementary color
Monochromatic Colors of #FCE1BC
Black with #FCE1BC
Text Example
Text Example
White with #FCE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1BC; }
p { color: rgb(252,225,188); }
H1.HeaderClassName
{
color: #FCE1BC;
}
.AnyTagClassName
{
color: #FCE1BC;
}
</style>
background-color css
<style>
a { background-color: #FCE1BC; }
a { background-color: rgb(252,225,188); }
div.DivClassName
{
background-color: #FCE1BC;
}
.BgClassName
{
background-color: #FCE1BC;
}
</style>
border-color css
<style>
span { border-color: #FCE1BC; }
span { border-color: rgb(252,225,188); }
td.TdClassName
{
border-color: #FCE1BC;
}
.TagClassName
{
border-color: #FCE1BC;
}
</style>