Shades of Mona Lisa #FF998B
Tints of Mona Lisa #FF998B
RGB
CMYK
RGB Variations
Color information
#FF998B (or 0xFF998B) is known color: Mona Lisa. HEX triplet: FF, 99 and 8B. RGB value is (255,153,139). Sum of RGB (Red+Green+Blue) = 255+153+139=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF998B is #006674. Grayscale: #B6B6B6. Windows color (decimal): -26229 or 9148927. OLE color: 9148927.
HSL color Cylindrical-coordinate representation of color #FF998B: hue angle of 7.24º 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 #FF998B is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 139 | - |
| CMYK | 0 | 0.4 | 0.45 | 0 |
| HSL | 7.24º | 1% | 0.77% | - |
| HSV(B) | 7.24º | 0.45% | 1% | - |
| XYZ | 57.29 | 45.91 | 30.27 | - |
| YUV | 181.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 139 | 0 | 0.4 | 0.45 | 0 | 7.24 | 1 | 0.77 |
| Hex | FF | 99 | 8B | 0 | 28 | 2D | 0 | 7 | 64 | 4D |
| Octal | 377 | 231 | 213 | 0 | 50 | 55 | 0 | 7 | 144 | 115 |
| Binary | 11111111 | 10011001 | 10001011 | 0 | 101000 | 101101 | 0 | 111 | 1100100 | 1001101 |
Color Harmonies of #FF998B
Complementary color
Monochromatic Colors of #FF998B
Black with #FF998B
Text Example
Text Example
White with #FF998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF998B; }
p { color: rgb(255,153,139); }
H1.HeaderClassName
{
color: #FF998B;
}
.AnyTagClassName
{
color: #FF998B;
}
</style>
background-color css
<style>
a { background-color: #FF998B; }
a { background-color: rgb(255,153,139); }
div.DivClassName
{
background-color: #FF998B;
}
.BgClassName
{
background-color: #FF998B;
}
</style>
border-color css
<style>
span { border-color: #FF998B; }
span { border-color: rgb(255,153,139); }
td.TdClassName
{
border-color: #FF998B;
}
.TagClassName
{
border-color: #FF998B;
}
</style>