Shades of Mona Lisa #FF978F
Tints of Mona Lisa #FF978F
RGB
CMYK
RGB Variations
Color information
#FF978F (or 0xFF978F) is known color: Mona Lisa. HEX triplet: FF, 97 and 8F. RGB value is (255,151,143). Sum of RGB (Red+Green+Blue) = 255+151+143=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF978F is #006870. Grayscale: #B5B5B5. Windows color (decimal): -26737 or 9410559. OLE color: 9410559.
HSL color Cylindrical-coordinate representation of color #FF978F: hue angle of 4.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF978F is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 143 | - |
| CMYK | 0 | 0.41 | 0.44 | 0 |
| HSL | 4.29º | 1% | 0.78% | - |
| HSV(B) | 4.29º | 0.44% | 1% | - |
| XYZ | 57.26 | 45.38 | 31.73 | - |
| YUV | 181.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 143 | 0 | 0.41 | 0.44 | 0 | 4.29 | 1 | 0.78 |
| Hex | FF | 97 | 8F | 0 | 29 | 2C | 0 | 4 | 64 | 4E |
| Octal | 377 | 227 | 217 | 0 | 51 | 54 | 0 | 4 | 144 | 116 |
| Binary | 11111111 | 10010111 | 10001111 | 0 | 101001 | 101100 | 0 | 100 | 1100100 | 1001110 |
Color Harmonies of #FF978F
Complementary color
Monochromatic Colors of #FF978F
Black with #FF978F
Text Example
Text Example
White with #FF978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF978F; }
p { color: rgb(255,151,143); }
H1.HeaderClassName
{
color: #FF978F;
}
.AnyTagClassName
{
color: #FF978F;
}
</style>
background-color css
<style>
a { background-color: #FF978F; }
a { background-color: rgb(255,151,143); }
div.DivClassName
{
background-color: #FF978F;
}
.BgClassName
{
background-color: #FF978F;
}
</style>
border-color css
<style>
span { border-color: #FF978F; }
span { border-color: rgb(255,151,143); }
td.TdClassName
{
border-color: #FF978F;
}
.TagClassName
{
border-color: #FF978F;
}
</style>