Shades of Moccasin #FCE5BB
Tints of Moccasin #FCE5BB
RGB
CMYK
RGB Variations
Color information
#FCE5BB (or 0xFCE5BB) is known color: Moccasin. HEX triplet: FC, E5 and BB. RGB value is (252,229,187). Sum of RGB (Red+Green+Blue) = 252+229+187=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BB is #031A44. Grayscale: #E7E7E7. Windows color (decimal): -203333 or 12314108. OLE color: 12314108.
HSL color Cylindrical-coordinate representation of color #FCE5BB: hue angle of 38.77º 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 #FCE5BB is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 187 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.01 |
| HSL | 38.77º | 0.92% | 0.86% | - |
| HSV(B) | 38.77º | 0.26% | 0.99% | - |
| XYZ | 77.13 | 80.32 | 58.45 | - |
| YUV | 231.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 187 | 0 | 0.09 | 0.26 | 0.01 | 38.77 | 0.92 | 0.86 |
| Hex | FC | E5 | BB | 0 | 9 | 1A | 1 | 27 | 5C | 56 |
| Octal | 374 | 345 | 273 | 0 | 11 | 32 | 1 | 47 | 134 | 126 |
| Binary | 11111100 | 11100101 | 10111011 | 0 | 1001 | 11010 | 1 | 100111 | 1011100 | 1010110 |
Color Harmonies of #FCE5BB
Complementary color
Monochromatic Colors of #FCE5BB
Black with #FCE5BB
Text Example
Text Example
White with #FCE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5BB; }
p { color: rgb(252,229,187); }
H1.HeaderClassName
{
color: #FCE5BB;
}
.AnyTagClassName
{
color: #FCE5BB;
}
</style>
background-color css
<style>
a { background-color: #FCE5BB; }
a { background-color: rgb(252,229,187); }
div.DivClassName
{
background-color: #FCE5BB;
}
.BgClassName
{
background-color: #FCE5BB;
}
</style>
border-color css
<style>
span { border-color: #FCE5BB; }
span { border-color: rgb(252,229,187); }
td.TdClassName
{
border-color: #FCE5BB;
}
.TagClassName
{
border-color: #FCE5BB;
}
</style>