Shades of Mona Lisa #FF938C
Tints of Mona Lisa #FF938C
RGB
CMYK
RGB Variations
Color information
#FF938C (or 0xFF938C) is known color: Mona Lisa. HEX triplet: FF, 93 and 8C. RGB value is (255,147,140). Sum of RGB (Red+Green+Blue) = 255+147+140=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF938C is #006C73. Grayscale: #B2B2B2. Windows color (decimal): -27764 or 9212927. OLE color: 9212927.
HSL color Cylindrical-coordinate representation of color #FF938C: hue angle of 3.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF938C is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 140 | - |
| CMYK | 0 | 0.42 | 0.45 | 0 |
| HSL | 3.65º | 1% | 0.77% | - |
| HSV(B) | 3.65º | 0.45% | 1% | - |
| XYZ | 56.41 | 44.02 | 30.33 | - |
| YUV | 178.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 140 | 0 | 0.42 | 0.45 | 0 | 3.65 | 1 | 0.77 |
| Hex | FF | 93 | 8C | 0 | 2A | 2D | 0 | 4 | 64 | 4D |
| Octal | 377 | 223 | 214 | 0 | 52 | 55 | 0 | 4 | 144 | 115 |
| Binary | 11111111 | 10010011 | 10001100 | 0 | 101010 | 101101 | 0 | 100 | 1100100 | 1001101 |
Color Harmonies of #FF938C
Complementary color
Monochromatic Colors of #FF938C
Black with #FF938C
Text Example
Text Example
White with #FF938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF938C; }
p { color: rgb(255,147,140); }
H1.HeaderClassName
{
color: #FF938C;
}
.AnyTagClassName
{
color: #FF938C;
}
</style>
background-color css
<style>
a { background-color: #FF938C; }
a { background-color: rgb(255,147,140); }
div.DivClassName
{
background-color: #FF938C;
}
.BgClassName
{
background-color: #FF938C;
}
</style>
border-color css
<style>
span { border-color: #FF938C; }
span { border-color: rgb(255,147,140); }
td.TdClassName
{
border-color: #FF938C;
}
.TagClassName
{
border-color: #FF938C;
}
</style>