Shades of Mona Lisa #FF8C80
Tints of Mona Lisa #FF8C80
RGB
CMYK
RGB Variations
Color information
#FF8C80 (or 0xFF8C80) is known color: Mona Lisa. HEX triplet: FF, 8C and 80. RGB value is (255,140,128). Sum of RGB (Red+Green+Blue) = 255+140+128=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C80 is #00737F. Grayscale: #ADADAD. Windows color (decimal): -29568 or 8424703. OLE color: 8424703.
HSL color Cylindrical-coordinate representation of color #FF8C80: hue angle of 5.67º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8C80 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 128 | - |
| CMYK | 0 | 0.45 | 0.50 | 0 |
| HSL | 5.67º | 1% | 0.75% | - |
| HSV(B) | 5.67º | 0.5% | 1% | - |
| XYZ | 54.51 | 41.57 | 25.57 | - |
| YUV | 173.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 128 | 0 | 0.45 | 0.50 | 0 | 5.67 | 1 | 0.75 |
| Hex | FF | 8C | 80 | 0 | 2D | 32 | 0 | 6 | 64 | 4B |
| Octal | 377 | 214 | 200 | 0 | 55 | 62 | 0 | 6 | 144 | 113 |
| Binary | 11111111 | 10001100 | 10000000 | 0 | 101101 | 110010 | 0 | 110 | 1100100 | 1001011 |
Color Harmonies of #FF8C80
Complementary color
Monochromatic Colors of #FF8C80
Black with #FF8C80
Text Example
Text Example
White with #FF8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C80; }
p { color: rgb(255,140,128); }
H1.HeaderClassName
{
color: #FF8C80;
}
.AnyTagClassName
{
color: #FF8C80;
}
</style>
background-color css
<style>
a { background-color: #FF8C80; }
a { background-color: rgb(255,140,128); }
div.DivClassName
{
background-color: #FF8C80;
}
.BgClassName
{
background-color: #FF8C80;
}
</style>
border-color css
<style>
span { border-color: #FF8C80; }
span { border-color: rgb(255,140,128); }
td.TdClassName
{
border-color: #FF8C80;
}
.TagClassName
{
border-color: #FF8C80;
}
</style>