Shades of Mona Lisa #FD9A9A
Tints of Mona Lisa #FD9A9A
RGB
CMYK
RGB Variations
Color information
#FD9A9A (or 0xFD9A9A) is known color: Mona Lisa. HEX triplet: FD, 9A and 9A. RGB value is (253,154,154). Sum of RGB (Red+Green+Blue) = 253+154+154=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9A9A is #026565. Grayscale: #B7B7B7. Windows color (decimal): -157030 or 10132221. OLE color: 10132221.
HSL color Cylindrical-coordinate representation of color #FD9A9A: hue angle of 0º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9A9A is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 154 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.01 |
| HSL | 0º | 0.96% | 0.8% | - |
| HSV(B) | 0º | 0.39% | 0.99% | - |
| XYZ | 57.9 | 46.33 | 36.46 | - |
| YUV | 183.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 154 | 0 | 0.39 | 0.39 | 0.01 | 0 | 0.96 | 0.8 |
| Hex | FD | 9A | 9A | 0 | 27 | 27 | 1 | 0 | 60 | 50 |
| Octal | 375 | 232 | 232 | 0 | 47 | 47 | 1 | 0 | 140 | 120 |
| Binary | 11111101 | 10011010 | 10011010 | 0 | 100111 | 100111 | 1 | 0 | 1100000 | 1010000 |
Color Harmonies of #FD9A9A
Complementary color
Monochromatic Colors of #FD9A9A
Black with #FD9A9A
Text Example
Text Example
White with #FD9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A9A; }
p { color: rgb(253,154,154); }
H1.HeaderClassName
{
color: #FD9A9A;
}
.AnyTagClassName
{
color: #FD9A9A;
}
</style>
background-color css
<style>
a { background-color: #FD9A9A; }
a { background-color: rgb(253,154,154); }
div.DivClassName
{
background-color: #FD9A9A;
}
.BgClassName
{
background-color: #FD9A9A;
}
</style>
border-color css
<style>
span { border-color: #FD9A9A; }
span { border-color: rgb(253,154,154); }
td.TdClassName
{
border-color: #FD9A9A;
}
.TagClassName
{
border-color: #FD9A9A;
}
</style>