Shades of Mona Lisa #FC938D
Tints of Mona Lisa #FC938D
RGB
CMYK
RGB Variations
Color information
#FC938D (or 0xFC938D) is known color: Mona Lisa. HEX triplet: FC, 93 and 8D. RGB value is (252,147,141). Sum of RGB (Red+Green+Blue) = 252+147+141=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC938D is #036C72. Grayscale: #B1B1B1. Windows color (decimal): -224371 or 9278460. OLE color: 9278460.
HSL color Cylindrical-coordinate representation of color #FC938D: hue angle of 3.24º 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 #FC938D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 141 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.01 |
| HSL | 3.24º | 0.95% | 0.77% | - |
| HSV(B) | 3.24º | 0.44% | 0.99% | - |
| XYZ | 55.39 | 43.49 | 30.67 | - |
| YUV | 177.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 141 | 0 | 0.42 | 0.44 | 0.01 | 3.24 | 0.95 | 0.77 |
| Hex | FC | 93 | 8D | 0 | 2A | 2C | 1 | 3 | 5F | 4D |
| Octal | 374 | 223 | 215 | 0 | 52 | 54 | 1 | 3 | 137 | 115 |
| Binary | 11111100 | 10010011 | 10001101 | 0 | 101010 | 101100 | 1 | 11 | 1011111 | 1001101 |
Color Harmonies of #FC938D
Complementary color
Monochromatic Colors of #FC938D
Black with #FC938D
Text Example
Text Example
White with #FC938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC938D; }
p { color: rgb(252,147,141); }
H1.HeaderClassName
{
color: #FC938D;
}
.AnyTagClassName
{
color: #FC938D;
}
</style>
background-color css
<style>
a { background-color: #FC938D; }
a { background-color: rgb(252,147,141); }
div.DivClassName
{
background-color: #FC938D;
}
.BgClassName
{
background-color: #FC938D;
}
</style>
border-color css
<style>
span { border-color: #FC938D; }
span { border-color: rgb(252,147,141); }
td.TdClassName
{
border-color: #FC938D;
}
.TagClassName
{
border-color: #FC938D;
}
</style>