Shades of Mona Lisa #FC8C87
Tints of Mona Lisa #FC8C87
RGB
CMYK
RGB Variations
Color information
#FC8C87 (or 0xFC8C87) is known color: Mona Lisa. HEX triplet: FC, 8C and 87. RGB value is (252,140,135). Sum of RGB (Red+Green+Blue) = 252+140+135=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C87 is #037378. Grayscale: #ADADAD. Windows color (decimal): -226169 or 8883452. OLE color: 8883452.
HSL color Cylindrical-coordinate representation of color #FC8C87: hue angle of 2.56º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC8C87 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 135 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.01 |
| HSL | 2.56º | 0.95% | 0.76% | - |
| HSV(B) | 2.56º | 0.46% | 0.99% | - |
| XYZ | 53.9 | 41.2 | 28.03 | - |
| YUV | 172.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 135 | 0 | 0.44 | 0.46 | 0.01 | 2.56 | 0.95 | 0.76 |
| Hex | FC | 8C | 87 | 0 | 2C | 2E | 1 | 3 | 5F | 4C |
| Octal | 374 | 214 | 207 | 0 | 54 | 56 | 1 | 3 | 137 | 114 |
| Binary | 11111100 | 10001100 | 10000111 | 0 | 101100 | 101110 | 1 | 11 | 1011111 | 1001100 |
Color Harmonies of #FC8C87
Complementary color
Monochromatic Colors of #FC8C87
Black with #FC8C87
Text Example
Text Example
White with #FC8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C87; }
p { color: rgb(252,140,135); }
H1.HeaderClassName
{
color: #FC8C87;
}
.AnyTagClassName
{
color: #FC8C87;
}
</style>
background-color css
<style>
a { background-color: #FC8C87; }
a { background-color: rgb(252,140,135); }
div.DivClassName
{
background-color: #FC8C87;
}
.BgClassName
{
background-color: #FC8C87;
}
</style>
border-color css
<style>
span { border-color: #FC8C87; }
span { border-color: rgb(252,140,135); }
td.TdClassName
{
border-color: #FC8C87;
}
.TagClassName
{
border-color: #FC8C87;
}
</style>