Shades of Mona Lisa #FF958E
Tints of Mona Lisa #FF958E
RGB
CMYK
RGB Variations
Color information
#FF958E (or 0xFF958E) is known color: Mona Lisa. HEX triplet: FF, 95 and 8E. RGB value is (255,149,142). Sum of RGB (Red+Green+Blue) = 255+149+142=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF958E is #006A71. Grayscale: #B4B4B4. Windows color (decimal): -27250 or 9344511. OLE color: 9344511.
HSL color Cylindrical-coordinate representation of color #FF958E: hue angle of 3.72º 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 #FF958E is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 142 | - |
| CMYK | 0 | 0.42 | 0.44 | 0 |
| HSL | 3.72º | 1% | 0.78% | - |
| HSV(B) | 3.72º | 0.44% | 1% | - |
| XYZ | 56.87 | 44.71 | 31.22 | - |
| YUV | 179.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 142 | 0 | 0.42 | 0.44 | 0 | 3.72 | 1 | 0.78 |
| Hex | FF | 95 | 8E | 0 | 2A | 2C | 0 | 4 | 64 | 4E |
| Octal | 377 | 225 | 216 | 0 | 52 | 54 | 0 | 4 | 144 | 116 |
| Binary | 11111111 | 10010101 | 10001110 | 0 | 101010 | 101100 | 0 | 100 | 1100100 | 1001110 |
Color Harmonies of #FF958E
Complementary color
Monochromatic Colors of #FF958E
Black with #FF958E
Text Example
Text Example
White with #FF958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF958E; }
p { color: rgb(255,149,142); }
H1.HeaderClassName
{
color: #FF958E;
}
.AnyTagClassName
{
color: #FF958E;
}
</style>
background-color css
<style>
a { background-color: #FF958E; }
a { background-color: rgb(255,149,142); }
div.DivClassName
{
background-color: #FF958E;
}
.BgClassName
{
background-color: #FF958E;
}
</style>
border-color css
<style>
span { border-color: #FF958E; }
span { border-color: rgb(255,149,142); }
td.TdClassName
{
border-color: #FF958E;
}
.TagClassName
{
border-color: #FF958E;
}
</style>