Color Hex Logo

#fa717e Color Hex

#FA717E
(250,113,126)
0 Favorites   0 Comments

Color spaces of #fa717e

RGB 250113126
HSL0.980.930.71
HSV354°55°98°
CMYK 0.000.550.50   0.02
XYZ49.095433.640623.6443
Yxy33.64060.46150.3162
Hunter Lab58.000549.593116.4304
CIE-Lab64.676353.435718.8839

#fa717e color RGB value is (250,113,126).

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

The process color (four color CMYK) of #fa717e color hex is 0.00, 0.55, 0.50, 0.02. Web safe color of #fa717e is #ff6666. Color #fa717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 01111110
Octal 372 161 176
Decimal 250 113 126
Hex FA 71 7E

RGB Percentages of Color #fa717e

%51.12
%23.11
%25.77

CMYK Percentages of Color #fa717e

%0
%55
%50
%2

Triadic Colors of #fa717e

#fa717e #7efa71 #717efa

Analogous Colors of #fa717e

#fa717e #faa971 #fa71c3

Monochromatic Colors of #fa717e

#fa717e

Complementary Color

#fa717e #71faed

#fa717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa717e Color CSS Codes

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

#fa717e Text Font Color

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

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


#fa717e Background Color

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

This div background color is #fa717e


#fa717e Border Color

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

This div border color is #fa717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa717e


Comments

No comments written yet.

Please login to write comment.