Shades of Mona Lisa #FB958B
Tints of Mona Lisa #FB958B
RGB
CMYK
RGB Variations
Color information
#FB958B (or 0xFB958B) is known color: Mona Lisa. HEX triplet: FB, 95 and 8B. RGB value is (251,149,139). Sum of RGB (Red+Green+Blue) = 251+149+139=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB958B is #046A74. Grayscale: #B2B2B2. Windows color (decimal): -289397 or 9147899. OLE color: 9147899.
HSL color Cylindrical-coordinate representation of color #FB958B: hue angle of 5.36º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB958B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 139 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.02 |
| HSL | 5.36º | 0.93% | 0.76% | - |
| HSV(B) | 5.36º | 0.45% | 0.98% | - |
| XYZ | 55.19 | 43.87 | 29.98 | - |
| YUV | 178.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 139 | 0 | 0.41 | 0.45 | 0.02 | 5.36 | 0.93 | 0.76 |
| Hex | FB | 95 | 8B | 0 | 29 | 2D | 2 | 5 | 5D | 4C |
| Octal | 373 | 225 | 213 | 0 | 51 | 55 | 2 | 5 | 135 | 114 |
| Binary | 11111011 | 10010101 | 10001011 | 0 | 101001 | 101101 | 10 | 101 | 1011101 | 1001100 |
Color Harmonies of #FB958B
Complementary color
Monochromatic Colors of #FB958B
Black with #FB958B
Text Example
Text Example
White with #FB958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB958B; }
p { color: rgb(251,149,139); }
H1.HeaderClassName
{
color: #FB958B;
}
.AnyTagClassName
{
color: #FB958B;
}
</style>
background-color css
<style>
a { background-color: #FB958B; }
a { background-color: rgb(251,149,139); }
div.DivClassName
{
background-color: #FB958B;
}
.BgClassName
{
background-color: #FB958B;
}
</style>
border-color css
<style>
span { border-color: #FB958B; }
span { border-color: rgb(251,149,139); }
td.TdClassName
{
border-color: #FB958B;
}
.TagClassName
{
border-color: #FB958B;
}
</style>