Shades of Mona Lisa #FF9886
Tints of Mona Lisa #FF9886
RGB
CMYK
RGB Variations
Color information
#FF9886 (or 0xFF9886) is known color: Mona Lisa. HEX triplet: FF, 98 and 86. RGB value is (255,152,134). Sum of RGB (Red+Green+Blue) = 255+152+134=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9886 is #006779. Grayscale: #B4B4B4. Windows color (decimal): -26490 or 8820991. OLE color: 8820991.
HSL color Cylindrical-coordinate representation of color #FF9886: hue angle of 8.93º 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 #FF9886 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 134 | - |
| CMYK | 0 | 0.40 | 0.47 | 0 |
| HSL | 8.93º | 1% | 0.76% | - |
| HSV(B) | 8.93º | 0.47% | 1% | - |
| XYZ | 56.77 | 45.44 | 28.33 | - |
| YUV | 180.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 134 | 0 | 0.40 | 0.47 | 0 | 8.93 | 1 | 0.76 |
| Hex | FF | 98 | 86 | 0 | 28 | 2F | 0 | 9 | 64 | 4C |
| Octal | 377 | 230 | 206 | 0 | 50 | 57 | 0 | 11 | 144 | 114 |
| Binary | 11111111 | 10011000 | 10000110 | 0 | 101000 | 101111 | 0 | 1001 | 1100100 | 1001100 |
Color Harmonies of #FF9886
Complementary color
Monochromatic Colors of #FF9886
Black with #FF9886
Text Example
Text Example
White with #FF9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9886; }
p { color: rgb(255,152,134); }
H1.HeaderClassName
{
color: #FF9886;
}
.AnyTagClassName
{
color: #FF9886;
}
</style>
background-color css
<style>
a { background-color: #FF9886; }
a { background-color: rgb(255,152,134); }
div.DivClassName
{
background-color: #FF9886;
}
.BgClassName
{
background-color: #FF9886;
}
</style>
border-color css
<style>
span { border-color: #FF9886; }
span { border-color: rgb(255,152,134); }
td.TdClassName
{
border-color: #FF9886;
}
.TagClassName
{
border-color: #FF9886;
}
</style>