#FC8E8C

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

Shades of Mona Lisa #FC8E8C

Tints of Mona Lisa #FC8E8C

Color information

#FC8E8C (or 0xFC8E8C) is unknown color: approx Mona Lisa. HEX triplet: FC, 8E and 8C. RGB value is (252,142,140). Sum of RGB (Red+Green+Blue) = 252+142+140=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8E8C is #037173. Grayscale: #AEAEAE. Windows color (decimal): -225652 or 9211644. OLE color: 9211644.

HSL color Cylindrical-coordinate representation of color #FC8E8C: hue angle of 1.07º 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 #FC8E8C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252142140-
CMYK00.440.440.01
HSL1.07º94.92%76.86%-
HSV(B)1.07º44.44%98.82%-
XYZ54.5541.9330.03-
YUV174.66108.44183.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=47.19%
G=26.59%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214214000.440.440.011.0794.9276.86
HexFC8E8C02C2C115f4d
Octal3742162140545411137115
Binary11111100100011101000110001011001011001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8E8C; }

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

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

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

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

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

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

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

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