Color Hex Logo

#fa688e Color Hex

#FA688E
(250,104,142)
0 Favorites   0 Comments

Color spaces of #fa688e

RGB 250104142
HSL0.960.940.69
HSV344°58°98°
CMYK 0.000.580.43   0.02
XYZ49.257132.177629.2059
Yxy32.17760.44520.2908
Hunter Lab56.725355.73029.1813
CIE-Lab63.489458.99168.0674

#fa688e color RGB value is (250,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 10001110
Octal 372 150 216
Decimal 250 104 142
Hex FA 68 8E

RGB Percentages of Color #fa688e

%50.40
%20.97
%28.63

CMYK Percentages of Color #fa688e

%0
%58
%43
%2

Triadic Colors of #fa688e

#fa688e #8efa68 #688efa

Analogous Colors of #fa688e

#fa688e #fa8b68 #fa68d7

Monochromatic Colors of #fa688e

#fa688e

Complementary Color

#fa688e #68fad4

#fa688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa688e Color CSS Codes

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

#fa688e Text Font Color

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

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


#fa688e Background Color

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

This div background color is #fa688e


#fa688e Border Color

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

This div border color is #fa688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa688e

Related Colors


Comments

No comments written yet.

Please login to write comment.