Shades of Mona Lisa #FB9E8A
Tints of Mona Lisa #FB9E8A
RGB
CMYK
RGB Variations
Color information
#FB9E8A (or 0xFB9E8A) is known color: Mona Lisa. HEX triplet: FB, 9E and 8A. RGB value is (251,158,138). Sum of RGB (Red+Green+Blue) = 251+158+138=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9E8A is #046175. Grayscale: #B7B7B7. Windows color (decimal): -287094 or 9084667. OLE color: 9084667.
HSL color Cylindrical-coordinate representation of color #FB9E8A: hue angle of 10.62º 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 #FB9E8A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 138 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.02 |
| HSL | 10.62º | 0.93% | 0.76% | - |
| HSV(B) | 10.62º | 0.45% | 0.98% | - |
| XYZ | 56.6 | 46.8 | 30.09 | - |
| YUV | 183.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 138 | 0 | 0.37 | 0.45 | 0.02 | 10.62 | 0.93 | 0.76 |
| Hex | FB | 9E | 8A | 0 | 25 | 2D | 2 | B | 5D | 4C |
| Octal | 373 | 236 | 212 | 0 | 45 | 55 | 2 | 13 | 135 | 114 |
| Binary | 11111011 | 10011110 | 10001010 | 0 | 100101 | 101101 | 10 | 1011 | 1011101 | 1001100 |
Color Harmonies of #FB9E8A
Complementary color
Monochromatic Colors of #FB9E8A
Black with #FB9E8A
Text Example
Text Example
White with #FB9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E8A; }
p { color: rgb(251,158,138); }
H1.HeaderClassName
{
color: #FB9E8A;
}
.AnyTagClassName
{
color: #FB9E8A;
}
</style>
background-color css
<style>
a { background-color: #FB9E8A; }
a { background-color: rgb(251,158,138); }
div.DivClassName
{
background-color: #FB9E8A;
}
.BgClassName
{
background-color: #FB9E8A;
}
</style>
border-color css
<style>
span { border-color: #FB9E8A; }
span { border-color: rgb(251,158,138); }
td.TdClassName
{
border-color: #FB9E8A;
}
.TagClassName
{
border-color: #FB9E8A;
}
</style>