#F8968C

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

Shades of Mona Lisa #F8968C

Tints of Mona Lisa #F8968C

Color information

#F8968C (or 0xF8968C) is unknown color: approx Mona Lisa. HEX triplet: F8, 96 and 8C. RGB value is (248,150,140). Sum of RGB (Red+Green+Blue) = 248+150+140=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8968C is #076973. Grayscale: #B2B2B2. Windows color (decimal): -485748 or 9213688. OLE color: 9213688.

HSL color Cylindrical-coordinate representation of color #F8968C: hue angle of 5.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8968C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248150140-
CMYK00.400.440.03
HSL5.56º88.52%76.08%-
HSV(B)5.56º43.55%97.25%-
XYZ54.3543.6630.37-
YUV178.16106.47177.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.10%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=46.10%
G=27.88%
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.03
SystemRedGreenBlueCMYKHSL
Decimal24815014000.400.440.035.5688.5276.08
HexF8968C0282C36594c
Octal3702262140505436131114
Binary11111000100101101000110001010001011001111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8968C; }

 p { color: rgb(248,150,140); }

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

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

 a { background-color: rgb(248,150,140); }

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

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

 span { border-color: rgb(248,150,140); }

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