Shades of Mona Lisa #FC9A8D
Tints of Mona Lisa #FC9A8D
RGB
CMYK
RGB Variations
Color information
#FC9A8D (or 0xFC9A8D) is known color: Mona Lisa. HEX triplet: FC, 9A and 8D. RGB value is (252,154,141). Sum of RGB (Red+Green+Blue) = 252+154+141=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A8D is #036572. Grayscale: #B5B5B5. Windows color (decimal): -222579 or 9280252. OLE color: 9280252.
HSL color Cylindrical-coordinate representation of color #FC9A8D: hue angle of 7.03º 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 #FC9A8D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 141 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.01 |
| HSL | 7.03º | 0.95% | 0.77% | - |
| HSV(B) | 7.03º | 0.44% | 0.99% | - |
| XYZ | 56.51 | 45.73 | 31.05 | - |
| YUV | 181.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 141 | 0 | 0.39 | 0.44 | 0.01 | 7.03 | 0.95 | 0.77 |
| Hex | FC | 9A | 8D | 0 | 27 | 2C | 1 | 7 | 5F | 4D |
| Octal | 374 | 232 | 215 | 0 | 47 | 54 | 1 | 7 | 137 | 115 |
| Binary | 11111100 | 10011010 | 10001101 | 0 | 100111 | 101100 | 1 | 111 | 1011111 | 1001101 |
Color Harmonies of #FC9A8D
Complementary color
Monochromatic Colors of #FC9A8D
Black with #FC9A8D
Text Example
Text Example
White with #FC9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A8D; }
p { color: rgb(252,154,141); }
H1.HeaderClassName
{
color: #FC9A8D;
}
.AnyTagClassName
{
color: #FC9A8D;
}
</style>
background-color css
<style>
a { background-color: #FC9A8D; }
a { background-color: rgb(252,154,141); }
div.DivClassName
{
background-color: #FC9A8D;
}
.BgClassName
{
background-color: #FC9A8D;
}
</style>
border-color css
<style>
span { border-color: #FC9A8D; }
span { border-color: rgb(252,154,141); }
td.TdClassName
{
border-color: #FC9A8D;
}
.TagClassName
{
border-color: #FC9A8D;
}
</style>