Shades of Mona Lisa #FF8C8A
Tints of Mona Lisa #FF8C8A
RGB
CMYK
RGB Variations
Color information
#FF8C8A (or 0xFF8C8A) is known color: Mona Lisa. HEX triplet: FF, 8C and 8A. RGB value is (255,140,138). Sum of RGB (Red+Green+Blue) = 255+140+138=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C8A is #007375. Grayscale: #AEAEAE. Windows color (decimal): -29558 or 9080063. OLE color: 9080063.
HSL color Cylindrical-coordinate representation of color #FF8C8A: hue angle of 1.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8C8A is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 138 | - |
| CMYK | 0 | 0.45 | 0.46 | 0 |
| HSL | 1.03º | 1% | 0.77% | - |
| HSV(B) | 1.03º | 0.46% | 1% | - |
| XYZ | 55.21 | 41.85 | 29.21 | - |
| YUV | 174.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 138 | 0 | 0.45 | 0.46 | 0 | 1.03 | 1 | 0.77 |
| Hex | FF | 8C | 8A | 0 | 2D | 2E | 0 | 1 | 64 | 4D |
| Octal | 377 | 214 | 212 | 0 | 55 | 56 | 0 | 1 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10001010 | 0 | 101101 | 101110 | 0 | 1 | 1100100 | 1001101 |
Color Harmonies of #FF8C8A
Complementary color
Monochromatic Colors of #FF8C8A
Black with #FF8C8A
Text Example
Text Example
White with #FF8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C8A; }
p { color: rgb(255,140,138); }
H1.HeaderClassName
{
color: #FF8C8A;
}
.AnyTagClassName
{
color: #FF8C8A;
}
</style>
background-color css
<style>
a { background-color: #FF8C8A; }
a { background-color: rgb(255,140,138); }
div.DivClassName
{
background-color: #FF8C8A;
}
.BgClassName
{
background-color: #FF8C8A;
}
</style>
border-color css
<style>
span { border-color: #FF8C8A; }
span { border-color: rgb(255,140,138); }
td.TdClassName
{
border-color: #FF8C8A;
}
.TagClassName
{
border-color: #FF8C8A;
}
</style>