Shades of Mona Lisa #F8998B
Tints of Mona Lisa #F8998B
RGB
CMYK
RGB Variations
Color information
#F8998B (or 0xF8998B) is known color: Mona Lisa. HEX triplet: F8, 99 and 8B. RGB value is (248,153,139). Sum of RGB (Red+Green+Blue) = 248+153+139=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8998B is #076674. Grayscale: #B3B3B3. Windows color (decimal): -484981 or 9148920. OLE color: 9148920.
HSL color Cylindrical-coordinate representation of color #F8998B: hue angle of 7.71º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8998B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 139 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.03 |
| HSL | 7.71º | 0.89% | 0.76% | - |
| HSV(B) | 7.71º | 0.44% | 0.97% | - |
| XYZ | 54.76 | 44.6 | 30.15 | - |
| YUV | 179.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 139 | 0 | 0.38 | 0.44 | 0.03 | 7.71 | 0.89 | 0.76 |
| Hex | F8 | 99 | 8B | 0 | 26 | 2C | 3 | 8 | 59 | 4C |
| Octal | 370 | 231 | 213 | 0 | 46 | 54 | 3 | 10 | 131 | 114 |
| Binary | 11111000 | 10011001 | 10001011 | 0 | 100110 | 101100 | 11 | 1000 | 1011001 | 1001100 |
Color Harmonies of #F8998B
Complementary color
Monochromatic Colors of #F8998B
Black with #F8998B
Text Example
Text Example
White with #F8998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8998B; }
p { color: rgb(248,153,139); }
H1.HeaderClassName
{
color: #F8998B;
}
.AnyTagClassName
{
color: #F8998B;
}
</style>
background-color css
<style>
a { background-color: #F8998B; }
a { background-color: rgb(248,153,139); }
div.DivClassName
{
background-color: #F8998B;
}
.BgClassName
{
background-color: #F8998B;
}
</style>
border-color css
<style>
span { border-color: #F8998B; }
span { border-color: rgb(248,153,139); }
td.TdClassName
{
border-color: #F8998B;
}
.TagClassName
{
border-color: #F8998B;
}
</style>