Shades of Mona Lisa #FB938D
Tints of Mona Lisa #FB938D
RGB
CMYK
RGB Variations
Color information
#FB938D (or 0xFB938D) is known color: Mona Lisa. HEX triplet: FB, 93 and 8D. RGB value is (251,147,141). Sum of RGB (Red+Green+Blue) = 251+147+141=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB938D is #046C72. Grayscale: #B1B1B1. Windows color (decimal): -289907 or 9278459. OLE color: 9278459.
HSL color Cylindrical-coordinate representation of color #FB938D: hue angle of 3.27º 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 #FB938D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 141 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.02 |
| HSL | 3.27º | 0.93% | 0.77% | - |
| HSV(B) | 3.27º | 0.44% | 0.98% | - |
| XYZ | 55.03 | 43.3 | 30.66 | - |
| YUV | 177.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 141 | 0 | 0.41 | 0.44 | 0.02 | 3.27 | 0.93 | 0.77 |
| Hex | FB | 93 | 8D | 0 | 29 | 2C | 2 | 3 | 5D | 4D |
| Octal | 373 | 223 | 215 | 0 | 51 | 54 | 2 | 3 | 135 | 115 |
| Binary | 11111011 | 10010011 | 10001101 | 0 | 101001 | 101100 | 10 | 11 | 1011101 | 1001101 |
Color Harmonies of #FB938D
Complementary color
Monochromatic Colors of #FB938D
Black with #FB938D
Text Example
Text Example
White with #FB938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB938D; }
p { color: rgb(251,147,141); }
H1.HeaderClassName
{
color: #FB938D;
}
.AnyTagClassName
{
color: #FB938D;
}
</style>
background-color css
<style>
a { background-color: #FB938D; }
a { background-color: rgb(251,147,141); }
div.DivClassName
{
background-color: #FB938D;
}
.BgClassName
{
background-color: #FB938D;
}
</style>
border-color css
<style>
span { border-color: #FB938D; }
span { border-color: rgb(251,147,141); }
td.TdClassName
{
border-color: #FB938D;
}
.TagClassName
{
border-color: #FB938D;
}
</style>