Shades of Mona Lisa #FB928A
Tints of Mona Lisa #FB928A
RGB
CMYK
RGB Variations
Color information
#FB928A (or 0xFB928A) is known color: Mona Lisa. HEX triplet: FB, 92 and 8A. RGB value is (251,146,138). Sum of RGB (Red+Green+Blue) = 251+146+138=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB928A is #046D75. Grayscale: #B0B0B0. Windows color (decimal): -290166 or 9081595. OLE color: 9081595.
HSL color Cylindrical-coordinate representation of color #FB928A: hue angle of 4.25º 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 #FB928A is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 138 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.02 |
| HSL | 4.25º | 0.93% | 0.76% | - |
| HSV(B) | 4.25º | 0.45% | 0.98% | - |
| XYZ | 54.65 | 42.9 | 29.45 | - |
| YUV | 176.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 138 | 0 | 0.42 | 0.45 | 0.02 | 4.25 | 0.93 | 0.76 |
| Hex | FB | 92 | 8A | 0 | 2A | 2D | 2 | 4 | 5D | 4C |
| Octal | 373 | 222 | 212 | 0 | 52 | 55 | 2 | 4 | 135 | 114 |
| Binary | 11111011 | 10010010 | 10001010 | 0 | 101010 | 101101 | 10 | 100 | 1011101 | 1001100 |
Color Harmonies of #FB928A
Complementary color
Monochromatic Colors of #FB928A
Black with #FB928A
Text Example
Text Example
White with #FB928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB928A; }
p { color: rgb(251,146,138); }
H1.HeaderClassName
{
color: #FB928A;
}
.AnyTagClassName
{
color: #FB928A;
}
</style>
background-color css
<style>
a { background-color: #FB928A; }
a { background-color: rgb(251,146,138); }
div.DivClassName
{
background-color: #FB928A;
}
.BgClassName
{
background-color: #FB928A;
}
</style>
border-color css
<style>
span { border-color: #FB928A; }
span { border-color: rgb(251,146,138); }
td.TdClassName
{
border-color: #FB928A;
}
.TagClassName
{
border-color: #FB928A;
}
</style>