#F9958C

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

Shades of Mona Lisa #F9958C

Tints of Mona Lisa #F9958C

Color information

#F9958C (or 0xF9958C) is unknown color: approx Mona Lisa. HEX triplet: F9, 95 and 8C. RGB value is (249,149,140). Sum of RGB (Red+Green+Blue) = 249+149+140=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9958C is #066A73. Grayscale: #B2B2B2. Windows color (decimal): -420468 or 9213433. OLE color: 9213433.

HSL color Cylindrical-coordinate representation of color #F9958C: hue angle of 4.95º 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 #F9958C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249149140-
CMYK00.400.440.02
HSL4.95º90.08%76.27%-
HSV(B)4.95º43.78%97.65%-
XYZ54.5543.5330.34-
YUV177.87106.63178.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=46.28%
G=27.70%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914914000.400.440.024.9590.0876.27
HexF9958C0282C255a4c
Octal3712252140505425132114
Binary11111001100101011000110001010001011001010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9958C; }

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

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

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

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

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

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

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

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