#FC9188

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

Shades of Mona Lisa #FC9188

Tints of Mona Lisa #FC9188

Color information

#FC9188 (or 0xFC9188) is unknown color: approx Mona Lisa. HEX triplet: FC, 91 and 88. RGB value is (252,145,136). Sum of RGB (Red+Green+Blue) = 252+145+136=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9188 is #036E77. Grayscale: #B0B0B0. Windows color (decimal): -224888 or 8950268. OLE color: 8950268.

HSL color Cylindrical-coordinate representation of color #FC9188: hue angle of 4.66º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC9188 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB252145136-
CMYK00.420.460.01
HSL4.66º95.08%76.08%-
HSV(B)4.66º46.03%98.82%-
XYZ54.7142.7228.66-
YUV175.97105.45182.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=47.28%
G=27.20%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214513600.420.460.014.6695.0876.08
HexFC918802A2E155f4c
Octal3742212100525615137114
Binary1111110010010001100010000101010101110110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9188; }

 p { color: rgb(252,145,136); }

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

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

 a { background-color: rgb(252,145,136); }

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

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

 span { border-color: rgb(252,145,136); }

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