Color Hex Logo

#fa6a8e Color Hex

#FA6A8E
(250,106,142)
0 Favorites   0 Comments

Color spaces of #fa6a8e

RGB 250106142
HSL0.960.940.70
HSV345°58°98°
CMYK 0.000.580.43   0.02
XYZ49.460932.585129.2739
Yxy32.58510.44430.2927
Hunter Lab57.083454.76869.5528
CIE-Lab63.823558.10448.5435

#fa6a8e color RGB value is (250,106,142).

#fa6a8e hex color red value is 250, green value is 106 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fa6a8e hue: 0.96 , saturation: 0.94 and the lightness value of fa6a8e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101010 10001110
Octal 372 152 216
Decimal 250 106 142
Hex FA 6A 8E

RGB Percentages of Color #fa6a8e

%50.20
%21.29
%28.51

CMYK Percentages of Color #fa6a8e

%0
%58
%43
%2

Triadic Colors of #fa6a8e

#fa6a8e #8efa6a #6a8efa

Analogous Colors of #fa6a8e

#fa6a8e #fa8e6a #fa6ad6

Monochromatic Colors of #fa6a8e

#fa6a8e

Complementary Color

#fa6a8e #6afad6

#fa6a8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6a8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6a8e Color CSS Codes

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

#fa6a8e Text Font Color

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

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


#fa6a8e Background Color

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

This div background color is #fa6a8e


#fa6a8e Border Color

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

This div border color is #fa6a8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6a8e

Related Colors


Comments

No comments written yet.

Please login to write comment.