#FC8C84

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

Shades of Mona Lisa #FC8C84

Tints of Mona Lisa #FC8C84

Color information

#FC8C84 (or 0xFC8C84) is unknown color: approx Mona Lisa. HEX triplet: FC, 8C and 84. RGB value is (252,140,132). Sum of RGB (Red+Green+Blue) = 252+140+132=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C84 is #03737B. Grayscale: #ACACAC. Windows color (decimal): -226172 or 8686844. OLE color: 8686844.

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

Color convert

RGB252140132-
CMYK00.440.480.01
HSL95.24%75.29%-
HSV(B)47.62%98.82%-
XYZ53.6941.1226.94-
YUV172.58105.11184.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=48.09%
G=26.72%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214013200.440.480.01495.2475.29
HexFC8C8402C30145f4b
Octal3742142040546014137113
Binary1111110010001100100001000101100110000110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C84; }

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

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

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

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

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

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

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

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