Shades of Moccasin #FCE4BA
Tints of Moccasin #FCE4BA
RGB
CMYK
RGB Variations
Color information
#FCE4BA (or 0xFCE4BA) is known color: Moccasin. HEX triplet: FC, E4 and BA. RGB value is (252,228,186). Sum of RGB (Red+Green+Blue) = 252+228+186=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4BA is #031B45. Grayscale: #E6E6E6. Windows color (decimal): -203590 or 12248316. OLE color: 12248316.
HSL color Cylindrical-coordinate representation of color #FCE4BA: hue angle of 38.18º 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 #FCE4BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 186 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.01 |
| HSL | 38.18º | 0.92% | 0.86% | - |
| HSV(B) | 38.18º | 0.26% | 0.99% | - |
| XYZ | 76.75 | 79.73 | 57.8 | - |
| YUV | 230.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 186 | 0 | 0.10 | 0.26 | 0.01 | 38.18 | 0.92 | 0.86 |
| Hex | FC | E4 | BA | 0 | A | 1A | 1 | 26 | 5C | 56 |
| Octal | 374 | 344 | 272 | 0 | 12 | 32 | 1 | 46 | 134 | 126 |
| Binary | 11111100 | 11100100 | 10111010 | 0 | 1010 | 11010 | 1 | 100110 | 1011100 | 1010110 |
Color Harmonies of #FCE4BA
Complementary color
Monochromatic Colors of #FCE4BA
Black with #FCE4BA
Text Example
Text Example
White with #FCE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4BA; }
p { color: rgb(252,228,186); }
H1.HeaderClassName
{
color: #FCE4BA;
}
.AnyTagClassName
{
color: #FCE4BA;
}
</style>
background-color css
<style>
a { background-color: #FCE4BA; }
a { background-color: rgb(252,228,186); }
div.DivClassName
{
background-color: #FCE4BA;
}
.BgClassName
{
background-color: #FCE4BA;
}
</style>
border-color css
<style>
span { border-color: #FCE4BA; }
span { border-color: rgb(252,228,186); }
td.TdClassName
{
border-color: #FCE4BA;
}
.TagClassName
{
border-color: #FCE4BA;
}
</style>