Shades of Mona Lisa #FB908D
Tints of Mona Lisa #FB908D
RGB
CMYK
RGB Variations
Color information
#FB908D (or 0xFB908D) is known color: Mona Lisa. HEX triplet: FB, 90 and 8D. RGB value is (251,144,141). Sum of RGB (Red+Green+Blue) = 251+144+141=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB908D is #046F72. Grayscale: #AFAFAF. Windows color (decimal): -290675 or 9277691. OLE color: 9277691.
HSL color Cylindrical-coordinate representation of color #FB908D: hue angle of 1.64º 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 #FB908D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 141 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.02 |
| HSL | 1.64º | 0.93% | 0.77% | - |
| HSV(B) | 1.64º | 0.44% | 0.98% | - |
| XYZ | 54.56 | 42.38 | 30.5 | - |
| YUV | 175.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 141 | 0 | 0.43 | 0.44 | 0.02 | 1.64 | 0.93 | 0.77 |
| Hex | FB | 90 | 8D | 0 | 2B | 2C | 2 | 2 | 5D | 4D |
| Octal | 373 | 220 | 215 | 0 | 53 | 54 | 2 | 2 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10001101 | 0 | 101011 | 101100 | 10 | 10 | 1011101 | 1001101 |
Color Harmonies of #FB908D
Complementary color
Monochromatic Colors of #FB908D
Black with #FB908D
Text Example
Text Example
White with #FB908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB908D; }
p { color: rgb(251,144,141); }
H1.HeaderClassName
{
color: #FB908D;
}
.AnyTagClassName
{
color: #FB908D;
}
</style>
background-color css
<style>
a { background-color: #FB908D; }
a { background-color: rgb(251,144,141); }
div.DivClassName
{
background-color: #FB908D;
}
.BgClassName
{
background-color: #FB908D;
}
</style>
border-color css
<style>
span { border-color: #FB908D; }
span { border-color: rgb(251,144,141); }
td.TdClassName
{
border-color: #FB908D;
}
.TagClassName
{
border-color: #FB908D;
}
</style>