Shades of Mona Lisa #FC9A8E
Tints of Mona Lisa #FC9A8E
RGB
CMYK
RGB Variations
Color information
#FC9A8E (or 0xFC9A8E) is known color: Mona Lisa. HEX triplet: FC, 9A and 8E. RGB value is (252,154,142). Sum of RGB (Red+Green+Blue) = 252+154+142=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A8E is #036571. Grayscale: #B6B6B6. Windows color (decimal): -222578 or 9345788. OLE color: 9345788.
HSL color Cylindrical-coordinate representation of color #FC9A8E: hue angle of 6.55º 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 #FC9A8E is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 142 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.01 |
| HSL | 6.55º | 0.95% | 0.77% | - |
| HSV(B) | 6.55º | 0.44% | 0.99% | - |
| XYZ | 56.58 | 45.76 | 31.44 | - |
| YUV | 181.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 142 | 0 | 0.39 | 0.44 | 0.01 | 6.55 | 0.95 | 0.77 |
| Hex | FC | 9A | 8E | 0 | 27 | 2C | 1 | 7 | 5F | 4D |
| Octal | 374 | 232 | 216 | 0 | 47 | 54 | 1 | 7 | 137 | 115 |
| Binary | 11111100 | 10011010 | 10001110 | 0 | 100111 | 101100 | 1 | 111 | 1011111 | 1001101 |
Color Harmonies of #FC9A8E
Complementary color
Monochromatic Colors of #FC9A8E
Black with #FC9A8E
Text Example
Text Example
White with #FC9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A8E; }
p { color: rgb(252,154,142); }
H1.HeaderClassName
{
color: #FC9A8E;
}
.AnyTagClassName
{
color: #FC9A8E;
}
</style>
background-color css
<style>
a { background-color: #FC9A8E; }
a { background-color: rgb(252,154,142); }
div.DivClassName
{
background-color: #FC9A8E;
}
.BgClassName
{
background-color: #FC9A8E;
}
</style>
border-color css
<style>
span { border-color: #FC9A8E; }
span { border-color: rgb(252,154,142); }
td.TdClassName
{
border-color: #FC9A8E;
}
.TagClassName
{
border-color: #FC9A8E;
}
</style>