Color Hex Logo

#fa96ae Color Hex

#FA96AE
(250,150,174)
0 Favorites   0 Comments

Color spaces of #fa96ae

RGB 250150174
HSL0.960.910.78
HSV346°40°98°
CMYK 0.000.400.30   0.02
XYZ57.970745.192745.7121
Yxy45.19270.38940.3036
Hunter Lab67.225536.28166.7418
CIE-Lab73.018640.32603.7234

#fa96ae color RGB value is (250,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 10101110
Octal 372 226 256
Decimal 250 150 174
Hex FA 96 AE

RGB Percentages of Color #fa96ae

%43.55
%26.13
%30.31

CMYK Percentages of Color #fa96ae

%0
%40
%30
%2

Triadic Colors of #fa96ae

#fa96ae #aefa96 #96aefa

Analogous Colors of #fa96ae

#fa96ae #fab096 #fa96e0

Monochromatic Colors of #fa96ae

#fa96ae

Complementary Color

#fa96ae #96fae2

#fa96ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96ae Color CSS Codes

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

#fa96ae Text Font Color

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

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


#fa96ae Background Color

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

This div background color is #fa96ae


#fa96ae Border Color

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

This div border color is #fa96ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96ae

Related Colors


Comments

No comments written yet.

Please login to write comment.