Shades of Mona Lisa #F69C8C
Tints of Mona Lisa #F69C8C
RGB
CMYK
RGB Variations
Color information
#F69C8C (or 0xF69C8C) is known color: Mona Lisa. HEX triplet: F6, 9C and 8C. RGB value is (246,156,140). Sum of RGB (Red+Green+Blue) = 246+156+140=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C8C is #096373. Grayscale: #B5B5B5. Windows color (decimal): -615284 or 9215222. OLE color: 9215222.
HSL color Cylindrical-coordinate representation of color #F69C8C: hue angle of 9.06º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F69C8C is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 140 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 9.06º | 0.85% | 0.76% | - |
| HSV(B) | 9.06º | 0.43% | 0.96% | - |
| XYZ | 54.63 | 45.26 | 30.67 | - |
| YUV | 181.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 140 | 0 | 0.37 | 0.43 | 0.04 | 9.06 | 0.85 | 0.76 |
| Hex | F6 | 9C | 8C | 0 | 25 | 2B | 4 | 9 | 55 | 4C |
| Octal | 366 | 234 | 214 | 0 | 45 | 53 | 4 | 11 | 125 | 114 |
| Binary | 11110110 | 10011100 | 10001100 | 0 | 100101 | 101011 | 100 | 1001 | 1010101 | 1001100 |
Color Harmonies of #F69C8C
Complementary color
Monochromatic Colors of #F69C8C
Black with #F69C8C
Text Example
Text Example
White with #F69C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C8C; }
p { color: rgb(246,156,140); }
H1.HeaderClassName
{
color: #F69C8C;
}
.AnyTagClassName
{
color: #F69C8C;
}
</style>
background-color css
<style>
a { background-color: #F69C8C; }
a { background-color: rgb(246,156,140); }
div.DivClassName
{
background-color: #F69C8C;
}
.BgClassName
{
background-color: #F69C8C;
}
</style>
border-color css
<style>
span { border-color: #F69C8C; }
span { border-color: rgb(246,156,140); }
td.TdClassName
{
border-color: #F69C8C;
}
.TagClassName
{
border-color: #F69C8C;
}
</style>