Shades of Mona Lisa #FC8C85
Tints of Mona Lisa #FC8C85
RGB
CMYK
RGB Variations
Color information
#FC8C85 (or 0xFC8C85) is known color: Mona Lisa. HEX triplet: FC, 8C and 85. RGB value is (252,140,133). Sum of RGB (Red+Green+Blue) = 252+140+133=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C85 is #03737A. Grayscale: #ACACAC. Windows color (decimal): -226171 or 8752380. OLE color: 8752380.
HSL color Cylindrical-coordinate representation of color #FC8C85: hue angle of 3.53º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC8C85 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 133 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.01 |
| HSL | 3.53º | 0.95% | 0.75% | - |
| HSV(B) | 3.53º | 0.47% | 0.99% | - |
| XYZ | 53.76 | 41.15 | 27.3 | - |
| YUV | 172.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 133 | 0 | 0.44 | 0.47 | 0.01 | 3.53 | 0.95 | 0.75 |
| Hex | FC | 8C | 85 | 0 | 2C | 2F | 1 | 4 | 5F | 4B |
| Octal | 374 | 214 | 205 | 0 | 54 | 57 | 1 | 4 | 137 | 113 |
| Binary | 11111100 | 10001100 | 10000101 | 0 | 101100 | 101111 | 1 | 100 | 1011111 | 1001011 |
Color Harmonies of #FC8C85
Complementary color
Monochromatic Colors of #FC8C85
Black with #FC8C85
Text Example
Text Example
White with #FC8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C85; }
p { color: rgb(252,140,133); }
H1.HeaderClassName
{
color: #FC8C85;
}
.AnyTagClassName
{
color: #FC8C85;
}
</style>
background-color css
<style>
a { background-color: #FC8C85; }
a { background-color: rgb(252,140,133); }
div.DivClassName
{
background-color: #FC8C85;
}
.BgClassName
{
background-color: #FC8C85;
}
</style>
border-color css
<style>
span { border-color: #FC8C85; }
span { border-color: rgb(252,140,133); }
td.TdClassName
{
border-color: #FC8C85;
}
.TagClassName
{
border-color: #FC8C85;
}
</style>