Shades of Mona Lisa #FC8D85
Tints of Mona Lisa #FC8D85
RGB
CMYK
RGB Variations
Color information
#FC8D85 (or 0xFC8D85) is known color: Mona Lisa. HEX triplet: FC, 8D and 85. RGB value is (252,141,133). Sum of RGB (Red+Green+Blue) = 252+141+133=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D85 is #03727A. Grayscale: #ADADAD. Windows color (decimal): -225915 or 8752636. OLE color: 8752636.
HSL color Cylindrical-coordinate representation of color #FC8D85: hue angle of 4.03º 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 #FC8D85 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 133 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.01 |
| HSL | 4.03º | 0.95% | 0.75% | - |
| HSV(B) | 4.03º | 0.47% | 0.99% | - |
| XYZ | 53.9 | 41.44 | 27.35 | - |
| YUV | 173.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 133 | 0 | 0.44 | 0.47 | 0.01 | 4.03 | 0.95 | 0.75 |
| Hex | FC | 8D | 85 | 0 | 2C | 2F | 1 | 4 | 5F | 4B |
| Octal | 374 | 215 | 205 | 0 | 54 | 57 | 1 | 4 | 137 | 113 |
| Binary | 11111100 | 10001101 | 10000101 | 0 | 101100 | 101111 | 1 | 100 | 1011111 | 1001011 |
Color Harmonies of #FC8D85
Complementary color
Monochromatic Colors of #FC8D85
Black with #FC8D85
Text Example
Text Example
White with #FC8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D85; }
p { color: rgb(252,141,133); }
H1.HeaderClassName
{
color: #FC8D85;
}
.AnyTagClassName
{
color: #FC8D85;
}
</style>
background-color css
<style>
a { background-color: #FC8D85; }
a { background-color: rgb(252,141,133); }
div.DivClassName
{
background-color: #FC8D85;
}
.BgClassName
{
background-color: #FC8D85;
}
</style>
border-color css
<style>
span { border-color: #FC8D85; }
span { border-color: rgb(252,141,133); }
td.TdClassName
{
border-color: #FC8D85;
}
.TagClassName
{
border-color: #FC8D85;
}
</style>