Shades of Mona Lisa #FC918A
Tints of Mona Lisa #FC918A
RGB
CMYK
RGB Variations
Color information
#FC918A (or 0xFC918A) is known color: Mona Lisa. HEX triplet: FC, 91 and 8A. RGB value is (252,145,138). Sum of RGB (Red+Green+Blue) = 252+145+138=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC918A is #036E75. Grayscale: #B0B0B0. Windows color (decimal): -224886 or 9081340. OLE color: 9081340.
HSL color Cylindrical-coordinate representation of color #FC918A: hue angle of 3.68º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC918A is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 138 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.01 |
| HSL | 3.68º | 0.95% | 0.76% | - |
| HSV(B) | 3.68º | 0.45% | 0.99% | - |
| XYZ | 54.86 | 42.78 | 29.41 | - |
| YUV | 176.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 138 | 0 | 0.42 | 0.45 | 0.01 | 3.68 | 0.95 | 0.76 |
| Hex | FC | 91 | 8A | 0 | 2A | 2D | 1 | 4 | 5F | 4C |
| Octal | 374 | 221 | 212 | 0 | 52 | 55 | 1 | 4 | 137 | 114 |
| Binary | 11111100 | 10010001 | 10001010 | 0 | 101010 | 101101 | 1 | 100 | 1011111 | 1001100 |
Color Harmonies of #FC918A
Complementary color
Monochromatic Colors of #FC918A
Black with #FC918A
Text Example
Text Example
White with #FC918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC918A; }
p { color: rgb(252,145,138); }
H1.HeaderClassName
{
color: #FC918A;
}
.AnyTagClassName
{
color: #FC918A;
}
</style>
background-color css
<style>
a { background-color: #FC918A; }
a { background-color: rgb(252,145,138); }
div.DivClassName
{
background-color: #FC918A;
}
.BgClassName
{
background-color: #FC918A;
}
</style>
border-color css
<style>
span { border-color: #FC918A; }
span { border-color: rgb(252,145,138); }
td.TdClassName
{
border-color: #FC918A;
}
.TagClassName
{
border-color: #FC918A;
}
</style>