Shades of Mona Lisa #F69C8B
Tints of Mona Lisa #F69C8B
RGB
CMYK
RGB Variations
Color information
#F69C8B (or 0xF69C8B) is known color: Mona Lisa. HEX triplet: F6, 9C and 8B. RGB value is (246,156,139). Sum of RGB (Red+Green+Blue) = 246+156+139=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C8B is #096374. Grayscale: #B5B5B5. Windows color (decimal): -615285 or 9149686. OLE color: 9149686.
HSL color Cylindrical-coordinate representation of color #F69C8B: hue angle of 9.53º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F69C8B is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 139 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 9.53º | 0.86% | 0.75% | - |
| HSV(B) | 9.53º | 0.43% | 0.96% | - |
| XYZ | 54.55 | 45.23 | 30.28 | - |
| YUV | 180.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 139 | 0 | 0.37 | 0.43 | 0.04 | 9.53 | 0.86 | 0.75 |
| Hex | F6 | 9C | 8B | 0 | 25 | 2B | 4 | A | 56 | 4B |
| Octal | 366 | 234 | 213 | 0 | 45 | 53 | 4 | 12 | 126 | 113 |
| Binary | 11110110 | 10011100 | 10001011 | 0 | 100101 | 101011 | 100 | 1010 | 1010110 | 1001011 |
Color Harmonies of #F69C8B
Complementary color
Monochromatic Colors of #F69C8B
Black with #F69C8B
Text Example
Text Example
White with #F69C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C8B; }
p { color: rgb(246,156,139); }
H1.HeaderClassName
{
color: #F69C8B;
}
.AnyTagClassName
{
color: #F69C8B;
}
</style>
background-color css
<style>
a { background-color: #F69C8B; }
a { background-color: rgb(246,156,139); }
div.DivClassName
{
background-color: #F69C8B;
}
.BgClassName
{
background-color: #F69C8B;
}
</style>
border-color css
<style>
span { border-color: #F69C8B; }
span { border-color: rgb(246,156,139); }
td.TdClassName
{
border-color: #F69C8B;
}
.TagClassName
{
border-color: #F69C8B;
}
</style>