Color Hex Logo

#fa68ae Color Hex

#FA68AE
(250,104,174)
0 Favorites   0 Comments

Color spaces of #fa68ae

RGB 250104174
HSL0.920.940.69
HSV331°58°98°
CMYK 0.000.580.30   0.02
XYZ52.014633.280643.7267
Yxy33.28060.40310.2579
Hunter Lab57.689359.9851-4.5574
CIE-Lab64.387562.4793-8.9576

#fa68ae color RGB value is (250,104,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 10101110
Octal 372 150 256
Decimal 250 104 174
Hex FA 68 AE

RGB Percentages of Color #fa68ae

%47.35
%19.70
%32.95

CMYK Percentages of Color #fa68ae

%0
%58
%30
%2

Triadic Colors of #fa68ae

#fa68ae #aefa68 #68aefa

Analogous Colors of #fa68ae

#fa68ae #fa6b68 #fa68f7

Monochromatic Colors of #fa68ae

#fa68ae

Complementary Color

#fa68ae #68fab4

#fa68ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa68ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa68ae Color CSS Codes

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

#fa68ae Text Font Color

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

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


#fa68ae Background Color

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

This div background color is #fa68ae


#fa68ae Border Color

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

This div border color is #fa68ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa68ae


Comments

No comments written yet.

Please login to write comment.