Shades of Moccasin #FCE5BA
Tints of Moccasin #FCE5BA
RGB
CMYK
RGB Variations
Color information
#FCE5BA (or 0xFCE5BA) is known color: Moccasin. HEX triplet: FC, E5 and BA. RGB value is (252,229,186). Sum of RGB (Red+Green+Blue) = 252+229+186=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BA is #031A45. Grayscale: #E7E7E7. Windows color (decimal): -203334 or 12248572. OLE color: 12248572.
HSL color Cylindrical-coordinate representation of color #FCE5BA: hue angle of 39.09º 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 #FCE5BA is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 186 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.01 |
| HSL | 39.09º | 0.92% | 0.86% | - |
| HSV(B) | 39.09º | 0.26% | 0.99% | - |
| XYZ | 77.03 | 80.28 | 57.89 | - |
| YUV | 230.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 186 | 0 | 0.09 | 0.26 | 0.01 | 39.09 | 0.92 | 0.86 |
| Hex | FC | E5 | BA | 0 | 9 | 1A | 1 | 27 | 5C | 56 |
| Octal | 374 | 345 | 272 | 0 | 11 | 32 | 1 | 47 | 134 | 126 |
| Binary | 11111100 | 11100101 | 10111010 | 0 | 1001 | 11010 | 1 | 100111 | 1011100 | 1010110 |
Color Harmonies of #FCE5BA
Complementary color
Monochromatic Colors of #FCE5BA
Black with #FCE5BA
Text Example
Text Example
White with #FCE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5BA; }
p { color: rgb(252,229,186); }
H1.HeaderClassName
{
color: #FCE5BA;
}
.AnyTagClassName
{
color: #FCE5BA;
}
</style>
background-color css
<style>
a { background-color: #FCE5BA; }
a { background-color: rgb(252,229,186); }
div.DivClassName
{
background-color: #FCE5BA;
}
.BgClassName
{
background-color: #FCE5BA;
}
</style>
border-color css
<style>
span { border-color: #FCE5BA; }
span { border-color: rgb(252,229,186); }
td.TdClassName
{
border-color: #FCE5BA;
}
.TagClassName
{
border-color: #FCE5BA;
}
</style>