#F9998C

Color #F9998C Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #F9998C

Tints of Mona Lisa #F9998C

Color information

#F9998C (or 0xF9998C) is unknown color: approx Mona Lisa. HEX triplet: F9, 99 and 8C. RGB value is (249,153,140). Sum of RGB (Red+Green+Blue) = 249+153+140=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9998C is #066673. Grayscale: #B4B4B4. Windows color (decimal): -419444 or 9214457. OLE color: 9214457.

HSL color Cylindrical-coordinate representation of color #F9998C: hue angle of 7.16º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9998C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249153140-
CMYK00.390.440.02
HSL7.16º90.08%76.27%-
HSV(B)7.16º43.78%97.65%-
XYZ55.1944.8230.55-
YUV180.22105.3177.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 45.94%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 140 (55.08% from 255) = 25.83%
R=45.94%
G=28.23%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915314000.390.440.027.1690.0876.27
HexF9998C0272C275a4c
Octal3712312140475427132114
Binary11111001100110011000110001001111011001011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9998C; }

 p { color: rgb(249,153,140); }

 H1.HeaderClassName
 {
   color: #F9998C;
 }
 .AnyTagClassName
 {
   color: #F9998C;
 }
</style>
background-color css

<style>
 a { background-color: #F9998C; }

 a { background-color: rgb(249,153,140); }

 div.DivClassName
 {
   background-color: #F9998C;
 }
 .BgClassName
 {
   background-color: #F9998C;
 }
</style>
border-color css

<style>
 span { border-color: #F9998C; }

 span { border-color: rgb(249,153,140); }

 td.TdClassName
 {
   border-color: #F9998C;
 }
 .TagClassName
 {
   border-color: #F9998C;
 }
</style>