Shades of Mona Lisa #FC9A8C
Tints of Mona Lisa #FC9A8C
RGB
CMYK
RGB Variations
Color information
#FC9A8C (or 0xFC9A8C) is known color: Mona Lisa. HEX triplet: FC, 9A and 8C. RGB value is (252,154,140). Sum of RGB (Red+Green+Blue) = 252+154+140=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A8C is #036573. Grayscale: #B5B5B5. Windows color (decimal): -222580 or 9214716. OLE color: 9214716.
HSL color Cylindrical-coordinate representation of color #FC9A8C: hue angle of 7.5º 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 #FC9A8C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 140 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.01 |
| HSL | 7.5º | 0.95% | 0.77% | - |
| HSV(B) | 7.5º | 0.44% | 0.99% | - |
| XYZ | 56.43 | 45.7 | 30.66 | - |
| YUV | 181.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 140 | 0 | 0.39 | 0.44 | 0.01 | 7.5 | 0.95 | 0.77 |
| Hex | FC | 9A | 8C | 0 | 27 | 2C | 1 | 8 | 5F | 4D |
| Octal | 374 | 232 | 214 | 0 | 47 | 54 | 1 | 10 | 137 | 115 |
| Binary | 11111100 | 10011010 | 10001100 | 0 | 100111 | 101100 | 1 | 1000 | 1011111 | 1001101 |
Color Harmonies of #FC9A8C
Complementary color
Monochromatic Colors of #FC9A8C
Black with #FC9A8C
Text Example
Text Example
White with #FC9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A8C; }
p { color: rgb(252,154,140); }
H1.HeaderClassName
{
color: #FC9A8C;
}
.AnyTagClassName
{
color: #FC9A8C;
}
</style>
background-color css
<style>
a { background-color: #FC9A8C; }
a { background-color: rgb(252,154,140); }
div.DivClassName
{
background-color: #FC9A8C;
}
.BgClassName
{
background-color: #FC9A8C;
}
</style>
border-color css
<style>
span { border-color: #FC9A8C; }
span { border-color: rgb(252,154,140); }
td.TdClassName
{
border-color: #FC9A8C;
}
.TagClassName
{
border-color: #FC9A8C;
}
</style>