Shades of Moccasin #FCE1BA
Tints of Moccasin #FCE1BA
RGB
CMYK
RGB Variations
Color information
#FCE1BA (or 0xFCE1BA) is known color: Moccasin. HEX triplet: FC, E1 and BA. RGB value is (252,225,186). Sum of RGB (Red+Green+Blue) = 252+225+186=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1BA is #031E45. Grayscale: #E4E4E4. Windows color (decimal): -204358 or 12247548. OLE color: 12247548.
HSL color Cylindrical-coordinate representation of color #FCE1BA: hue angle of 35.45º 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 #FCE1BA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 186 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 35.45º | 0.92% | 0.86% | - |
| HSV(B) | 35.45º | 0.26% | 0.99% | - |
| XYZ | 75.93 | 78.09 | 57.53 | - |
| YUV | 228.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 186 | 0 | 0.11 | 0.26 | 0.01 | 35.45 | 0.92 | 0.86 |
| Hex | FC | E1 | BA | 0 | B | 1A | 1 | 23 | 5C | 56 |
| Octal | 374 | 341 | 272 | 0 | 13 | 32 | 1 | 43 | 134 | 126 |
| Binary | 11111100 | 11100001 | 10111010 | 0 | 1011 | 11010 | 1 | 100011 | 1011100 | 1010110 |
Color Harmonies of #FCE1BA
Complementary color
Monochromatic Colors of #FCE1BA
Black with #FCE1BA
Text Example
Text Example
White with #FCE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1BA; }
p { color: rgb(252,225,186); }
H1.HeaderClassName
{
color: #FCE1BA;
}
.AnyTagClassName
{
color: #FCE1BA;
}
</style>
background-color css
<style>
a { background-color: #FCE1BA; }
a { background-color: rgb(252,225,186); }
div.DivClassName
{
background-color: #FCE1BA;
}
.BgClassName
{
background-color: #FCE1BA;
}
</style>
border-color css
<style>
span { border-color: #FCE1BA; }
span { border-color: rgb(252,225,186); }
td.TdClassName
{
border-color: #FCE1BA;
}
.TagClassName
{
border-color: #FCE1BA;
}
</style>