Shades of Mona Lisa #FC8F85
Tints of Mona Lisa #FC8F85
RGB
CMYK
RGB Variations
Color information
#FC8F85 (or 0xFC8F85) is known color: Mona Lisa. HEX triplet: FC, 8F and 85. RGB value is (252,143,133). Sum of RGB (Red+Green+Blue) = 252+143+133=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F85 is #03707A. Grayscale: #AEAEAE. Windows color (decimal): -225403 or 8753148. OLE color: 8753148.
HSL color Cylindrical-coordinate representation of color #FC8F85: hue angle of 5.04º 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 #FC8F85 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 133 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.01 |
| HSL | 5.04º | 0.95% | 0.75% | - |
| HSV(B) | 5.04º | 0.47% | 0.99% | - |
| XYZ | 54.2 | 42.03 | 27.45 | - |
| YUV | 174.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 133 | 0 | 0.43 | 0.47 | 0.01 | 5.04 | 0.95 | 0.75 |
| Hex | FC | 8F | 85 | 0 | 2B | 2F | 1 | 5 | 5F | 4B |
| Octal | 374 | 217 | 205 | 0 | 53 | 57 | 1 | 5 | 137 | 113 |
| Binary | 11111100 | 10001111 | 10000101 | 0 | 101011 | 101111 | 1 | 101 | 1011111 | 1001011 |
Color Harmonies of #FC8F85
Complementary color
Monochromatic Colors of #FC8F85
Black with #FC8F85
Text Example
Text Example
White with #FC8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F85; }
p { color: rgb(252,143,133); }
H1.HeaderClassName
{
color: #FC8F85;
}
.AnyTagClassName
{
color: #FC8F85;
}
</style>
background-color css
<style>
a { background-color: #FC8F85; }
a { background-color: rgb(252,143,133); }
div.DivClassName
{
background-color: #FC8F85;
}
.BgClassName
{
background-color: #FC8F85;
}
</style>
border-color css
<style>
span { border-color: #FC8F85; }
span { border-color: rgb(252,143,133); }
td.TdClassName
{
border-color: #FC8F85;
}
.TagClassName
{
border-color: #FC8F85;
}
</style>