Color Hex Logo

#fa93ae Color Hex

#FA93AE
(250,147,174)
0 Favorites   0 Comments

Color spaces of #fa93ae

RGB 250147174
HSL0.960.910.78
HSV344°41°98°
CMYK 0.000.410.30   0.02
XYZ57.498044.247445.5545
Yxy44.24740.39030.3004
Hunter Lab66.518737.88555.9591
CIE-Lab72.393541.86452.8180

#fa93ae color RGB value is (250,147,174).

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

The process color (four color CMYK) of #fa93ae color hex is 0.00, 0.41, 0.30, 0.02. Web safe color of #fa93ae is #ff9999. Color #fa93ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010011 10101110
Octal 372 223 256
Decimal 250 147 174
Hex FA 93 AE

RGB Percentages of Color #fa93ae

%43.78
%25.74
%30.47

CMYK Percentages of Color #fa93ae

%0
%41
%30
%2

Triadic Colors of #fa93ae

#fa93ae #aefa93 #93aefa

Analogous Colors of #fa93ae

#fa93ae #faac93 #fa93e2

Monochromatic Colors of #fa93ae

#fa93ae

Complementary Color

#fa93ae #93fadf

#fa93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa93ae Color CSS Codes

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

#fa93ae Text Font Color

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

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


#fa93ae Background Color

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

This div background color is #fa93ae


#fa93ae Border Color

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

This div border color is #fa93ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa93ae


Comments

No comments written yet.

Please login to write comment.