Shades of Mona Lisa #FD908D
Tints of Mona Lisa #FD908D
RGB
CMYK
RGB Variations
Color information
#FD908D (or 0xFD908D) is known color: Mona Lisa. HEX triplet: FD, 90 and 8D. RGB value is (253,144,141). Sum of RGB (Red+Green+Blue) = 253+144+141=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD908D is #026F72. Grayscale: #B0B0B0. Windows color (decimal): -159603 or 9277693. OLE color: 9277693.
HSL color Cylindrical-coordinate representation of color #FD908D: hue angle of 1.61º 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 #FD908D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 141 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.01 |
| HSL | 1.61º | 0.97% | 0.77% | - |
| HSV(B) | 1.61º | 0.44% | 0.99% | - |
| XYZ | 55.29 | 42.75 | 30.54 | - |
| YUV | 176.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 141 | 0 | 0.43 | 0.44 | 0.01 | 1.61 | 0.97 | 0.77 |
| Hex | FD | 90 | 8D | 0 | 2B | 2C | 1 | 2 | 61 | 4D |
| Octal | 375 | 220 | 215 | 0 | 53 | 54 | 1 | 2 | 141 | 115 |
| Binary | 11111101 | 10010000 | 10001101 | 0 | 101011 | 101100 | 1 | 10 | 1100001 | 1001101 |
Color Harmonies of #FD908D
Complementary color
Monochromatic Colors of #FD908D
Black with #FD908D
Text Example
Text Example
White with #FD908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD908D; }
p { color: rgb(253,144,141); }
H1.HeaderClassName
{
color: #FD908D;
}
.AnyTagClassName
{
color: #FD908D;
}
</style>
background-color css
<style>
a { background-color: #FD908D; }
a { background-color: rgb(253,144,141); }
div.DivClassName
{
background-color: #FD908D;
}
.BgClassName
{
background-color: #FD908D;
}
</style>
border-color css
<style>
span { border-color: #FD908D; }
span { border-color: rgb(253,144,141); }
td.TdClassName
{
border-color: #FD908D;
}
.TagClassName
{
border-color: #FD908D;
}
</style>