Color Hex Logo

#fa909e Color Hex

#FA909E
(250,144,158)
0 Favorites   0 Comments

Color spaces of #fa909e

RGB 250144158
HSL0.980.910.77
HSV352°42°98°
CMYK 0.000.420.37   0.02
XYZ55.569242.739137.6684
Yxy42.73910.40870.3143
Hunter Lab65.375137.319411.6004
CIE-Lab71.377541.461510.2503

#fa909e color RGB value is (250,144,158).

#fa909e hex color red value is 250, green value is 144 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa909e hue: 0.98 , saturation: 0.91 and the lightness value of fa909e is 0.77.

The process color (four color CMYK) of #fa909e color hex is 0.00, 0.42, 0.37, 0.02. Web safe color of #fa909e is #ff9999. Color #fa909e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 10011110
Octal 372 220 236
Decimal 250 144 158
Hex FA 90 9E

RGB Percentages of Color #fa909e

%45.29
%26.09
%28.62

CMYK Percentages of Color #fa909e

%0
%42
%37
%2

Triadic Colors of #fa909e

#fa909e #9efa90 #909efa

Analogous Colors of #fa909e

#fa909e #fab790 #fa90d3

Monochromatic Colors of #fa909e

#fa909e

Complementary Color

#fa909e #90faec

#fa909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa909e Color CSS Codes

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

#fa909e Text Font Color

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

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


#fa909e Background Color

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

This div background color is #fa909e


#fa909e Border Color

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

This div border color is #fa909e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,144,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 #fa909e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa909e


Comments

No comments written yet.

Please login to write comment.