Shades of Mona Lisa #FC8F8D
Tints of Mona Lisa #FC8F8D
RGB
CMYK
RGB Variations
Color information
#FC8F8D (or 0xFC8F8D) is known color: Mona Lisa. HEX triplet: FC, 8F and 8D. RGB value is (252,143,141). Sum of RGB (Red+Green+Blue) = 252+143+141=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F8D is #037072. Grayscale: #AFAFAF. Windows color (decimal): -225395 or 9277436. OLE color: 9277436.
HSL color Cylindrical-coordinate representation of color #FC8F8D: hue angle of 1.08º 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 #FC8F8D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 141 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.01 |
| HSL | 1.08º | 0.95% | 0.77% | - |
| HSV(B) | 1.08º | 0.44% | 0.99% | - |
| XYZ | 54.78 | 42.26 | 30.47 | - |
| YUV | 175.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 141 | 0 | 0.43 | 0.44 | 0.01 | 1.08 | 0.95 | 0.77 |
| Hex | FC | 8F | 8D | 0 | 2B | 2C | 1 | 1 | 5F | 4D |
| Octal | 374 | 217 | 215 | 0 | 53 | 54 | 1 | 1 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10001101 | 0 | 101011 | 101100 | 1 | 1 | 1011111 | 1001101 |
Color Harmonies of #FC8F8D
Complementary color
Monochromatic Colors of #FC8F8D
Black with #FC8F8D
Text Example
Text Example
White with #FC8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F8D; }
p { color: rgb(252,143,141); }
H1.HeaderClassName
{
color: #FC8F8D;
}
.AnyTagClassName
{
color: #FC8F8D;
}
</style>
background-color css
<style>
a { background-color: #FC8F8D; }
a { background-color: rgb(252,143,141); }
div.DivClassName
{
background-color: #FC8F8D;
}
.BgClassName
{
background-color: #FC8F8D;
}
</style>
border-color css
<style>
span { border-color: #FC8F8D; }
span { border-color: rgb(252,143,141); }
td.TdClassName
{
border-color: #FC8F8D;
}
.TagClassName
{
border-color: #FC8F8D;
}
</style>