Shades of Mona Lisa #FD938E
Tints of Mona Lisa #FD938E
RGB
CMYK
RGB Variations
Color information
#FD938E (or 0xFD938E) is known color: Mona Lisa. HEX triplet: FD, 93 and 8E. RGB value is (253,147,142). Sum of RGB (Red+Green+Blue) = 253+147+142=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD938E is #026C71. Grayscale: #B2B2B2. Windows color (decimal): -158834 or 9343997. OLE color: 9343997.
HSL color Cylindrical-coordinate representation of color #FD938E: hue angle of 2.7º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD938E is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 142 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.01 |
| HSL | 2.7º | 0.97% | 0.77% | - |
| HSV(B) | 2.7º | 0.44% | 0.99% | - |
| XYZ | 55.82 | 43.7 | 31.08 | - |
| YUV | 178.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 142 | 0 | 0.42 | 0.44 | 0.01 | 2.7 | 0.97 | 0.77 |
| Hex | FD | 93 | 8E | 0 | 2A | 2C | 1 | 3 | 61 | 4D |
| Octal | 375 | 223 | 216 | 0 | 52 | 54 | 1 | 3 | 141 | 115 |
| Binary | 11111101 | 10010011 | 10001110 | 0 | 101010 | 101100 | 1 | 11 | 1100001 | 1001101 |
Color Harmonies of #FD938E
Complementary color
Monochromatic Colors of #FD938E
Black with #FD938E
Text Example
Text Example
White with #FD938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD938E; }
p { color: rgb(253,147,142); }
H1.HeaderClassName
{
color: #FD938E;
}
.AnyTagClassName
{
color: #FD938E;
}
</style>
background-color css
<style>
a { background-color: #FD938E; }
a { background-color: rgb(253,147,142); }
div.DivClassName
{
background-color: #FD938E;
}
.BgClassName
{
background-color: #FD938E;
}
</style>
border-color css
<style>
span { border-color: #FD938E; }
span { border-color: rgb(253,147,142); }
td.TdClassName
{
border-color: #FD938E;
}
.TagClassName
{
border-color: #FD938E;
}
</style>