Color Hex Logo

#fa96aa Color Hex

#FA96AA
(250,150,170)
0 Favorites   0 Comments

Color spaces of #fa96aa

RGB 250150170
HSL0.970.910.78
HSV348°40°98°
CMYK 0.000.400.32   0.02
XYZ57.586445.039043.6885
Yxy45.03900.39360.3078
Hunter Lab67.111135.72218.3807
CIE-Lab72.917639.82245.7925

#fa96aa color RGB value is (250,150,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 10101010
Octal 372 226 252
Decimal 250 150 170
Hex FA 96 AA

RGB Percentages of Color #fa96aa

%43.86
%26.32
%29.82

CMYK Percentages of Color #fa96aa

%0
%40
%32
%2

Triadic Colors of #fa96aa

#fa96aa #aafa96 #96aafa

Analogous Colors of #fa96aa

#fa96aa #fab496 #fa96dc

Monochromatic Colors of #fa96aa

#fa96aa

Complementary Color

#fa96aa #96fae6

#fa96aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96aa Color CSS Codes

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

#fa96aa Text Font Color

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

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


#fa96aa Background Color

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

This div background color is #fa96aa


#fa96aa Border Color

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

This div border color is #fa96aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96aa


Comments

No comments written yet.

Please login to write comment.