#FC9491

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

Shades of Mona Lisa #FC9491

Tints of Mona Lisa #FC9491

Color information

#FC9491 (or 0xFC9491) is unknown color: approx Mona Lisa. HEX triplet: FC, 94 and 91. RGB value is (252,148,145). Sum of RGB (Red+Green+Blue) = 252+148+145=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9491 is #036B6E. Grayscale: #B2B2B2. Windows color (decimal): -224111 or 9540860. OLE color: 9540860.

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

Color convert

RGB252148145-
CMYK00.410.420.01
HSL1.68º94.69%77.84%-
HSV(B)1.68º42.46%98.82%-
XYZ55.8543.9232.32-
YUV178.75108.96180.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=46.24%
G=27.16%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214814500.410.420.011.6894.6977.84
HexFC94910292A125f4e
Octal3742242210515212137116
Binary111111001001010010010001010100110101011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9491; }

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

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

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

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

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

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

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

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