#FC8C80

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

Shades of Mona Lisa #FC8C80

Tints of Mona Lisa #FC8C80

Color information

#FC8C80 (or 0xFC8C80) is unknown color: approx Mona Lisa. HEX triplet: FC, 8C and 80. RGB value is (252,140,128). Sum of RGB (Red+Green+Blue) = 252+140+128=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C80 is #03737F. Grayscale: #ACACAC. Windows color (decimal): -226176 or 8424700. OLE color: 8424700.

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

Color convert

RGB252140128-
CMYK00.440.490.01
HSL5.81º95.38%74.51%-
HSV(B)5.81º49.21%98.82%-
XYZ53.4241.0125.52-
YUV172.12103.11184.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=48.46%
G=26.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214012800.440.490.015.8195.3874.51
HexFC8C8002C31165f4b
Octal3742142000546116137113
Binary1111110010001100100000000101100110001111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C80; }

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

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

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

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

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

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

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

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