Shades of Mona Lisa #FF9887
Tints of Mona Lisa #FF9887
RGB
CMYK
RGB Variations
Color information
#FF9887 (or 0xFF9887) is known color: Mona Lisa. HEX triplet: FF, 98 and 87. RGB value is (255,152,135). Sum of RGB (Red+Green+Blue) = 255+152+135=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9887 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9887 is #006778. Grayscale: #B5B5B5. Windows color (decimal): -26489 or 8886527. OLE color: 8886527.
HSL color Cylindrical-coordinate representation of color #FF9887: hue angle of 8.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9887 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 135 | - |
| CMYK | 0 | 0.40 | 0.47 | 0 |
| HSL | 8.5º | 1% | 0.76% | - |
| HSV(B) | 8.5º | 0.47% | 1% | - |
| XYZ | 56.84 | 45.47 | 28.7 | - |
| YUV | 180.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 135 | 0 | 0.40 | 0.47 | 0 | 8.5 | 1 | 0.76 |
| Hex | FF | 98 | 87 | 0 | 28 | 2F | 0 | 8 | 64 | 4C |
| Octal | 377 | 230 | 207 | 0 | 50 | 57 | 0 | 10 | 144 | 114 |
| Binary | 11111111 | 10011000 | 10000111 | 0 | 101000 | 101111 | 0 | 1000 | 1100100 | 1001100 |
Color Harmonies of #FF9887
Complementary color
Monochromatic Colors of #FF9887
Black with #FF9887
Text Example
Text Example
White with #FF9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9887; }
p { color: rgb(255,152,135); }
H1.HeaderClassName
{
color: #FF9887;
}
.AnyTagClassName
{
color: #FF9887;
}
</style>
background-color css
<style>
a { background-color: #FF9887; }
a { background-color: rgb(255,152,135); }
div.DivClassName
{
background-color: #FF9887;
}
.BgClassName
{
background-color: #FF9887;
}
</style>
border-color css
<style>
span { border-color: #FF9887; }
span { border-color: rgb(255,152,135); }
td.TdClassName
{
border-color: #FF9887;
}
.TagClassName
{
border-color: #FF9887;
}
</style>