Color Hex Logo

#fa649e Color Hex

#FA649E
(250,100,158)
0 Favorites   0 Comments

Color spaces of #fa649e

RGB 250100158
HSL0.940.940.69
HSV337°60°98°
CMYK 0.000.600.37   0.02
XYZ50.153131.907035.8631
Yxy31.90700.42530.2706
Hunter Lab56.486359.63581.8972
CIE-Lab63.265962.3753-1.4554

#fa649e color RGB value is (250,100,158).

#fa649e hex color red value is 250, green value is 100 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa649e hue: 0.94 , saturation: 0.94 and the lightness value of fa649e is 0.69.

The process color (four color CMYK) of #fa649e color hex is 0.00, 0.60, 0.37, 0.02. Web safe color of #fa649e is #ff6699. Color #fa649e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 10011110
Octal 372 144 236
Decimal 250 100 158
Hex FA 64 9E

RGB Percentages of Color #fa649e

%49.21
%19.69
%31.10

CMYK Percentages of Color #fa649e

%0
%60
%37
%2

Triadic Colors of #fa649e

#fa649e #9efa64 #649efa

Analogous Colors of #fa649e

#fa649e #fa7564 #fa64e9

Monochromatic Colors of #fa649e

#fa649e

Complementary Color

#fa649e #64fac0

#fa649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa649e Color CSS Codes

.mybgcolor {background-color:#fa649e; } 
.myforecolor {color:#fa649e; }
.mybordercolor {border:3px solid #fa649e; }

#fa649e Text Font Color

<p style="color:#fa649e">Text here</p>

This sample text font color is #fa649e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fa649e Background Color

<div style="background-color:#fa649e">
Div content here</div>

This div background color is #fa649e


#fa649e Border Color

<div style="border:3px solid #fa649e">
Div here</div>

This div border color is #fa649e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,100,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa649e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa649e;
  -webkit-box-shadow: 1px 1px 3px 2px #fa649e;
  box-shadow:         1px 1px 3px 2px #fa649e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,100,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa649e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fa649e;
  -webkit-box-shadow: 1px 1px 3px 2px #fa649e;
  box-shadow:         1px 1px 3px 2px #fa649e;">
Div content here</div>

This div box has shadow with color #fa649e


Comments

No comments written yet.

Please login to write comment.