Shades of Moccasin #FCE0B6
Tints of Moccasin #FCE0B6
RGB
CMYK
RGB Variations
Color information
#FCE0B6 (or 0xFCE0B6) is known color: Moccasin. HEX triplet: FC, E0 and B6. RGB value is (252,224,182). Sum of RGB (Red+Green+Blue) = 252+224+182=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0B6 is #031F49. Grayscale: #E3E3E3. Windows color (decimal): -204618 or 11985148. OLE color: 11985148.
HSL color Cylindrical-coordinate representation of color #FCE0B6: hue angle of 36º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCE0B6 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 182 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.01 |
| HSL | 36º | 0.92% | 0.85% | - |
| HSV(B) | 36º | 0.28% | 0.99% | - |
| XYZ | 75.24 | 77.38 | 55.23 | - |
| YUV | 227.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 182 | 0 | 0.11 | 0.28 | 0.01 | 36 | 0.92 | 0.85 |
| Hex | FC | E0 | B6 | 0 | B | 1C | 1 | 24 | 5C | 55 |
| Octal | 374 | 340 | 266 | 0 | 13 | 34 | 1 | 44 | 134 | 125 |
| Binary | 11111100 | 11100000 | 10110110 | 0 | 1011 | 11100 | 1 | 100100 | 1011100 | 1010101 |
Color Harmonies of #FCE0B6
Complementary color
Monochromatic Colors of #FCE0B6
Black with #FCE0B6
Text Example
Text Example
White with #FCE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0B6; }
p { color: rgb(252,224,182); }
H1.HeaderClassName
{
color: #FCE0B6;
}
.AnyTagClassName
{
color: #FCE0B6;
}
</style>
background-color css
<style>
a { background-color: #FCE0B6; }
a { background-color: rgb(252,224,182); }
div.DivClassName
{
background-color: #FCE0B6;
}
.BgClassName
{
background-color: #FCE0B6;
}
</style>
border-color css
<style>
span { border-color: #FCE0B6; }
span { border-color: rgb(252,224,182); }
td.TdClassName
{
border-color: #FCE0B6;
}
.TagClassName
{
border-color: #FCE0B6;
}
</style>