Shades of Mona Lisa #FD9C8F
Tints of Mona Lisa #FD9C8F
RGB
CMYK
RGB Variations
Color information
#FD9C8F (or 0xFD9C8F) is known color: Mona Lisa. HEX triplet: FD, 9C and 8F. RGB value is (253,156,143). Sum of RGB (Red+Green+Blue) = 253+156+143=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9C8F is #026370. Grayscale: #B7B7B7. Windows color (decimal): -156529 or 9411837. OLE color: 9411837.
HSL color Cylindrical-coordinate representation of color #FD9C8F: hue angle of 7.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD9C8F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 143 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.01 |
| HSL | 7.09º | 0.96% | 0.78% | - |
| HSV(B) | 7.09º | 0.43% | 0.99% | - |
| XYZ | 57.35 | 46.64 | 31.97 | - |
| YUV | 183.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 143 | 0 | 0.38 | 0.43 | 0.01 | 7.09 | 0.96 | 0.78 |
| Hex | FD | 9C | 8F | 0 | 26 | 2B | 1 | 7 | 60 | 4E |
| Octal | 375 | 234 | 217 | 0 | 46 | 53 | 1 | 7 | 140 | 116 |
| Binary | 11111101 | 10011100 | 10001111 | 0 | 100110 | 101011 | 1 | 111 | 1100000 | 1001110 |
Color Harmonies of #FD9C8F
Complementary color
Monochromatic Colors of #FD9C8F
Black with #FD9C8F
Text Example
Text Example
White with #FD9C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C8F; }
p { color: rgb(253,156,143); }
H1.HeaderClassName
{
color: #FD9C8F;
}
.AnyTagClassName
{
color: #FD9C8F;
}
</style>
background-color css
<style>
a { background-color: #FD9C8F; }
a { background-color: rgb(253,156,143); }
div.DivClassName
{
background-color: #FD9C8F;
}
.BgClassName
{
background-color: #FD9C8F;
}
</style>
border-color css
<style>
span { border-color: #FD9C8F; }
span { border-color: rgb(253,156,143); }
td.TdClassName
{
border-color: #FD9C8F;
}
.TagClassName
{
border-color: #FD9C8F;
}
</style>