Shades of Mona Lisa #FA998F
Tints of Mona Lisa #FA998F
RGB
CMYK
RGB Variations
Color information
#FA998F (or 0xFA998F) is known color: Mona Lisa. HEX triplet: FA, 99 and 8F. RGB value is (250,153,143). Sum of RGB (Red+Green+Blue) = 250+153+143=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA998F is #056670. Grayscale: #B4B4B4. Windows color (decimal): -353905 or 9411066. OLE color: 9411066.
HSL color Cylindrical-coordinate representation of color #FA998F: hue angle of 5.61º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA998F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 143 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.02 |
| HSL | 5.61º | 0.91% | 0.77% | - |
| HSV(B) | 5.61º | 0.43% | 0.98% | - |
| XYZ | 55.77 | 45.09 | 31.75 | - |
| YUV | 180.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 143 | 0 | 0.39 | 0.43 | 0.02 | 5.61 | 0.91 | 0.77 |
| Hex | FA | 99 | 8F | 0 | 27 | 2B | 2 | 6 | 5B | 4D |
| Octal | 372 | 231 | 217 | 0 | 47 | 53 | 2 | 6 | 133 | 115 |
| Binary | 11111010 | 10011001 | 10001111 | 0 | 100111 | 101011 | 10 | 110 | 1011011 | 1001101 |
Color Harmonies of #FA998F
Complementary color
Monochromatic Colors of #FA998F
Black with #FA998F
Text Example
Text Example
White with #FA998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA998F; }
p { color: rgb(250,153,143); }
H1.HeaderClassName
{
color: #FA998F;
}
.AnyTagClassName
{
color: #FA998F;
}
</style>
background-color css
<style>
a { background-color: #FA998F; }
a { background-color: rgb(250,153,143); }
div.DivClassName
{
background-color: #FA998F;
}
.BgClassName
{
background-color: #FA998F;
}
</style>
border-color css
<style>
span { border-color: #FA998F; }
span { border-color: rgb(250,153,143); }
td.TdClassName
{
border-color: #FA998F;
}
.TagClassName
{
border-color: #FA998F;
}
</style>