Shades of Mona Lisa #FA8F87
Tints of Mona Lisa #FA8F87
RGB
CMYK
RGB Variations
Color information
#FA8F87 (or 0xFA8F87) is known color: Mona Lisa. HEX triplet: FA, 8F and 87. RGB value is (250,143,135). Sum of RGB (Red+Green+Blue) = 250+143+135=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F87 is #057078. Grayscale: #AEAEAE. Windows color (decimal): -356473 or 8884218. OLE color: 8884218.
HSL color Cylindrical-coordinate representation of color #FA8F87: hue angle of 4.17º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA8F87 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 135 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.02 |
| HSL | 4.17º | 0.92% | 0.75% | - |
| HSV(B) | 4.17º | 0.46% | 0.98% | - |
| XYZ | 53.62 | 41.72 | 28.15 | - |
| YUV | 174.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 135 | 0 | 0.43 | 0.46 | 0.02 | 4.17 | 0.92 | 0.75 |
| Hex | FA | 8F | 87 | 0 | 2B | 2E | 2 | 4 | 5C | 4B |
| Octal | 372 | 217 | 207 | 0 | 53 | 56 | 2 | 4 | 134 | 113 |
| Binary | 11111010 | 10001111 | 10000111 | 0 | 101011 | 101110 | 10 | 100 | 1011100 | 1001011 |
Color Harmonies of #FA8F87
Complementary color
Monochromatic Colors of #FA8F87
Black with #FA8F87
Text Example
Text Example
White with #FA8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F87; }
p { color: rgb(250,143,135); }
H1.HeaderClassName
{
color: #FA8F87;
}
.AnyTagClassName
{
color: #FA8F87;
}
</style>
background-color css
<style>
a { background-color: #FA8F87; }
a { background-color: rgb(250,143,135); }
div.DivClassName
{
background-color: #FA8F87;
}
.BgClassName
{
background-color: #FA8F87;
}
</style>
border-color css
<style>
span { border-color: #FA8F87; }
span { border-color: rgb(250,143,135); }
td.TdClassName
{
border-color: #FA8F87;
}
.TagClassName
{
border-color: #FA8F87;
}
</style>