Shades of Mona Lisa #FF998F
Tints of Mona Lisa #FF998F
RGB
CMYK
RGB Variations
Color information
#FF998F (or 0xFF998F) is known color: Mona Lisa. HEX triplet: FF, 99 and 8F. RGB value is (255,153,143). Sum of RGB (Red+Green+Blue) = 255+153+143=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF998F is #006670. Grayscale: #B6B6B6. Windows color (decimal): -26225 or 9411071. OLE color: 9411071.
HSL color Cylindrical-coordinate representation of color #FF998F: hue angle of 5.36º 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 #FF998F is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 143 | - |
| CMYK | 0 | 0.4 | 0.44 | 0 |
| HSL | 5.36º | 1% | 0.78% | - |
| HSV(B) | 5.36º | 0.44% | 1% | - |
| XYZ | 57.59 | 46.03 | 31.84 | - |
| YUV | 182.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 143 | 0 | 0.4 | 0.44 | 0 | 5.36 | 1 | 0.78 |
| Hex | FF | 99 | 8F | 0 | 28 | 2C | 0 | 5 | 64 | 4E |
| Octal | 377 | 231 | 217 | 0 | 50 | 54 | 0 | 5 | 144 | 116 |
| Binary | 11111111 | 10011001 | 10001111 | 0 | 101000 | 101100 | 0 | 101 | 1100100 | 1001110 |
Color Harmonies of #FF998F
Complementary color
Monochromatic Colors of #FF998F
Black with #FF998F
Text Example
Text Example
White with #FF998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF998F; }
p { color: rgb(255,153,143); }
H1.HeaderClassName
{
color: #FF998F;
}
.AnyTagClassName
{
color: #FF998F;
}
</style>
background-color css
<style>
a { background-color: #FF998F; }
a { background-color: rgb(255,153,143); }
div.DivClassName
{
background-color: #FF998F;
}
.BgClassName
{
background-color: #FF998F;
}
</style>
border-color css
<style>
span { border-color: #FF998F; }
span { border-color: rgb(255,153,143); }
td.TdClassName
{
border-color: #FF998F;
}
.TagClassName
{
border-color: #FF998F;
}
</style>