Shades of Moccasin #FCE5B9
Tints of Moccasin #FCE5B9
RGB
CMYK
RGB Variations
Color information
#FCE5B9 (or 0xFCE5B9) is known color: Moccasin. HEX triplet: FC, E5 and B9. RGB value is (252,229,185). Sum of RGB (Red+Green+Blue) = 252+229+185=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 185 (72.66% from 255 or 27.78% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5B9 is #031A46. Grayscale: #E7E7E7. Windows color (decimal): -203335 or 12183036. OLE color: 12183036.
HSL color Cylindrical-coordinate representation of color #FCE5B9: hue angle of 39.4º 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 #FCE5B9 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 185 | - |
CMYK | 0 | 0.09 | 0.27 | 0.01 |
HSL | 39.4º | 0.92% | 0.86% | - |
HSV(B) | 39.4º | 0.27% | 0.99% | - |
XYZ | 76.92 | 80.24 | 57.33 | - |
YUV | 230.86 | 102.12 | 143.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 185 | 0 | 0.09 | 0.27 | 0.01 | 39.4 | 0.92 | 0.86 |
Hex | FC | E5 | B9 | 0 | 9 | 1B | 1 | 27 | 5C | 56 |
Octal | 374 | 345 | 271 | 0 | 11 | 33 | 1 | 47 | 134 | 126 |
Binary | 11111100 | 11100101 | 10111001 | 0 | 1001 | 11011 | 1 | 100111 | 1011100 | 1010110 |
Color Harmonies of #FCE5B9
Complementary color
Monochromatic Colors of #FCE5B9
Black with #FCE5B9
Text Example
Text Example
White with #FCE5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5B9; }
p { color: rgb(252,229,185); }
H1.HeaderClassName
{
color: #FCE5B9;
}
.AnyTagClassName
{
color: #FCE5B9;
}
</style>
background-color css
<style>
a { background-color: #FCE5B9; }
a { background-color: rgb(252,229,185); }
div.DivClassName
{
background-color: #FCE5B9;
}
.BgClassName
{
background-color: #FCE5B9;
}
</style>
border-color css
<style>
span { border-color: #FCE5B9; }
span { border-color: rgb(252,229,185); }
td.TdClassName
{
border-color: #FCE5B9;
}
.TagClassName
{
border-color: #FCE5B9;
}
</style>