Shades of Mona Lisa #FF978B
Tints of Mona Lisa #FF978B
RGB
CMYK
RGB Variations
Color information
#FF978B (or 0xFF978B) is known color: Mona Lisa. HEX triplet: FF, 97 and 8B. RGB value is (255,151,139). Sum of RGB (Red+Green+Blue) = 255+151+139=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF978B is #006874. Grayscale: #B4B4B4. Windows color (decimal): -26741 or 9148415. OLE color: 9148415.
HSL color Cylindrical-coordinate representation of color #FF978B: hue angle of 6.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF978B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 139 | - |
| CMYK | 0 | 0.41 | 0.45 | 0 |
| HSL | 6.21º | 1% | 0.77% | - |
| HSV(B) | 6.21º | 0.45% | 1% | - |
| XYZ | 56.97 | 45.26 | 30.16 | - |
| YUV | 180.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 139 | 0 | 0.41 | 0.45 | 0 | 6.21 | 1 | 0.77 |
| Hex | FF | 97 | 8B | 0 | 29 | 2D | 0 | 6 | 64 | 4D |
| Octal | 377 | 227 | 213 | 0 | 51 | 55 | 0 | 6 | 144 | 115 |
| Binary | 11111111 | 10010111 | 10001011 | 0 | 101001 | 101101 | 0 | 110 | 1100100 | 1001101 |
Color Harmonies of #FF978B
Complementary color
Monochromatic Colors of #FF978B
Black with #FF978B
Text Example
Text Example
White with #FF978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF978B; }
p { color: rgb(255,151,139); }
H1.HeaderClassName
{
color: #FF978B;
}
.AnyTagClassName
{
color: #FF978B;
}
</style>
background-color css
<style>
a { background-color: #FF978B; }
a { background-color: rgb(255,151,139); }
div.DivClassName
{
background-color: #FF978B;
}
.BgClassName
{
background-color: #FF978B;
}
</style>
border-color css
<style>
span { border-color: #FF978B; }
span { border-color: rgb(255,151,139); }
td.TdClassName
{
border-color: #FF978B;
}
.TagClassName
{
border-color: #FF978B;
}
</style>