Shades of Mona Lisa #FD908A
Tints of Mona Lisa #FD908A
RGB
CMYK
RGB Variations
Color information
#FD908A (or 0xFD908A) is known color: Mona Lisa. HEX triplet: FD, 90 and 8A. RGB value is (253,144,138). Sum of RGB (Red+Green+Blue) = 253+144+138=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD908A is #026F75. Grayscale: #B0B0B0. Windows color (decimal): -159606 or 9081085. OLE color: 9081085.
HSL color Cylindrical-coordinate representation of color #FD908A: hue angle of 3.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD908A is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 138 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.01 |
| HSL | 3.13º | 0.97% | 0.77% | - |
| HSV(B) | 3.13º | 0.45% | 0.99% | - |
| XYZ | 55.07 | 42.66 | 29.38 | - |
| YUV | 175.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 138 | 0 | 0.43 | 0.45 | 0.01 | 3.13 | 0.97 | 0.77 |
| Hex | FD | 90 | 8A | 0 | 2B | 2D | 1 | 3 | 61 | 4D |
| Octal | 375 | 220 | 212 | 0 | 53 | 55 | 1 | 3 | 141 | 115 |
| Binary | 11111101 | 10010000 | 10001010 | 0 | 101011 | 101101 | 1 | 11 | 1100001 | 1001101 |
Color Harmonies of #FD908A
Complementary color
Monochromatic Colors of #FD908A
Black with #FD908A
Text Example
Text Example
White with #FD908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD908A; }
p { color: rgb(253,144,138); }
H1.HeaderClassName
{
color: #FD908A;
}
.AnyTagClassName
{
color: #FD908A;
}
</style>
background-color css
<style>
a { background-color: #FD908A; }
a { background-color: rgb(253,144,138); }
div.DivClassName
{
background-color: #FD908A;
}
.BgClassName
{
background-color: #FD908A;
}
</style>
border-color css
<style>
span { border-color: #FD908A; }
span { border-color: rgb(253,144,138); }
td.TdClassName
{
border-color: #FD908A;
}
.TagClassName
{
border-color: #FD908A;
}
</style>