Shades of Moccasin #FCE2B5
Tints of Moccasin #FCE2B5
RGB
CMYK
RGB Variations
Color information
#FCE2B5 (or 0xFCE2B5) is known color: Moccasin. HEX triplet: FC, E2 and B5. RGB value is (252,226,181). Sum of RGB (Red+Green+Blue) = 252+226+181=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2B5 is #031D4A. Grayscale: #E4E4E4. Windows color (decimal): -204107 or 11920124. OLE color: 11920124.
HSL color Cylindrical-coordinate representation of color #FCE2B5: hue angle of 38.03º 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 #FCE2B5 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 226 | 181 | - |
CMYK | 0 | 0.10 | 0.28 | 0.01 |
HSL | 38.03º | 0.92% | 0.85% | - |
HSV(B) | 38.03º | 0.28% | 0.99% | - |
XYZ | 75.68 | 78.42 | 54.86 | - |
YUV | 228.64 | 101.11 | 144.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 226 | 181 | 0 | 0.10 | 0.28 | 0.01 | 38.03 | 0.92 | 0.85 |
Hex | FC | E2 | B5 | 0 | A | 1C | 1 | 26 | 5C | 55 |
Octal | 374 | 342 | 265 | 0 | 12 | 34 | 1 | 46 | 134 | 125 |
Binary | 11111100 | 11100010 | 10110101 | 0 | 1010 | 11100 | 1 | 100110 | 1011100 | 1010101 |
Color Harmonies of #FCE2B5
Complementary color
Monochromatic Colors of #FCE2B5
Black with #FCE2B5
Text Example
Text Example
White with #FCE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2B5; }
p { color: rgb(252,226,181); }
H1.HeaderClassName
{
color: #FCE2B5;
}
.AnyTagClassName
{
color: #FCE2B5;
}
</style>
background-color css
<style>
a { background-color: #FCE2B5; }
a { background-color: rgb(252,226,181); }
div.DivClassName
{
background-color: #FCE2B5;
}
.BgClassName
{
background-color: #FCE2B5;
}
</style>
border-color css
<style>
span { border-color: #FCE2B5; }
span { border-color: rgb(252,226,181); }
td.TdClassName
{
border-color: #FCE2B5;
}
.TagClassName
{
border-color: #FCE2B5;
}
</style>