Shades of Mona Lisa #FB9A8E
Tints of Mona Lisa #FB9A8E
RGB
CMYK
RGB Variations
Color information
#FB9A8E (or 0xFB9A8E) is known color: Mona Lisa. HEX triplet: FB, 9A and 8E. RGB value is (251,154,142). Sum of RGB (Red+Green+Blue) = 251+154+142=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9A8E is #046571. Grayscale: #B5B5B5. Windows color (decimal): -288114 or 9345787. OLE color: 9345787.
HSL color Cylindrical-coordinate representation of color #FB9A8E: hue angle of 6.61º 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 #FB9A8E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 142 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.02 |
| HSL | 6.61º | 0.93% | 0.77% | - |
| HSV(B) | 6.61º | 0.43% | 0.98% | - |
| XYZ | 56.22 | 45.57 | 31.42 | - |
| YUV | 181.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 142 | 0 | 0.39 | 0.43 | 0.02 | 6.61 | 0.93 | 0.77 |
| Hex | FB | 9A | 8E | 0 | 27 | 2B | 2 | 7 | 5D | 4D |
| Octal | 373 | 232 | 216 | 0 | 47 | 53 | 2 | 7 | 135 | 115 |
| Binary | 11111011 | 10011010 | 10001110 | 0 | 100111 | 101011 | 10 | 111 | 1011101 | 1001101 |
Color Harmonies of #FB9A8E
Complementary color
Monochromatic Colors of #FB9A8E
Black with #FB9A8E
Text Example
Text Example
White with #FB9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A8E; }
p { color: rgb(251,154,142); }
H1.HeaderClassName
{
color: #FB9A8E;
}
.AnyTagClassName
{
color: #FB9A8E;
}
</style>
background-color css
<style>
a { background-color: #FB9A8E; }
a { background-color: rgb(251,154,142); }
div.DivClassName
{
background-color: #FB9A8E;
}
.BgClassName
{
background-color: #FB9A8E;
}
</style>
border-color css
<style>
span { border-color: #FB9A8E; }
span { border-color: rgb(251,154,142); }
td.TdClassName
{
border-color: #FB9A8E;
}
.TagClassName
{
border-color: #FB9A8E;
}
</style>