Color Hex Logo

#fa669e Color Hex

#FA669E
(250,102,158)
0 Favorites   0 Comments

Color spaces of #fa669e

RGB 250102158
HSL0.940.940.69
HSV337°59°98°
CMYK 0.000.590.37   0.02
XYZ50.347332.295435.9278
Yxy32.29540.42460.2724
Hunter Lab56.829058.69002.2967
CIE-Lab63.586361.5154-0.9861

#fa669e color RGB value is (250,102,158).

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

The process color (four color CMYK) of #fa669e color hex is 0.00, 0.59, 0.37, 0.02. Web safe color of #fa669e is #ff6699. Color #fa669e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100110 10011110
Octal 372 146 236
Decimal 250 102 158
Hex FA 66 9E

RGB Percentages of Color #fa669e

%49.02
%20.00
%30.98

CMYK Percentages of Color #fa669e

%0
%59
%37
%2

Triadic Colors of #fa669e

#fa669e #9efa66 #669efa

Analogous Colors of #fa669e

#fa669e #fa7866 #fa66e8

Monochromatic Colors of #fa669e

#fa669e

Complementary Color

#fa669e #66fac2

#fa669e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa669e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa669e Color CSS Codes

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

#fa669e Text Font Color

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

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


#fa669e Background Color

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

This div background color is #fa669e


#fa669e Border Color

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

This div border color is #fa669e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa669e


Comments

No comments written yet.

Please login to write comment.