Shades of Mona Lisa #FF988B
Tints of Mona Lisa #FF988B
RGB
CMYK
RGB Variations
Color information
#FF988B (or 0xFF988B) is known color: Mona Lisa. HEX triplet: FF, 98 and 8B. RGB value is (255,152,139). Sum of RGB (Red+Green+Blue) = 255+152+139=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF988B is #006774. Grayscale: #B5B5B5. Windows color (decimal): -26485 or 9148671. OLE color: 9148671.
HSL color Cylindrical-coordinate representation of color #FF988B: hue angle of 6.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF988B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 139 | - |
| CMYK | 0 | 0.40 | 0.45 | 0 |
| HSL | 6.72º | 1% | 0.77% | - |
| HSV(B) | 6.72º | 0.45% | 1% | - |
| XYZ | 57.13 | 45.58 | 30.21 | - |
| YUV | 181.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 139 | 0 | 0.40 | 0.45 | 0 | 6.72 | 1 | 0.77 |
| Hex | FF | 98 | 8B | 0 | 28 | 2D | 0 | 7 | 64 | 4D |
| Octal | 377 | 230 | 213 | 0 | 50 | 55 | 0 | 7 | 144 | 115 |
| Binary | 11111111 | 10011000 | 10001011 | 0 | 101000 | 101101 | 0 | 111 | 1100100 | 1001101 |
Color Harmonies of #FF988B
Complementary color
Monochromatic Colors of #FF988B
Black with #FF988B
Text Example
Text Example
White with #FF988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF988B; }
p { color: rgb(255,152,139); }
H1.HeaderClassName
{
color: #FF988B;
}
.AnyTagClassName
{
color: #FF988B;
}
</style>
background-color css
<style>
a { background-color: #FF988B; }
a { background-color: rgb(255,152,139); }
div.DivClassName
{
background-color: #FF988B;
}
.BgClassName
{
background-color: #FF988B;
}
</style>
border-color css
<style>
span { border-color: #FF988B; }
span { border-color: rgb(255,152,139); }
td.TdClassName
{
border-color: #FF988B;
}
.TagClassName
{
border-color: #FF988B;
}
</style>