Shades of Mona Lisa #FF988E
Tints of Mona Lisa #FF988E
RGB
CMYK
RGB Variations
Color information
#FF988E (or 0xFF988E) is known color: Mona Lisa. HEX triplet: FF, 98 and 8E. RGB value is (255,152,142). Sum of RGB (Red+Green+Blue) = 255+152+142=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF988E is #006771. Grayscale: #B5B5B5. Windows color (decimal): -26482 or 9345279. OLE color: 9345279.
HSL color Cylindrical-coordinate representation of color #FF988E: hue angle of 5.31º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF988E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 142 | - |
| CMYK | 0 | 0.40 | 0.44 | 0 |
| HSL | 5.31º | 1% | 0.78% | - |
| HSV(B) | 5.31º | 0.44% | 1% | - |
| XYZ | 57.35 | 45.67 | 31.38 | - |
| YUV | 181.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 142 | 0 | 0.40 | 0.44 | 0 | 5.31 | 1 | 0.78 |
| Hex | FF | 98 | 8E | 0 | 28 | 2C | 0 | 5 | 64 | 4E |
| Octal | 377 | 230 | 216 | 0 | 50 | 54 | 0 | 5 | 144 | 116 |
| Binary | 11111111 | 10011000 | 10001110 | 0 | 101000 | 101100 | 0 | 101 | 1100100 | 1001110 |
Color Harmonies of #FF988E
Complementary color
Monochromatic Colors of #FF988E
Black with #FF988E
Text Example
Text Example
White with #FF988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF988E; }
p { color: rgb(255,152,142); }
H1.HeaderClassName
{
color: #FF988E;
}
.AnyTagClassName
{
color: #FF988E;
}
</style>
background-color css
<style>
a { background-color: #FF988E; }
a { background-color: rgb(255,152,142); }
div.DivClassName
{
background-color: #FF988E;
}
.BgClassName
{
background-color: #FF988E;
}
</style>
border-color css
<style>
span { border-color: #FF988E; }
span { border-color: rgb(255,152,142); }
td.TdClassName
{
border-color: #FF988E;
}
.TagClassName
{
border-color: #FF988E;
}
</style>