#FC958E

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

Shades of Mona Lisa #FC958E

Tints of Mona Lisa #FC958E

Color information

#FC958E (or 0xFC958E) is unknown color: approx Mona Lisa. HEX triplet: FC, 95 and 8E. RGB value is (252,149,142). Sum of RGB (Red+Green+Blue) = 252+149+142=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC958E is #036A71. Grayscale: #B3B3B3. Windows color (decimal): -223858 or 9344508. OLE color: 9344508.

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

Color convert

RGB252149142-
CMYK00.410.440.01
HSL3.82º94.83%77.25%-
HSV(B)3.82º43.65%98.82%-
XYZ55.7744.1431.17-
YUV179107.12180.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.41%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=46.41%
G=27.44%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214914200.410.440.013.8294.8377.25
HexFC958E0292C145f4d
Octal3742252160515414137115
Binary1111110010010101100011100101001101100110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC958E; }

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

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

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

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

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

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

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

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