Shades of Moccasin #FCE2BB
Tints of Moccasin #FCE2BB
RGB
CMYK
RGB Variations
Color information
#FCE2BB (or 0xFCE2BB) is known color: Moccasin. HEX triplet: FC, E2 and BB. RGB value is (252,226,187). Sum of RGB (Red+Green+Blue) = 252+226+187=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2BB is #031D44. Grayscale: #E5E5E5. Windows color (decimal): -204101 or 12313340. OLE color: 12313340.
HSL color Cylindrical-coordinate representation of color #FCE2BB: hue angle of 36º 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 #FCE2BB is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 187 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.01 |
| HSL | 36º | 0.92% | 0.86% | - |
| HSV(B) | 36º | 0.26% | 0.99% | - |
| XYZ | 76.31 | 78.68 | 58.18 | - |
| YUV | 229.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 187 | 0 | 0.10 | 0.26 | 0.01 | 36 | 0.92 | 0.86 |
| Hex | FC | E2 | BB | 0 | A | 1A | 1 | 24 | 5C | 56 |
| Octal | 374 | 342 | 273 | 0 | 12 | 32 | 1 | 44 | 134 | 126 |
| Binary | 11111100 | 11100010 | 10111011 | 0 | 1010 | 11010 | 1 | 100100 | 1011100 | 1010110 |
Color Harmonies of #FCE2BB
Complementary color
Monochromatic Colors of #FCE2BB
Black with #FCE2BB
Text Example
Text Example
White with #FCE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2BB; }
p { color: rgb(252,226,187); }
H1.HeaderClassName
{
color: #FCE2BB;
}
.AnyTagClassName
{
color: #FCE2BB;
}
</style>
background-color css
<style>
a { background-color: #FCE2BB; }
a { background-color: rgb(252,226,187); }
div.DivClassName
{
background-color: #FCE2BB;
}
.BgClassName
{
background-color: #FCE2BB;
}
</style>
border-color css
<style>
span { border-color: #FCE2BB; }
span { border-color: rgb(252,226,187); }
td.TdClassName
{
border-color: #FCE2BB;
}
.TagClassName
{
border-color: #FCE2BB;
}
</style>