Shades of Mona Lisa #FF908D
Tints of Mona Lisa #FF908D
RGB
CMYK
RGB Variations
Color information
#FF908D (or 0xFF908D) is known color: Mona Lisa. HEX triplet: FF, 90 and 8D. RGB value is (255,144,141). Sum of RGB (Red+Green+Blue) = 255+144+141=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF908D is #006F72. Grayscale: #B0B0B0. Windows color (decimal): -28531 or 9277695. OLE color: 9277695.
HSL color Cylindrical-coordinate representation of color #FF908D: hue angle of 1.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF908D is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 141 | - |
| CMYK | 0 | 0.44 | 0.45 | 0 |
| HSL | 1.58º | 1% | 0.78% | - |
| HSV(B) | 1.58º | 0.45% | 1% | - |
| XYZ | 56.02 | 43.13 | 30.57 | - |
| YUV | 176.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 141 | 0 | 0.44 | 0.45 | 0 | 1.58 | 1 | 0.78 |
| Hex | FF | 90 | 8D | 0 | 2C | 2D | 0 | 2 | 64 | 4E |
| Octal | 377 | 220 | 215 | 0 | 54 | 55 | 0 | 2 | 144 | 116 |
| Binary | 11111111 | 10010000 | 10001101 | 0 | 101100 | 101101 | 0 | 10 | 1100100 | 1001110 |
Color Harmonies of #FF908D
Complementary color
Monochromatic Colors of #FF908D
Black with #FF908D
Text Example
Text Example
White with #FF908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF908D; }
p { color: rgb(255,144,141); }
H1.HeaderClassName
{
color: #FF908D;
}
.AnyTagClassName
{
color: #FF908D;
}
</style>
background-color css
<style>
a { background-color: #FF908D; }
a { background-color: rgb(255,144,141); }
div.DivClassName
{
background-color: #FF908D;
}
.BgClassName
{
background-color: #FF908D;
}
</style>
border-color css
<style>
span { border-color: #FF908D; }
span { border-color: rgb(255,144,141); }
td.TdClassName
{
border-color: #FF908D;
}
.TagClassName
{
border-color: #FF908D;
}
</style>