Shades of Mona Lisa #FF998D
Tints of Mona Lisa #FF998D
RGB
CMYK
RGB Variations
Color information
#FF998D (or 0xFF998D) is known color: Mona Lisa. HEX triplet: FF, 99 and 8D. RGB value is (255,153,141). Sum of RGB (Red+Green+Blue) = 255+153+141=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF998D is #006672. Grayscale: #B6B6B6. Windows color (decimal): -26227 or 9279999. OLE color: 9279999.
HSL color Cylindrical-coordinate representation of color #FF998D: hue angle of 6.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF998D is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 141 | - |
| CMYK | 0 | 0.4 | 0.45 | 0 |
| HSL | 6.32º | 1% | 0.78% | - |
| HSV(B) | 6.32º | 0.45% | 1% | - |
| XYZ | 57.44 | 45.97 | 31.04 | - |
| YUV | 182.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 141 | 0 | 0.4 | 0.45 | 0 | 6.32 | 1 | 0.78 |
| Hex | FF | 99 | 8D | 0 | 28 | 2D | 0 | 6 | 64 | 4E |
| Octal | 377 | 231 | 215 | 0 | 50 | 55 | 0 | 6 | 144 | 116 |
| Binary | 11111111 | 10011001 | 10001101 | 0 | 101000 | 101101 | 0 | 110 | 1100100 | 1001110 |
Color Harmonies of #FF998D
Complementary color
Monochromatic Colors of #FF998D
Black with #FF998D
Text Example
Text Example
White with #FF998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF998D; }
p { color: rgb(255,153,141); }
H1.HeaderClassName
{
color: #FF998D;
}
.AnyTagClassName
{
color: #FF998D;
}
</style>
background-color css
<style>
a { background-color: #FF998D; }
a { background-color: rgb(255,153,141); }
div.DivClassName
{
background-color: #FF998D;
}
.BgClassName
{
background-color: #FF998D;
}
</style>
border-color css
<style>
span { border-color: #FF998D; }
span { border-color: rgb(255,153,141); }
td.TdClassName
{
border-color: #FF998D;
}
.TagClassName
{
border-color: #FF998D;
}
</style>