Shades of Mona Lisa #FC938E
Tints of Mona Lisa #FC938E
RGB
CMYK
RGB Variations
Color information
#FC938E (or 0xFC938E) is known color: Mona Lisa. HEX triplet: FC, 93 and 8E. RGB value is (252,147,142). Sum of RGB (Red+Green+Blue) = 252+147+142=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC938E is #036C71. Grayscale: #B1B1B1. Windows color (decimal): -224370 or 9343996. OLE color: 9343996.
HSL color Cylindrical-coordinate representation of color #FC938E: hue angle of 2.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC938E is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 142 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.01 |
| HSL | 2.73º | 0.95% | 0.77% | - |
| HSV(B) | 2.73º | 0.44% | 0.99% | - |
| XYZ | 55.46 | 43.52 | 31.07 | - |
| YUV | 177.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 142 | 0 | 0.42 | 0.44 | 0.01 | 2.73 | 0.95 | 0.77 |
| Hex | FC | 93 | 8E | 0 | 2A | 2C | 1 | 3 | 5F | 4D |
| Octal | 374 | 223 | 216 | 0 | 52 | 54 | 1 | 3 | 137 | 115 |
| Binary | 11111100 | 10010011 | 10001110 | 0 | 101010 | 101100 | 1 | 11 | 1011111 | 1001101 |
Color Harmonies of #FC938E
Complementary color
Monochromatic Colors of #FC938E
Black with #FC938E
Text Example
Text Example
White with #FC938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC938E; }
p { color: rgb(252,147,142); }
H1.HeaderClassName
{
color: #FC938E;
}
.AnyTagClassName
{
color: #FC938E;
}
</style>
background-color css
<style>
a { background-color: #FC938E; }
a { background-color: rgb(252,147,142); }
div.DivClassName
{
background-color: #FC938E;
}
.BgClassName
{
background-color: #FC938E;
}
</style>
border-color css
<style>
span { border-color: #FC938E; }
span { border-color: rgb(252,147,142); }
td.TdClassName
{
border-color: #FC938E;
}
.TagClassName
{
border-color: #FC938E;
}
</style>