Shades of Mona Lisa #FF908E
Tints of Mona Lisa #FF908E
RGB
CMYK
RGB Variations
Color information
#FF908E (or 0xFF908E) is known color: Mona Lisa. HEX triplet: FF, 90 and 8E. RGB value is (255,144,142). Sum of RGB (Red+Green+Blue) = 255+144+142=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF908E is #006F71. Grayscale: #B1B1B1. Windows color (decimal): -28530 or 9343231. OLE color: 9343231.
HSL color Cylindrical-coordinate representation of color #FF908E: hue angle of 1.06º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF908E is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 142 | - |
| CMYK | 0 | 0.44 | 0.44 | 0 |
| HSL | 1.06º | 1% | 0.78% | - |
| HSV(B) | 1.06º | 0.44% | 1% | - |
| XYZ | 56.1 | 43.16 | 30.97 | - |
| YUV | 176.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 142 | 0 | 0.44 | 0.44 | 0 | 1.06 | 1 | 0.78 |
| Hex | FF | 90 | 8E | 0 | 2C | 2C | 0 | 1 | 64 | 4E |
| Octal | 377 | 220 | 216 | 0 | 54 | 54 | 0 | 1 | 144 | 116 |
| Binary | 11111111 | 10010000 | 10001110 | 0 | 101100 | 101100 | 0 | 1 | 1100100 | 1001110 |
Color Harmonies of #FF908E
Complementary color
Monochromatic Colors of #FF908E
Black with #FF908E
Text Example
Text Example
White with #FF908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF908E; }
p { color: rgb(255,144,142); }
H1.HeaderClassName
{
color: #FF908E;
}
.AnyTagClassName
{
color: #FF908E;
}
</style>
background-color css
<style>
a { background-color: #FF908E; }
a { background-color: rgb(255,144,142); }
div.DivClassName
{
background-color: #FF908E;
}
.BgClassName
{
background-color: #FF908E;
}
</style>
border-color css
<style>
span { border-color: #FF908E; }
span { border-color: rgb(255,144,142); }
td.TdClassName
{
border-color: #FF908E;
}
.TagClassName
{
border-color: #FF908E;
}
</style>