Shades of Mona Lisa #FB938C
Tints of Mona Lisa #FB938C
RGB
CMYK
RGB Variations
Color information
#FB938C (or 0xFB938C) is known color: Mona Lisa. HEX triplet: FB, 93 and 8C. RGB value is (251,147,140). Sum of RGB (Red+Green+Blue) = 251+147+140=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB938C is #046C73. Grayscale: #B1B1B1. Windows color (decimal): -289908 or 9212923. OLE color: 9212923.
HSL color Cylindrical-coordinate representation of color #FB938C: hue angle of 3.78º 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 #FB938C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 140 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.02 |
| HSL | 3.78º | 0.93% | 0.77% | - |
| HSV(B) | 3.78º | 0.44% | 0.98% | - |
| XYZ | 54.95 | 43.27 | 30.27 | - |
| YUV | 177.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 140 | 0 | 0.41 | 0.44 | 0.02 | 3.78 | 0.93 | 0.77 |
| Hex | FB | 93 | 8C | 0 | 29 | 2C | 2 | 4 | 5D | 4D |
| Octal | 373 | 223 | 214 | 0 | 51 | 54 | 2 | 4 | 135 | 115 |
| Binary | 11111011 | 10010011 | 10001100 | 0 | 101001 | 101100 | 10 | 100 | 1011101 | 1001101 |
Color Harmonies of #FB938C
Complementary color
Monochromatic Colors of #FB938C
Black with #FB938C
Text Example
Text Example
White with #FB938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB938C; }
p { color: rgb(251,147,140); }
H1.HeaderClassName
{
color: #FB938C;
}
.AnyTagClassName
{
color: #FB938C;
}
</style>
background-color css
<style>
a { background-color: #FB938C; }
a { background-color: rgb(251,147,140); }
div.DivClassName
{
background-color: #FB938C;
}
.BgClassName
{
background-color: #FB938C;
}
</style>
border-color css
<style>
span { border-color: #FB938C; }
span { border-color: rgb(251,147,140); }
td.TdClassName
{
border-color: #FB938C;
}
.TagClassName
{
border-color: #FB938C;
}
</style>