Color Hex Logo

#fa89ac Color Hex

#FA89AC
(250,137,172)
0 Favorites   0 Comments

Color spaces of #fa89ac

RGB 250137172
HSL0.950.920.76
HSV341°45°98°
CMYK 0.000.450.31   0.02
XYZ55.816441.193944.0391
Yxy41.19390.39570.2921
Hunter Lab64.182542.91354.2456
CIE-Lab70.311646.67530.9058

#fa89ac color RGB value is (250,137,172).

#fa89ac hex color red value is 250, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa89ac hue: 0.95 , saturation: 0.92 and the lightness value of fa89ac is 0.76.

The process color (four color CMYK) of #fa89ac color hex is 0.00, 0.45, 0.31, 0.02. Web safe color of #fa89ac is #ff9999. Color #fa89ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 10101100
Octal 372 211 254
Decimal 250 137 172
Hex FA 89 AC

RGB Percentages of Color #fa89ac

%44.72
%24.51
%30.77

CMYK Percentages of Color #fa89ac

%0
%45
%31
%2

Triadic Colors of #fa89ac

#fa89ac #acfa89 #89acfa

Analogous Colors of #fa89ac

#fa89ac #fa9f89 #fa89e5

Monochromatic Colors of #fa89ac

#fa89ac

Complementary Color

#fa89ac #89fad7

#fa89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa89ac Color CSS Codes

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

#fa89ac Text Font Color

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

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


#fa89ac Background Color

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

This div background color is #fa89ac


#fa89ac Border Color

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

This div border color is #fa89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa89ac


Comments

No comments written yet.

Please login to write comment.