Shades of Mona Lisa #FBA48D
Tints of Mona Lisa #FBA48D
RGB
CMYK
RGB Variations
Color information
#FBA48D (or 0xFBA48D) is known color: Mona Lisa. HEX triplet: FB, A4 and 8D. RGB value is (251,164,141). Sum of RGB (Red+Green+Blue) = 251+164+141=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA48D is #045B72. Grayscale: #BBBBBB. Windows color (decimal): -285555 or 9282811. OLE color: 9282811.
HSL color Cylindrical-coordinate representation of color #FBA48D: hue angle of 12.55º 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 #FBA48D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 141 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 12.55º | 0.93% | 0.77% | - |
| HSV(B) | 12.55º | 0.44% | 0.98% | - |
| XYZ | 57.87 | 48.98 | 31.6 | - |
| YUV | 187.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 141 | 0 | 0.35 | 0.44 | 0.02 | 12.55 | 0.93 | 0.77 |
| Hex | FB | A4 | 8D | 0 | 23 | 2C | 2 | D | 5D | 4D |
| Octal | 373 | 244 | 215 | 0 | 43 | 54 | 2 | 15 | 135 | 115 |
| Binary | 11111011 | 10100100 | 10001101 | 0 | 100011 | 101100 | 10 | 1101 | 1011101 | 1001101 |
Color Harmonies of #FBA48D
Complementary color
Monochromatic Colors of #FBA48D
Black with #FBA48D
Text Example
Text Example
White with #FBA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA48D; }
p { color: rgb(251,164,141); }
H1.HeaderClassName
{
color: #FBA48D;
}
.AnyTagClassName
{
color: #FBA48D;
}
</style>
background-color css
<style>
a { background-color: #FBA48D; }
a { background-color: rgb(251,164,141); }
div.DivClassName
{
background-color: #FBA48D;
}
.BgClassName
{
background-color: #FBA48D;
}
</style>
border-color css
<style>
span { border-color: #FBA48D; }
span { border-color: rgb(251,164,141); }
td.TdClassName
{
border-color: #FBA48D;
}
.TagClassName
{
border-color: #FBA48D;
}
</style>