Shades of Mona Lisa #FBA48A
Tints of Mona Lisa #FBA48A
RGB
CMYK
RGB Variations
Color information
#FBA48A (or 0xFBA48A) is known color: Mona Lisa. HEX triplet: FB, A4 and 8A. RGB value is (251,164,138). Sum of RGB (Red+Green+Blue) = 251+164+138=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA48A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA48A is #045B75. Grayscale: #BBBBBB. Windows color (decimal): -285558 or 9086203. OLE color: 9086203.
HSL color Cylindrical-coordinate representation of color #FBA48A: hue angle of 13.81º 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 #FBA48A is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 138 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.02 |
| HSL | 13.81º | 0.93% | 0.76% | - |
| HSV(B) | 13.81º | 0.45% | 0.98% | - |
| XYZ | 57.65 | 48.9 | 30.44 | - |
| YUV | 187.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 138 | 0 | 0.35 | 0.45 | 0.02 | 13.81 | 0.93 | 0.76 |
| Hex | FB | A4 | 8A | 0 | 23 | 2D | 2 | E | 5D | 4C |
| Octal | 373 | 244 | 212 | 0 | 43 | 55 | 2 | 16 | 135 | 114 |
| Binary | 11111011 | 10100100 | 10001010 | 0 | 100011 | 101101 | 10 | 1110 | 1011101 | 1001100 |
Color Harmonies of #FBA48A
Complementary color
Monochromatic Colors of #FBA48A
Black with #FBA48A
Text Example
Text Example
White with #FBA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA48A; }
p { color: rgb(251,164,138); }
H1.HeaderClassName
{
color: #FBA48A;
}
.AnyTagClassName
{
color: #FBA48A;
}
</style>
background-color css
<style>
a { background-color: #FBA48A; }
a { background-color: rgb(251,164,138); }
div.DivClassName
{
background-color: #FBA48A;
}
.BgClassName
{
background-color: #FBA48A;
}
</style>
border-color css
<style>
span { border-color: #FBA48A; }
span { border-color: rgb(251,164,138); }
td.TdClassName
{
border-color: #FBA48A;
}
.TagClassName
{
border-color: #FBA48A;
}
</style>