Shades of Mona Lisa #FB928D
Tints of Mona Lisa #FB928D
RGB
CMYK
RGB Variations
Color information
#FB928D (or 0xFB928D) is known color: Mona Lisa. HEX triplet: FB, 92 and 8D. RGB value is (251,146,141). Sum of RGB (Red+Green+Blue) = 251+146+141=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB928D is #046D72. Grayscale: #B0B0B0. Windows color (decimal): -290163 or 9278203. OLE color: 9278203.
HSL color Cylindrical-coordinate representation of color #FB928D: hue angle of 2.73º 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 #FB928D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 141 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.02 |
| HSL | 2.73º | 0.93% | 0.77% | - |
| HSV(B) | 2.73º | 0.44% | 0.98% | - |
| XYZ | 54.87 | 42.99 | 30.61 | - |
| YUV | 176.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 141 | 0 | 0.42 | 0.44 | 0.02 | 2.73 | 0.93 | 0.77 |
| Hex | FB | 92 | 8D | 0 | 2A | 2C | 2 | 3 | 5D | 4D |
| Octal | 373 | 222 | 215 | 0 | 52 | 54 | 2 | 3 | 135 | 115 |
| Binary | 11111011 | 10010010 | 10001101 | 0 | 101010 | 101100 | 10 | 11 | 1011101 | 1001101 |
Color Harmonies of #FB928D
Complementary color
Monochromatic Colors of #FB928D
Black with #FB928D
Text Example
Text Example
White with #FB928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB928D; }
p { color: rgb(251,146,141); }
H1.HeaderClassName
{
color: #FB928D;
}
.AnyTagClassName
{
color: #FB928D;
}
</style>
background-color css
<style>
a { background-color: #FB928D; }
a { background-color: rgb(251,146,141); }
div.DivClassName
{
background-color: #FB928D;
}
.BgClassName
{
background-color: #FB928D;
}
</style>
border-color css
<style>
span { border-color: #FB928D; }
span { border-color: rgb(251,146,141); }
td.TdClassName
{
border-color: #FB928D;
}
.TagClassName
{
border-color: #FB928D;
}
</style>