Shades of Mona Lisa #FB9A8D
Tints of Mona Lisa #FB9A8D
RGB
CMYK
RGB Variations
Color information
#FB9A8D (or 0xFB9A8D) is known color: Mona Lisa. HEX triplet: FB, 9A and 8D. RGB value is (251,154,141). Sum of RGB (Red+Green+Blue) = 251+154+141=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9A8D is #046572. Grayscale: #B5B5B5. Windows color (decimal): -288115 or 9280251. OLE color: 9280251.
HSL color Cylindrical-coordinate representation of color #FB9A8D: hue angle of 7.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB9A8D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 141 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.02 |
| HSL | 7.09º | 0.93% | 0.77% | - |
| HSV(B) | 7.09º | 0.44% | 0.98% | - |
| XYZ | 56.15 | 45.54 | 31.03 | - |
| YUV | 181.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 141 | 0 | 0.39 | 0.44 | 0.02 | 7.09 | 0.93 | 0.77 |
| Hex | FB | 9A | 8D | 0 | 27 | 2C | 2 | 7 | 5D | 4D |
| Octal | 373 | 232 | 215 | 0 | 47 | 54 | 2 | 7 | 135 | 115 |
| Binary | 11111011 | 10011010 | 10001101 | 0 | 100111 | 101100 | 10 | 111 | 1011101 | 1001101 |
Color Harmonies of #FB9A8D
Complementary color
Monochromatic Colors of #FB9A8D
Black with #FB9A8D
Text Example
Text Example
White with #FB9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A8D; }
p { color: rgb(251,154,141); }
H1.HeaderClassName
{
color: #FB9A8D;
}
.AnyTagClassName
{
color: #FB9A8D;
}
</style>
background-color css
<style>
a { background-color: #FB9A8D; }
a { background-color: rgb(251,154,141); }
div.DivClassName
{
background-color: #FB9A8D;
}
.BgClassName
{
background-color: #FB9A8D;
}
</style>
border-color css
<style>
span { border-color: #FB9A8D; }
span { border-color: rgb(251,154,141); }
td.TdClassName
{
border-color: #FB9A8D;
}
.TagClassName
{
border-color: #FB9A8D;
}
</style>