Color Hex Logo

#fa95ac Color Hex

#FA95AC
(250,149,172)
0 Favorites   0 Comments

Color spaces of #fa95ac

RGB 250149172
HSL0.960.910.78
HSV346°40°98°
CMYK 0.000.400.31   0.02
XYZ57.618244.797444.6397
Yxy44.79740.39180.3046
Hunter Lab66.930936.53487.3080
CIE-Lab72.758340.58684.4549

#fa95ac color RGB value is (250,149,172).

#fa95ac hex color red value is 250, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa95ac hue: 0.96 , saturation: 0.91 and the lightness value of fa95ac is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010101 10101100
Octal 372 225 254
Decimal 250 149 172
Hex FA 95 AC

RGB Percentages of Color #fa95ac

%43.78
%26.09
%30.12

CMYK Percentages of Color #fa95ac

%0
%40
%31
%2

Triadic Colors of #fa95ac

#fa95ac #acfa95 #95acfa

Analogous Colors of #fa95ac

#fa95ac #fab195 #fa95df

Monochromatic Colors of #fa95ac

#fa95ac

Complementary Color

#fa95ac #95fae3

#fa95ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa95ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa95ac Color CSS Codes

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

#fa95ac Text Font Color

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

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


#fa95ac Background Color

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

This div background color is #fa95ac


#fa95ac Border Color

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

This div border color is #fa95ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa95ac

Related Colors


Comments

No comments written yet.

Please login to write comment.