Shades of Mona Lisa #FF8C81
Tints of Mona Lisa #FF8C81
RGB
CMYK
RGB Variations
Color information
#FF8C81 (or 0xFF8C81) is known color: Mona Lisa. HEX triplet: FF, 8C and 81. RGB value is (255,140,129). Sum of RGB (Red+Green+Blue) = 255+140+129=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C81 is #00737E. Grayscale: #ADADAD. Windows color (decimal): -29567 or 8490239. OLE color: 8490239.
HSL color Cylindrical-coordinate representation of color #FF8C81: hue angle of 5.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8C81 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 140 | 129 | - |
CMYK | 0 | 0.45 | 0.49 | 0 |
HSL | 5.24º | 1% | 0.75% | - |
HSV(B) | 5.24º | 0.49% | 1% | - |
XYZ | 54.58 | 41.6 | 25.92 | - |
YUV | 173.13 | 103.1 | 186.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 140 | 129 | 0 | 0.45 | 0.49 | 0 | 5.24 | 1 | 0.75 |
Hex | FF | 8C | 81 | 0 | 2D | 31 | 0 | 5 | 64 | 4B |
Octal | 377 | 214 | 201 | 0 | 55 | 61 | 0 | 5 | 144 | 113 |
Binary | 11111111 | 10001100 | 10000001 | 0 | 101101 | 110001 | 0 | 101 | 1100100 | 1001011 |
Color Harmonies of #FF8C81
Complementary color
Monochromatic Colors of #FF8C81
Black with #FF8C81
Text Example
Text Example
White with #FF8C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C81; }
p { color: rgb(255,140,129); }
H1.HeaderClassName
{
color: #FF8C81;
}
.AnyTagClassName
{
color: #FF8C81;
}
</style>
background-color css
<style>
a { background-color: #FF8C81; }
a { background-color: rgb(255,140,129); }
div.DivClassName
{
background-color: #FF8C81;
}
.BgClassName
{
background-color: #FF8C81;
}
</style>
border-color css
<style>
span { border-color: #FF8C81; }
span { border-color: rgb(255,140,129); }
td.TdClassName
{
border-color: #FF8C81;
}
.TagClassName
{
border-color: #FF8C81;
}
</style>