Shades of Moccasin #FCE0B9
Tints of Moccasin #FCE0B9
RGB
CMYK
RGB Variations
Color information
#FCE0B9 (or 0xFCE0B9) is known color: Moccasin. HEX triplet: FC, E0 and B9. RGB value is (252,224,185). Sum of RGB (Red+Green+Blue) = 252+224+185=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0B9 is #031F46. Grayscale: #E4E4E4. Windows color (decimal): -204615 or 12181756. OLE color: 12181756.
HSL color Cylindrical-coordinate representation of color #FCE0B9: hue angle of 34.93º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCE0B9 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 185 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.01 |
| HSL | 34.93º | 0.92% | 0.86% | - |
| HSV(B) | 34.93º | 0.27% | 0.99% | - |
| XYZ | 75.56 | 77.51 | 56.88 | - |
| YUV | 227.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 185 | 0 | 0.11 | 0.27 | 0.01 | 34.93 | 0.92 | 0.86 |
| Hex | FC | E0 | B9 | 0 | B | 1B | 1 | 23 | 5C | 56 |
| Octal | 374 | 340 | 271 | 0 | 13 | 33 | 1 | 43 | 134 | 126 |
| Binary | 11111100 | 11100000 | 10111001 | 0 | 1011 | 11011 | 1 | 100011 | 1011100 | 1010110 |
Color Harmonies of #FCE0B9
Complementary color
Monochromatic Colors of #FCE0B9
Black with #FCE0B9
Text Example
Text Example
White with #FCE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0B9; }
p { color: rgb(252,224,185); }
H1.HeaderClassName
{
color: #FCE0B9;
}
.AnyTagClassName
{
color: #FCE0B9;
}
</style>
background-color css
<style>
a { background-color: #FCE0B9; }
a { background-color: rgb(252,224,185); }
div.DivClassName
{
background-color: #FCE0B9;
}
.BgClassName
{
background-color: #FCE0B9;
}
</style>
border-color css
<style>
span { border-color: #FCE0B9; }
span { border-color: rgb(252,224,185); }
td.TdClassName
{
border-color: #FCE0B9;
}
.TagClassName
{
border-color: #FCE0B9;
}
</style>