#FC9190

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

Shades of Mona Lisa #FC9190

Tints of Mona Lisa #FC9190

Color information

#FC9190 (or 0xFC9190) is unknown color: approx Mona Lisa. HEX triplet: FC, 91 and 90. RGB value is (252,145,144). Sum of RGB (Red+Green+Blue) = 252+145+144=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9190 is #036E6F. Grayscale: #B0B0B0. Windows color (decimal): -224880 or 9474556. OLE color: 9474556.

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

Color convert

RGB252145144-
CMYK00.420.430.01
HSL0.56º94.74%77.65%-
HSV(B)0.56º42.86%98.82%-
XYZ55.342.9631.76-
YUV176.88109.45181.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=46.58%
G=26.80%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214514400.420.430.010.5694.7477.65
HexFC919002A2B115f4e
Octal3742212200525311137116
Binary11111100100100011001000001010101010111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9190; }

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

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

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

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

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

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

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

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