Shades of Mona Lisa #FD8C85
Tints of Mona Lisa #FD8C85
RGB
CMYK
RGB Variations
Color information
#FD8C85 (or 0xFD8C85) is known color: Mona Lisa. HEX triplet: FD, 8C and 85. RGB value is (253,140,133). Sum of RGB (Red+Green+Blue) = 253+140+133=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C85 is #02737A. Grayscale: #ADADAD. Windows color (decimal): -160635 or 8752381. OLE color: 8752381.
HSL color Cylindrical-coordinate representation of color #FD8C85: hue angle of 3.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD8C85 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 133 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.01 |
| HSL | 3.5º | 0.97% | 0.76% | - |
| HSV(B) | 3.5º | 0.47% | 0.99% | - |
| XYZ | 54.12 | 41.33 | 27.32 | - |
| YUV | 172.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 133 | 0 | 0.45 | 0.47 | 0.01 | 3.5 | 0.97 | 0.76 |
| Hex | FD | 8C | 85 | 0 | 2D | 2F | 1 | 4 | 61 | 4C |
| Octal | 375 | 214 | 205 | 0 | 55 | 57 | 1 | 4 | 141 | 114 |
| Binary | 11111101 | 10001100 | 10000101 | 0 | 101101 | 101111 | 1 | 100 | 1100001 | 1001100 |
Color Harmonies of #FD8C85
Complementary color
Monochromatic Colors of #FD8C85
Black with #FD8C85
Text Example
Text Example
White with #FD8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C85; }
p { color: rgb(253,140,133); }
H1.HeaderClassName
{
color: #FD8C85;
}
.AnyTagClassName
{
color: #FD8C85;
}
</style>
background-color css
<style>
a { background-color: #FD8C85; }
a { background-color: rgb(253,140,133); }
div.DivClassName
{
background-color: #FD8C85;
}
.BgClassName
{
background-color: #FD8C85;
}
</style>
border-color css
<style>
span { border-color: #FD8C85; }
span { border-color: rgb(253,140,133); }
td.TdClassName
{
border-color: #FD8C85;
}
.TagClassName
{
border-color: #FD8C85;
}
</style>