Shades of Mona Lisa #FBA28C
Tints of Mona Lisa #FBA28C
RGB
CMYK
RGB Variations
Color information
#FBA28C (or 0xFBA28C) is known color: Mona Lisa. HEX triplet: FB, A2 and 8C. RGB value is (251,162,140). Sum of RGB (Red+Green+Blue) = 251+162+140=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA28C is #045D73. Grayscale: #BABABA. Windows color (decimal): -286068 or 9216763. OLE color: 9216763.
HSL color Cylindrical-coordinate representation of color #FBA28C: hue angle of 11.89º 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 #FBA28C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 140 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 11.89º | 0.93% | 0.77% | - |
| HSV(B) | 11.89º | 0.44% | 0.98% | - |
| XYZ | 57.44 | 48.24 | 31.1 | - |
| YUV | 186.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 140 | 0 | 0.35 | 0.44 | 0.02 | 11.89 | 0.93 | 0.77 |
| Hex | FB | A2 | 8C | 0 | 23 | 2C | 2 | C | 5D | 4D |
| Octal | 373 | 242 | 214 | 0 | 43 | 54 | 2 | 14 | 135 | 115 |
| Binary | 11111011 | 10100010 | 10001100 | 0 | 100011 | 101100 | 10 | 1100 | 1011101 | 1001101 |
Color Harmonies of #FBA28C
Complementary color
Monochromatic Colors of #FBA28C
Black with #FBA28C
Text Example
Text Example
White with #FBA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA28C; }
p { color: rgb(251,162,140); }
H1.HeaderClassName
{
color: #FBA28C;
}
.AnyTagClassName
{
color: #FBA28C;
}
</style>
background-color css
<style>
a { background-color: #FBA28C; }
a { background-color: rgb(251,162,140); }
div.DivClassName
{
background-color: #FBA28C;
}
.BgClassName
{
background-color: #FBA28C;
}
</style>
border-color css
<style>
span { border-color: #FBA28C; }
span { border-color: rgb(251,162,140); }
td.TdClassName
{
border-color: #FBA28C;
}
.TagClassName
{
border-color: #FBA28C;
}
</style>