#FC938A

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

Shades of Mona Lisa #FC938A

Tints of Mona Lisa #FC938A

Color information

#FC938A (or 0xFC938A) is unknown color: approx Mona Lisa. HEX triplet: FC, 93 and 8A. RGB value is (252,147,138). Sum of RGB (Red+Green+Blue) = 252+147+138=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC938A is #036C75. Grayscale: #B1B1B1. Windows color (decimal): -224374 or 9081852. OLE color: 9081852.

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

Color convert

RGB252147138-
CMYK00.420.450.01
HSL4.74º95%76.47%-
HSV(B)4.74º45.24%98.82%-
XYZ55.1743.429.51-
YUV177.37105.79181.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=46.93%
G=27.37%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214713800.420.450.014.749576.47
HexFC938A02A2D155f4c
Octal3742232120525515137114
Binary1111110010010011100010100101010101101110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC938A; }

 p { color: rgb(252,147,138); }

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

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

 a { background-color: rgb(252,147,138); }

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

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

 span { border-color: rgb(252,147,138); }

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