#FC9E95

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

Shades of Mona Lisa #FC9E95

Tints of Mona Lisa #FC9E95

Color information

#FC9E95 (or 0xFC9E95) is unknown color: approx Mona Lisa. HEX triplet: FC, 9E and 95. RGB value is (252,158,149). Sum of RGB (Red+Green+Blue) = 252+158+149=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E95 is #03616A. Grayscale: #B9B9B9. Windows color (decimal): -221547 or 9805564. OLE color: 9805564.

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

Color convert

RGB252158149-
CMYK00.370.410.01
HSL5.24º94.5%78.63%-
HSV(B)5.24º40.87%98.82%-
XYZ57.847.3234.52-
YUV185.08107.64175.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=45.08%
G=28.26%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215814900.370.410.015.2494.578.63
HexFC9E9502529155e4f
Octal3742362250455115136117
Binary1111110010011110100101010100101101001110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9E95; }

 p { color: rgb(252,158,149); }

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

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

 a { background-color: rgb(252,158,149); }

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

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

 span { border-color: rgb(252,158,149); }

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