Shades of Moccasin #FCE1BB
Tints of Moccasin #FCE1BB
RGB
CMYK
RGB Variations
Color information
#FCE1BB (or 0xFCE1BB) is known color: Moccasin. HEX triplet: FC, E1 and BB. RGB value is (252,225,187). Sum of RGB (Red+Green+Blue) = 252+225+187=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 187 (73.44% from 255 or 28.16% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1BB is #031E44. Grayscale: #E4E4E4. Windows color (decimal): -204357 or 12313084. OLE color: 12313084.
HSL color Cylindrical-coordinate representation of color #FCE1BB: hue angle of 35.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCE1BB is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 187 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 35.08º | 0.92% | 0.86% | - |
| HSV(B) | 35.08º | 0.26% | 0.99% | - |
| XYZ | 76.04 | 78.13 | 58.09 | - |
| YUV | 228.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 187 | 0 | 0.11 | 0.26 | 0.01 | 35.08 | 0.92 | 0.86 |
| Hex | FC | E1 | BB | 0 | B | 1A | 1 | 23 | 5C | 56 |
| Octal | 374 | 341 | 273 | 0 | 13 | 32 | 1 | 43 | 134 | 126 |
| Binary | 11111100 | 11100001 | 10111011 | 0 | 1011 | 11010 | 1 | 100011 | 1011100 | 1010110 |
Color Harmonies of #FCE1BB
Complementary color
Monochromatic Colors of #FCE1BB
Black with #FCE1BB
Text Example
Text Example
White with #FCE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1BB; }
p { color: rgb(252,225,187); }
H1.HeaderClassName
{
color: #FCE1BB;
}
.AnyTagClassName
{
color: #FCE1BB;
}
</style>
background-color css
<style>
a { background-color: #FCE1BB; }
a { background-color: rgb(252,225,187); }
div.DivClassName
{
background-color: #FCE1BB;
}
.BgClassName
{
background-color: #FCE1BB;
}
</style>
border-color css
<style>
span { border-color: #FCE1BB; }
span { border-color: rgb(252,225,187); }
td.TdClassName
{
border-color: #FCE1BB;
}
.TagClassName
{
border-color: #FCE1BB;
}
</style>