Shades of Mona Lisa #FB968A
Tints of Mona Lisa #FB968A
RGB
CMYK
RGB Variations
Color information
#FB968A (or 0xFB968A) is known color: Mona Lisa. HEX triplet: FB, 96 and 8A. RGB value is (251,150,138). Sum of RGB (Red+Green+Blue) = 251+150+138=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB968A is #046975. Grayscale: #B2B2B2. Windows color (decimal): -289142 or 9082619. OLE color: 9082619.
HSL color Cylindrical-coordinate representation of color #FB968A: hue angle of 6.37º 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 #FB968A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 138 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.02 |
| HSL | 6.37º | 0.93% | 0.76% | - |
| HSV(B) | 6.37º | 0.45% | 0.98% | - |
| XYZ | 55.28 | 44.16 | 29.65 | - |
| YUV | 178.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 138 | 0 | 0.40 | 0.45 | 0.02 | 6.37 | 0.93 | 0.76 |
| Hex | FB | 96 | 8A | 0 | 28 | 2D | 2 | 6 | 5D | 4C |
| Octal | 373 | 226 | 212 | 0 | 50 | 55 | 2 | 6 | 135 | 114 |
| Binary | 11111011 | 10010110 | 10001010 | 0 | 101000 | 101101 | 10 | 110 | 1011101 | 1001100 |
Color Harmonies of #FB968A
Complementary color
Monochromatic Colors of #FB968A
Black with #FB968A
Text Example
Text Example
White with #FB968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB968A; }
p { color: rgb(251,150,138); }
H1.HeaderClassName
{
color: #FB968A;
}
.AnyTagClassName
{
color: #FB968A;
}
</style>
background-color css
<style>
a { background-color: #FB968A; }
a { background-color: rgb(251,150,138); }
div.DivClassName
{
background-color: #FB968A;
}
.BgClassName
{
background-color: #FB968A;
}
</style>
border-color css
<style>
span { border-color: #FB968A; }
span { border-color: rgb(251,150,138); }
td.TdClassName
{
border-color: #FB968A;
}
.TagClassName
{
border-color: #FB968A;
}
</style>