Shades of Mona Lisa #FF9688
Tints of Mona Lisa #FF9688
RGB
CMYK
RGB Variations
Color information
#FF9688 (or 0xFF9688) is known color: Mona Lisa. HEX triplet: FF, 96 and 88. RGB value is (255,150,136). Sum of RGB (Red+Green+Blue) = 255+150+136=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9688 is #006977. Grayscale: #B3B3B3. Windows color (decimal): -27000 or 8951551. OLE color: 8951551.
HSL color Cylindrical-coordinate representation of color #FF9688: hue angle of 7.06º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9688 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 136 | - |
| CMYK | 0 | 0.41 | 0.47 | 0 |
| HSL | 7.06º | 1% | 0.77% | - |
| HSV(B) | 7.06º | 0.47% | 1% | - |
| XYZ | 56.59 | 44.85 | 28.97 | - |
| YUV | 179.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 136 | 0 | 0.41 | 0.47 | 0 | 7.06 | 1 | 0.77 |
| Hex | FF | 96 | 88 | 0 | 29 | 2F | 0 | 7 | 64 | 4D |
| Octal | 377 | 226 | 210 | 0 | 51 | 57 | 0 | 7 | 144 | 115 |
| Binary | 11111111 | 10010110 | 10001000 | 0 | 101001 | 101111 | 0 | 111 | 1100100 | 1001101 |
Color Harmonies of #FF9688
Complementary color
Monochromatic Colors of #FF9688
Black with #FF9688
Text Example
Text Example
White with #FF9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9688; }
p { color: rgb(255,150,136); }
H1.HeaderClassName
{
color: #FF9688;
}
.AnyTagClassName
{
color: #FF9688;
}
</style>
background-color css
<style>
a { background-color: #FF9688; }
a { background-color: rgb(255,150,136); }
div.DivClassName
{
background-color: #FF9688;
}
.BgClassName
{
background-color: #FF9688;
}
</style>
border-color css
<style>
span { border-color: #FF9688; }
span { border-color: rgb(255,150,136); }
td.TdClassName
{
border-color: #FF9688;
}
.TagClassName
{
border-color: #FF9688;
}
</style>