Shades of Mona Lisa #FB918D
Tints of Mona Lisa #FB918D
RGB
CMYK
RGB Variations
Color information
#FB918D (or 0xFB918D) is known color: Mona Lisa. HEX triplet: FB, 91 and 8D. RGB value is (251,145,141). Sum of RGB (Red+Green+Blue) = 251+145+141=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB918D is #046E72. Grayscale: #B0B0B0. Windows color (decimal): -290419 or 9277947. OLE color: 9277947.
HSL color Cylindrical-coordinate representation of color #FB918D: hue angle of 2.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB918D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 141 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.02 |
| HSL | 2.18º | 0.93% | 0.77% | - |
| HSV(B) | 2.18º | 0.44% | 0.98% | - |
| XYZ | 54.72 | 42.68 | 30.55 | - |
| YUV | 176.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 141 | 0 | 0.42 | 0.44 | 0.02 | 2.18 | 0.93 | 0.77 |
| Hex | FB | 91 | 8D | 0 | 2A | 2C | 2 | 2 | 5D | 4D |
| Octal | 373 | 221 | 215 | 0 | 52 | 54 | 2 | 2 | 135 | 115 |
| Binary | 11111011 | 10010001 | 10001101 | 0 | 101010 | 101100 | 10 | 10 | 1011101 | 1001101 |
Color Harmonies of #FB918D
Complementary color
Monochromatic Colors of #FB918D
Black with #FB918D
Text Example
Text Example
White with #FB918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB918D; }
p { color: rgb(251,145,141); }
H1.HeaderClassName
{
color: #FB918D;
}
.AnyTagClassName
{
color: #FB918D;
}
</style>
background-color css
<style>
a { background-color: #FB918D; }
a { background-color: rgb(251,145,141); }
div.DivClassName
{
background-color: #FB918D;
}
.BgClassName
{
background-color: #FB918D;
}
</style>
border-color css
<style>
span { border-color: #FB918D; }
span { border-color: rgb(251,145,141); }
td.TdClassName
{
border-color: #FB918D;
}
.TagClassName
{
border-color: #FB918D;
}
</style>