Color Hex Logo

#fa5faa Color Hex

#FA5FAA
(250,95,170)
0 Favorites   0 Comments

Color spaces of #fa5faa

RGB 25095170
HSL0.920.940.68
HSV331°62°98°
CMYK 0.000.620.32   0.02
XYZ50.772231.410741.4171
Yxy31.41070.41080.2541
Hunter Lab56.045263.6265-4.5833
CIE-Lab62.852865.8118-8.9585

#fa5faa color RGB value is (250,95,170).

#fa5faa hex color red value is 250, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fa5faa hue: 0.92 , saturation: 0.94 and the lightness value of fa5faa is 0.68.

The process color (four color CMYK) of #fa5faa color hex is 0.00, 0.62, 0.32, 0.02. Web safe color of #fa5faa is #ff6699. Color #fa5faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011111 10101010
Octal 372 137 252
Decimal 250 95 170
Hex FA 5F AA

RGB Percentages of Color #fa5faa

%48.54
%18.45
%33.01

CMYK Percentages of Color #fa5faa

%0
%62
%32
%2

Triadic Colors of #fa5faa

#fa5faa #aafa5f #5faafa

Analogous Colors of #fa5faa

#fa5faa #fa615f #fa5ff8

Monochromatic Colors of #fa5faa

#fa5faa

Complementary Color

#fa5faa #5ffaaf

#fa5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5faa Color CSS Codes

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

#fa5faa Text Font Color

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

This sample text font color is #fa5faa
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.


#fa5faa Background Color

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

This div background color is #fa5faa


#fa5faa Border Color

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

This div border color is #fa5faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5faa


Comments

No comments written yet.

Please login to write comment.