Shades of Moccasin #FCE5BC
Tints of Moccasin #FCE5BC
RGB
CMYK
RGB Variations
Color information
#FCE5BC (or 0xFCE5BC) is known color: Moccasin. HEX triplet: FC, E5 and BC. RGB value is (252,229,188). Sum of RGB (Red+Green+Blue) = 252+229+188=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BC is #031A43. Grayscale: #E7E7E7. Windows color (decimal): -203332 or 12379644. OLE color: 12379644.
HSL color Cylindrical-coordinate representation of color #FCE5BC: hue angle of 38.44º 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 #FCE5BC is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 188 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 38.44º | 0.91% | 0.86% | - |
| HSV(B) | 38.44º | 0.25% | 0.99% | - |
| XYZ | 77.24 | 80.36 | 59.02 | - |
| YUV | 231.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 188 | 0 | 0.09 | 0.25 | 0.01 | 38.44 | 0.91 | 0.86 |
| Hex | FC | E5 | BC | 0 | 9 | 19 | 1 | 26 | 5B | 56 |
| Octal | 374 | 345 | 274 | 0 | 11 | 31 | 1 | 46 | 133 | 126 |
| Binary | 11111100 | 11100101 | 10111100 | 0 | 1001 | 11001 | 1 | 100110 | 1011011 | 1010110 |
Color Harmonies of #FCE5BC
Complementary color
Monochromatic Colors of #FCE5BC
Black with #FCE5BC
Text Example
Text Example
White with #FCE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5BC; }
p { color: rgb(252,229,188); }
H1.HeaderClassName
{
color: #FCE5BC;
}
.AnyTagClassName
{
color: #FCE5BC;
}
</style>
background-color css
<style>
a { background-color: #FCE5BC; }
a { background-color: rgb(252,229,188); }
div.DivClassName
{
background-color: #FCE5BC;
}
.BgClassName
{
background-color: #FCE5BC;
}
</style>
border-color css
<style>
span { border-color: #FCE5BC; }
span { border-color: rgb(252,229,188); }
td.TdClassName
{
border-color: #FCE5BC;
}
.TagClassName
{
border-color: #FCE5BC;
}
</style>