Shades of Moccasin #FCE2BA
Tints of Moccasin #FCE2BA
RGB
CMYK
RGB Variations
Color information
#FCE2BA (or 0xFCE2BA) is known color: Moccasin. HEX triplet: FC, E2 and BA. RGB value is (252,226,186). Sum of RGB (Red+Green+Blue) = 252+226+186=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2BA is #031D45. Grayscale: #E5E5E5. Windows color (decimal): -204102 or 12247804. OLE color: 12247804.
HSL color Cylindrical-coordinate representation of color #FCE2BA: hue angle of 36.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 #FCE2BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 186 | - |
CMYK | 0 | 0.10 | 0.26 | 0.01 |
HSL | 36.36º | 0.92% | 0.86% | - |
HSV(B) | 36.36º | 0.26% | 0.99% | - |
XYZ | 76.2 | 78.63 | 57.62 | - |
YUV | 229.21 | 103.61 | 144.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 186 | 0 | 0.10 | 0.26 | 0.01 | 36.36 | 0.92 | 0.86 |
Hex | FC | E2 | BA | 0 | A | 1A | 1 | 24 | 5C | 56 |
Octal | 374 | 342 | 272 | 0 | 12 | 32 | 1 | 44 | 134 | 126 |
Binary | 11111100 | 11100010 | 10111010 | 0 | 1010 | 11010 | 1 | 100100 | 1011100 | 1010110 |
Color Harmonies of #FCE2BA
Complementary color
Monochromatic Colors of #FCE2BA
Black with #FCE2BA
Text Example
Text Example
White with #FCE2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2BA; }
p { color: rgb(252,226,186); }
H1.HeaderClassName
{
color: #FCE2BA;
}
.AnyTagClassName
{
color: #FCE2BA;
}
</style>
background-color css
<style>
a { background-color: #FCE2BA; }
a { background-color: rgb(252,226,186); }
div.DivClassName
{
background-color: #FCE2BA;
}
.BgClassName
{
background-color: #FCE2BA;
}
</style>
border-color css
<style>
span { border-color: #FCE2BA; }
span { border-color: rgb(252,226,186); }
td.TdClassName
{
border-color: #FCE2BA;
}
.TagClassName
{
border-color: #FCE2BA;
}
</style>