Shades of Mona Lisa #FBA18A
Tints of Mona Lisa #FBA18A
RGB
CMYK
RGB Variations
Color information
#FBA18A (or 0xFBA18A) is known color: Mona Lisa. HEX triplet: FB, A1 and 8A. RGB value is (251,161,138). Sum of RGB (Red+Green+Blue) = 251+161+138=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA18A is #045E75. Grayscale: #B9B9B9. Windows color (decimal): -286326 or 9085435. OLE color: 9085435.
HSL color Cylindrical-coordinate representation of color #FBA18A: hue angle of 12.21º 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 #FBA18A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 138 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 12.21º | 0.93% | 0.76% | - |
| HSV(B) | 12.21º | 0.45% | 0.98% | - |
| XYZ | 57.12 | 47.83 | 30.27 | - |
| YUV | 185.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 138 | 0 | 0.36 | 0.45 | 0.02 | 12.21 | 0.93 | 0.76 |
| Hex | FB | A1 | 8A | 0 | 24 | 2D | 2 | C | 5D | 4C |
| Octal | 373 | 241 | 212 | 0 | 44 | 55 | 2 | 14 | 135 | 114 |
| Binary | 11111011 | 10100001 | 10001010 | 0 | 100100 | 101101 | 10 | 1100 | 1011101 | 1001100 |
Color Harmonies of #FBA18A
Complementary color
Monochromatic Colors of #FBA18A
Black with #FBA18A
Text Example
Text Example
White with #FBA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA18A; }
p { color: rgb(251,161,138); }
H1.HeaderClassName
{
color: #FBA18A;
}
.AnyTagClassName
{
color: #FBA18A;
}
</style>
background-color css
<style>
a { background-color: #FBA18A; }
a { background-color: rgb(251,161,138); }
div.DivClassName
{
background-color: #FBA18A;
}
.BgClassName
{
background-color: #FBA18A;
}
</style>
border-color css
<style>
span { border-color: #FBA18A; }
span { border-color: rgb(251,161,138); }
td.TdClassName
{
border-color: #FBA18A;
}
.TagClassName
{
border-color: #FBA18A;
}
</style>