Shades of Mona Lisa #FBA38D
Tints of Mona Lisa #FBA38D
RGB
CMYK
RGB Variations
Color information
#FBA38D (or 0xFBA38D) is known color: Mona Lisa. HEX triplet: FB, A3 and 8D. RGB value is (251,163,141). Sum of RGB (Red+Green+Blue) = 251+163+141=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA38D is #045C72. Grayscale: #BABABA. Windows color (decimal): -285811 or 9282555. OLE color: 9282555.
HSL color Cylindrical-coordinate representation of color #FBA38D: hue angle of 12º 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 #FBA38D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 141 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 12º | 0.93% | 0.77% | - |
| HSV(B) | 12º | 0.44% | 0.98% | - |
| XYZ | 57.69 | 48.63 | 31.54 | - |
| YUV | 186.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 141 | 0 | 0.35 | 0.44 | 0.02 | 12 | 0.93 | 0.77 |
| Hex | FB | A3 | 8D | 0 | 23 | 2C | 2 | C | 5D | 4D |
| Octal | 373 | 243 | 215 | 0 | 43 | 54 | 2 | 14 | 135 | 115 |
| Binary | 11111011 | 10100011 | 10001101 | 0 | 100011 | 101100 | 10 | 1100 | 1011101 | 1001101 |
Color Harmonies of #FBA38D
Complementary color
Monochromatic Colors of #FBA38D
Black with #FBA38D
Text Example
Text Example
White with #FBA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA38D; }
p { color: rgb(251,163,141); }
H1.HeaderClassName
{
color: #FBA38D;
}
.AnyTagClassName
{
color: #FBA38D;
}
</style>
background-color css
<style>
a { background-color: #FBA38D; }
a { background-color: rgb(251,163,141); }
div.DivClassName
{
background-color: #FBA38D;
}
.BgClassName
{
background-color: #FBA38D;
}
</style>
border-color css
<style>
span { border-color: #FBA38D; }
span { border-color: rgb(251,163,141); }
td.TdClassName
{
border-color: #FBA38D;
}
.TagClassName
{
border-color: #FBA38D;
}
</style>