Shades of Mona Lisa #FBA28F
Tints of Mona Lisa #FBA28F
RGB
CMYK
RGB Variations
Color information
#FBA28F (or 0xFBA28F) is known color: Mona Lisa. HEX triplet: FB, A2 and 8F. RGB value is (251,162,143). Sum of RGB (Red+Green+Blue) = 251+162+143=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA28F is #045D70. Grayscale: #BABABA. Windows color (decimal): -286065 or 9413371. OLE color: 9413371.
HSL color Cylindrical-coordinate representation of color #FBA28F: hue angle of 10.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBA28F is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 143 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.02 |
| HSL | 10.56º | 0.93% | 0.77% | - |
| HSV(B) | 10.56º | 0.43% | 0.98% | - |
| XYZ | 57.66 | 48.33 | 32.28 | - |
| YUV | 186.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 143 | 0 | 0.35 | 0.43 | 0.02 | 10.56 | 0.93 | 0.77 |
| Hex | FB | A2 | 8F | 0 | 23 | 2B | 2 | B | 5D | 4D |
| Octal | 373 | 242 | 217 | 0 | 43 | 53 | 2 | 13 | 135 | 115 |
| Binary | 11111011 | 10100010 | 10001111 | 0 | 100011 | 101011 | 10 | 1011 | 1011101 | 1001101 |
Color Harmonies of #FBA28F
Complementary color
Monochromatic Colors of #FBA28F
Black with #FBA28F
Text Example
Text Example
White with #FBA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA28F; }
p { color: rgb(251,162,143); }
H1.HeaderClassName
{
color: #FBA28F;
}
.AnyTagClassName
{
color: #FBA28F;
}
</style>
background-color css
<style>
a { background-color: #FBA28F; }
a { background-color: rgb(251,162,143); }
div.DivClassName
{
background-color: #FBA28F;
}
.BgClassName
{
background-color: #FBA28F;
}
</style>
border-color css
<style>
span { border-color: #FBA28F; }
span { border-color: rgb(251,162,143); }
td.TdClassName
{
border-color: #FBA28F;
}
.TagClassName
{
border-color: #FBA28F;
}
</style>