Color Hex Logo

#fa7eae Color Hex

#FA7EAE
(250,126,174)
0 Favorites   0 Comments

Color spaces of #fa7eae

RGB 250126174
HSL0.940.930.74
HSV337°50°98°
CMYK 0.000.500.30   0.02
XYZ54.525238.301744.5636
Yxy38.30170.39690.2788
Hunter Lab61.888448.95830.6292
CIE-Lab68.242452.3403-3.2466

#fa7eae color RGB value is (250,126,174).

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

The process color (four color CMYK) of #fa7eae color hex is 0.00, 0.50, 0.30, 0.02. Web safe color of #fa7eae is #ff6699. Color #fa7eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 10101110
Octal 372 176 256
Decimal 250 126 174
Hex FA 7E AE

RGB Percentages of Color #fa7eae

%45.45
%22.91
%31.64

CMYK Percentages of Color #fa7eae

%0
%50
%30
%2

Triadic Colors of #fa7eae

#fa7eae #aefa7e #7eaefa

Analogous Colors of #fa7eae

#fa7eae #fa8c7e #fa7eec

Monochromatic Colors of #fa7eae

#fa7eae

Complementary Color

#fa7eae #7efaca

#fa7eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7eae Color CSS Codes

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

#fa7eae Text Font Color

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

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


#fa7eae Background Color

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

This div background color is #fa7eae


#fa7eae Border Color

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

This div border color is #fa7eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7eae


Comments

No comments written yet.

Please login to write comment.