Shades of Mona Lisa #FF938E
Tints of Mona Lisa #FF938E
RGB
CMYK
RGB Variations
Color information
#FF938E (or 0xFF938E) is known color: Mona Lisa. HEX triplet: FF, 93 and 8E. RGB value is (255,147,142). Sum of RGB (Red+Green+Blue) = 255+147+142=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF938E is #006C71. Grayscale: #B2B2B2. Windows color (decimal): -27762 or 9343999. OLE color: 9343999.
HSL color Cylindrical-coordinate representation of color #FF938E: hue angle of 2.65º 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 #FF938E is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 142 | - |
| CMYK | 0 | 0.42 | 0.44 | 0 |
| HSL | 2.65º | 1% | 0.78% | - |
| HSV(B) | 2.65º | 0.44% | 1% | - |
| XYZ | 56.56 | 44.08 | 31.12 | - |
| YUV | 178.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 142 | 0 | 0.42 | 0.44 | 0 | 2.65 | 1 | 0.78 |
| Hex | FF | 93 | 8E | 0 | 2A | 2C | 0 | 3 | 64 | 4E |
| Octal | 377 | 223 | 216 | 0 | 52 | 54 | 0 | 3 | 144 | 116 |
| Binary | 11111111 | 10010011 | 10001110 | 0 | 101010 | 101100 | 0 | 11 | 1100100 | 1001110 |
Color Harmonies of #FF938E
Complementary color
Monochromatic Colors of #FF938E
Black with #FF938E
Text Example
Text Example
White with #FF938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF938E; }
p { color: rgb(255,147,142); }
H1.HeaderClassName
{
color: #FF938E;
}
.AnyTagClassName
{
color: #FF938E;
}
</style>
background-color css
<style>
a { background-color: #FF938E; }
a { background-color: rgb(255,147,142); }
div.DivClassName
{
background-color: #FF938E;
}
.BgClassName
{
background-color: #FF938E;
}
</style>
border-color css
<style>
span { border-color: #FF938E; }
span { border-color: rgb(255,147,142); }
td.TdClassName
{
border-color: #FF938E;
}
.TagClassName
{
border-color: #FF938E;
}
</style>