Shades of Mona Lisa #FF9D8D
Tints of Mona Lisa #FF9D8D
RGB
CMYK
RGB Variations
Color information
#FF9D8D (or 0xFF9D8D) is known color: Mona Lisa. HEX triplet: FF, 9D and 8D. RGB value is (255,157,141). Sum of RGB (Red+Green+Blue) = 255+157+141=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D8D is #006272. Grayscale: #B8B8B8. Windows color (decimal): -25203 or 9281023. OLE color: 9281023.
HSL color Cylindrical-coordinate representation of color #FF9D8D: hue angle of 8.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF9D8D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 141 | - |
| CMYK | 0 | 0.38 | 0.45 | 0 |
| HSL | 8.42º | 1% | 0.78% | - |
| HSV(B) | 8.42º | 0.45% | 1% | - |
| XYZ | 58.1 | 47.3 | 31.27 | - |
| YUV | 184.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 141 | 0 | 0.38 | 0.45 | 0 | 8.42 | 1 | 0.78 |
| Hex | FF | 9D | 8D | 0 | 26 | 2D | 0 | 8 | 64 | 4E |
| Octal | 377 | 235 | 215 | 0 | 46 | 55 | 0 | 10 | 144 | 116 |
| Binary | 11111111 | 10011101 | 10001101 | 0 | 100110 | 101101 | 0 | 1000 | 1100100 | 1001110 |
Color Harmonies of #FF9D8D
Complementary color
Monochromatic Colors of #FF9D8D
Black with #FF9D8D
Text Example
Text Example
White with #FF9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D8D; }
p { color: rgb(255,157,141); }
H1.HeaderClassName
{
color: #FF9D8D;
}
.AnyTagClassName
{
color: #FF9D8D;
}
</style>
background-color css
<style>
a { background-color: #FF9D8D; }
a { background-color: rgb(255,157,141); }
div.DivClassName
{
background-color: #FF9D8D;
}
.BgClassName
{
background-color: #FF9D8D;
}
</style>
border-color css
<style>
span { border-color: #FF9D8D; }
span { border-color: rgb(255,157,141); }
td.TdClassName
{
border-color: #FF9D8D;
}
.TagClassName
{
border-color: #FF9D8D;
}
</style>