Color Hex Logo

#fa81ae Color Hex

#FA81AE
(250,129,174)
0 Favorites   0 Comments

Color spaces of #fa81ae

RGB 250129174
HSL0.940.920.74
HSV338°48°98°
CMYK 0.000.480.30   0.02
XYZ54.914639.080544.6934
Yxy39.08050.39600.2818
Hunter Lab62.514447.39981.3719
CIE-Lab68.809550.8823-2.4128

#fa81ae color RGB value is (250,129,174).

#fa81ae hex color red value is 250, green value is 129 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa81ae hue: 0.94 , saturation: 0.92 and the lightness value of fa81ae is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 10101110
Octal 372 201 256
Decimal 250 129 174
Hex FA 81 AE

RGB Percentages of Color #fa81ae

%45.21
%23.33
%31.46

CMYK Percentages of Color #fa81ae

%0
%48
%30
%2

Triadic Colors of #fa81ae

#fa81ae #aefa81 #81aefa

Analogous Colors of #fa81ae

#fa81ae #fa9181 #fa81eb

Monochromatic Colors of #fa81ae

#fa81ae

Complementary Color

#fa81ae #81facd

#fa81ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa81ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa81ae Color CSS Codes

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

#fa81ae Text Font Color

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

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


#fa81ae Background Color

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

This div background color is #fa81ae


#fa81ae Border Color

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

This div border color is #fa81ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa81ae


Comments

No comments written yet.

Please login to write comment.