Shades of Mona Lisa #FF8C84
Tints of Mona Lisa #FF8C84
RGB
CMYK
RGB Variations
Color information
#FF8C84 (or 0xFF8C84) is known color: Mona Lisa. HEX triplet: FF, 8C and 84. RGB value is (255,140,132). Sum of RGB (Red+Green+Blue) = 255+140+132=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C84 is #00737B. Grayscale: #ADADAD. Windows color (decimal): -29564 or 8686847. OLE color: 8686847.
HSL color Cylindrical-coordinate representation of color #FF8C84: hue angle of 3.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF8C84 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 132 | - |
| CMYK | 0 | 0.45 | 0.48 | 0 |
| HSL | 3.9º | 1% | 0.76% | - |
| HSV(B) | 3.9º | 0.48% | 1% | - |
| XYZ | 54.78 | 41.68 | 26.99 | - |
| YUV | 173.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 132 | 0 | 0.45 | 0.48 | 0 | 3.9 | 1 | 0.76 |
| Hex | FF | 8C | 84 | 0 | 2D | 30 | 0 | 4 | 64 | 4C |
| Octal | 377 | 214 | 204 | 0 | 55 | 60 | 0 | 4 | 144 | 114 |
| Binary | 11111111 | 10001100 | 10000100 | 0 | 101101 | 110000 | 0 | 100 | 1100100 | 1001100 |
Color Harmonies of #FF8C84
Complementary color
Monochromatic Colors of #FF8C84
Black with #FF8C84
Text Example
Text Example
White with #FF8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C84; }
p { color: rgb(255,140,132); }
H1.HeaderClassName
{
color: #FF8C84;
}
.AnyTagClassName
{
color: #FF8C84;
}
</style>
background-color css
<style>
a { background-color: #FF8C84; }
a { background-color: rgb(255,140,132); }
div.DivClassName
{
background-color: #FF8C84;
}
.BgClassName
{
background-color: #FF8C84;
}
</style>
border-color css
<style>
span { border-color: #FF8C84; }
span { border-color: rgb(255,140,132); }
td.TdClassName
{
border-color: #FF8C84;
}
.TagClassName
{
border-color: #FF8C84;
}
</style>