Shades of Mona Lisa #FD9B8E
Tints of Mona Lisa #FD9B8E
RGB
CMYK
RGB Variations
Color information
#FD9B8E (or 0xFD9B8E) is known color: Mona Lisa. HEX triplet: FD, 9B and 8E. RGB value is (253,155,142). Sum of RGB (Red+Green+Blue) = 253+155+142=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9B8E is #026471. Grayscale: #B6B6B6. Windows color (decimal): -156786 or 9346045. OLE color: 9346045.
HSL color Cylindrical-coordinate representation of color #FD9B8E: hue angle of 7.03º 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 #FD9B8E is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 155 | 142 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.01 |
| HSL | 7.03º | 0.97% | 0.77% | - |
| HSV(B) | 7.03º | 0.44% | 0.99% | - |
| XYZ | 57.11 | 46.28 | 31.51 | - |
| YUV | 182.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 155 | 142 | 0 | 0.39 | 0.44 | 0.01 | 7.03 | 0.97 | 0.77 |
| Hex | FD | 9B | 8E | 0 | 27 | 2C | 1 | 7 | 61 | 4D |
| Octal | 375 | 233 | 216 | 0 | 47 | 54 | 1 | 7 | 141 | 115 |
| Binary | 11111101 | 10011011 | 10001110 | 0 | 100111 | 101100 | 1 | 111 | 1100001 | 1001101 |
Color Harmonies of #FD9B8E
Complementary color
Monochromatic Colors of #FD9B8E
Black with #FD9B8E
Text Example
Text Example
White with #FD9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9B8E; }
p { color: rgb(253,155,142); }
H1.HeaderClassName
{
color: #FD9B8E;
}
.AnyTagClassName
{
color: #FD9B8E;
}
</style>
background-color css
<style>
a { background-color: #FD9B8E; }
a { background-color: rgb(253,155,142); }
div.DivClassName
{
background-color: #FD9B8E;
}
.BgClassName
{
background-color: #FD9B8E;
}
</style>
border-color css
<style>
span { border-color: #FD9B8E; }
span { border-color: rgb(253,155,142); }
td.TdClassName
{
border-color: #FD9B8E;
}
.TagClassName
{
border-color: #FD9B8E;
}
</style>