Shades of Mona Lisa #FC9D8C
Tints of Mona Lisa #FC9D8C
RGB
CMYK
RGB Variations
Color information
#FC9D8C (or 0xFC9D8C) is known color: Mona Lisa. HEX triplet: FC, 9D and 8C. RGB value is (252,157,140). Sum of RGB (Red+Green+Blue) = 252+157+140=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9D8C is #036273. Grayscale: #B7B7B7. Windows color (decimal): -221812 or 9215484. OLE color: 9215484.
HSL color Cylindrical-coordinate representation of color #FC9D8C: hue angle of 9.11º 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 #FC9D8C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 140 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.01 |
| HSL | 9.11º | 0.95% | 0.77% | - |
| HSV(B) | 9.11º | 0.44% | 0.99% | - |
| XYZ | 56.94 | 46.7 | 30.82 | - |
| YUV | 183.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 140 | 0 | 0.38 | 0.44 | 0.01 | 9.11 | 0.95 | 0.77 |
| Hex | FC | 9D | 8C | 0 | 26 | 2C | 1 | 9 | 5F | 4D |
| Octal | 374 | 235 | 214 | 0 | 46 | 54 | 1 | 11 | 137 | 115 |
| Binary | 11111100 | 10011101 | 10001100 | 0 | 100110 | 101100 | 1 | 1001 | 1011111 | 1001101 |
Color Harmonies of #FC9D8C
Complementary color
Monochromatic Colors of #FC9D8C
Black with #FC9D8C
Text Example
Text Example
White with #FC9D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9D8C; }
p { color: rgb(252,157,140); }
H1.HeaderClassName
{
color: #FC9D8C;
}
.AnyTagClassName
{
color: #FC9D8C;
}
</style>
background-color css
<style>
a { background-color: #FC9D8C; }
a { background-color: rgb(252,157,140); }
div.DivClassName
{
background-color: #FC9D8C;
}
.BgClassName
{
background-color: #FC9D8C;
}
</style>
border-color css
<style>
span { border-color: #FC9D8C; }
span { border-color: rgb(252,157,140); }
td.TdClassName
{
border-color: #FC9D8C;
}
.TagClassName
{
border-color: #FC9D8C;
}
</style>