Shades of Mona Lisa #FF9988
Tints of Mona Lisa #FF9988
RGB
CMYK
RGB Variations
Color information
#FF9988 (or 0xFF9988) is known color: Mona Lisa. HEX triplet: FF, 99 and 88. RGB value is (255,153,136). Sum of RGB (Red+Green+Blue) = 255+153+136=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9988 is #006677. Grayscale: #B5B5B5. Windows color (decimal): -26232 or 8952319. OLE color: 8952319.
HSL color Cylindrical-coordinate representation of color #FF9988: hue angle of 8.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9988 is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 136 | - |
| CMYK | 0 | 0.4 | 0.47 | 0 |
| HSL | 8.57º | 1% | 0.77% | - |
| HSV(B) | 8.57º | 0.47% | 1% | - |
| XYZ | 57.08 | 45.82 | 29.13 | - |
| YUV | 181.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 136 | 0 | 0.4 | 0.47 | 0 | 8.57 | 1 | 0.77 |
| Hex | FF | 99 | 88 | 0 | 28 | 2F | 0 | 9 | 64 | 4D |
| Octal | 377 | 231 | 210 | 0 | 50 | 57 | 0 | 11 | 144 | 115 |
| Binary | 11111111 | 10011001 | 10001000 | 0 | 101000 | 101111 | 0 | 1001 | 1100100 | 1001101 |
Color Harmonies of #FF9988
Complementary color
Monochromatic Colors of #FF9988
Black with #FF9988
Text Example
Text Example
White with #FF9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9988; }
p { color: rgb(255,153,136); }
H1.HeaderClassName
{
color: #FF9988;
}
.AnyTagClassName
{
color: #FF9988;
}
</style>
background-color css
<style>
a { background-color: #FF9988; }
a { background-color: rgb(255,153,136); }
div.DivClassName
{
background-color: #FF9988;
}
.BgClassName
{
background-color: #FF9988;
}
</style>
border-color css
<style>
span { border-color: #FF9988; }
span { border-color: rgb(255,153,136); }
td.TdClassName
{
border-color: #FF9988;
}
.TagClassName
{
border-color: #FF9988;
}
</style>