Shades of Mona Lisa #FBA28D
Tints of Mona Lisa #FBA28D
RGB
CMYK
RGB Variations
Color information
#FBA28D (or 0xFBA28D) is known color: Mona Lisa. HEX triplet: FB, A2 and 8D. RGB value is (251,162,141). Sum of RGB (Red+Green+Blue) = 251+162+141=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA28D is #045D72. Grayscale: #BABABA. Windows color (decimal): -286067 or 9282299. OLE color: 9282299.
HSL color Cylindrical-coordinate representation of color #FBA28D: hue angle of 11.45º 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 #FBA28D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 141 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 11.45º | 0.93% | 0.77% | - |
| HSV(B) | 11.45º | 0.44% | 0.98% | - |
| XYZ | 57.51 | 48.27 | 31.49 | - |
| YUV | 186.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 141 | 0 | 0.35 | 0.44 | 0.02 | 11.45 | 0.93 | 0.77 |
| Hex | FB | A2 | 8D | 0 | 23 | 2C | 2 | B | 5D | 4D |
| Octal | 373 | 242 | 215 | 0 | 43 | 54 | 2 | 13 | 135 | 115 |
| Binary | 11111011 | 10100010 | 10001101 | 0 | 100011 | 101100 | 10 | 1011 | 1011101 | 1001101 |
Color Harmonies of #FBA28D
Complementary color
Monochromatic Colors of #FBA28D
Black with #FBA28D
Text Example
Text Example
White with #FBA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA28D; }
p { color: rgb(251,162,141); }
H1.HeaderClassName
{
color: #FBA28D;
}
.AnyTagClassName
{
color: #FBA28D;
}
</style>
background-color css
<style>
a { background-color: #FBA28D; }
a { background-color: rgb(251,162,141); }
div.DivClassName
{
background-color: #FBA28D;
}
.BgClassName
{
background-color: #FBA28D;
}
</style>
border-color css
<style>
span { border-color: #FBA28D; }
span { border-color: rgb(251,162,141); }
td.TdClassName
{
border-color: #FBA28D;
}
.TagClassName
{
border-color: #FBA28D;
}
</style>