Shades of Mona Lisa #FB968C
Tints of Mona Lisa #FB968C
RGB
CMYK
RGB Variations
Color information
#FB968C (or 0xFB968C) is known color: Mona Lisa. HEX triplet: FB, 96 and 8C. RGB value is (251,150,140). Sum of RGB (Red+Green+Blue) = 251+150+140=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB968C is #046973. Grayscale: #B3B3B3. Windows color (decimal): -289140 or 9213691. OLE color: 9213691.
HSL color Cylindrical-coordinate representation of color #FB968C: hue angle of 5.41º 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 #FB968C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 140 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.02 |
| HSL | 5.41º | 0.93% | 0.77% | - |
| HSV(B) | 5.41º | 0.44% | 0.98% | - |
| XYZ | 55.42 | 44.22 | 30.42 | - |
| YUV | 179.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 140 | 0 | 0.40 | 0.44 | 0.02 | 5.41 | 0.93 | 0.77 |
| Hex | FB | 96 | 8C | 0 | 28 | 2C | 2 | 5 | 5D | 4D |
| Octal | 373 | 226 | 214 | 0 | 50 | 54 | 2 | 5 | 135 | 115 |
| Binary | 11111011 | 10010110 | 10001100 | 0 | 101000 | 101100 | 10 | 101 | 1011101 | 1001101 |
Color Harmonies of #FB968C
Complementary color
Monochromatic Colors of #FB968C
Black with #FB968C
Text Example
Text Example
White with #FB968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB968C; }
p { color: rgb(251,150,140); }
H1.HeaderClassName
{
color: #FB968C;
}
.AnyTagClassName
{
color: #FB968C;
}
</style>
background-color css
<style>
a { background-color: #FB968C; }
a { background-color: rgb(251,150,140); }
div.DivClassName
{
background-color: #FB968C;
}
.BgClassName
{
background-color: #FB968C;
}
</style>
border-color css
<style>
span { border-color: #FB968C; }
span { border-color: rgb(251,150,140); }
td.TdClassName
{
border-color: #FB968C;
}
.TagClassName
{
border-color: #FB968C;
}
</style>