Color Hex Logo

#fa679c Color Hex

#FA679C
(250,103,156)
0 Favorites   0 Comments

Color spaces of #fa679c

RGB 250103156
HSL0.940.940.69
HSV338°59°98°
CMYK 0.000.590.38   0.02
XYZ50.275332.424835.0613
Yxy32.42480.42690.2753
Hunter Lab56.942857.94943.3534
CIE-Lab63.692460.86490.3170

#fa679c color RGB value is (250,103,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 10011100
Octal 372 147 234
Decimal 250 103 156
Hex FA 67 9C

RGB Percentages of Color #fa679c

%49.12
%20.24
%30.65

CMYK Percentages of Color #fa679c

%0
%59
%38
%2

Triadic Colors of #fa679c

#fa679c #9cfa67 #679cfa

Analogous Colors of #fa679c

#fa679c #fa7c67 #fa67e6

Monochromatic Colors of #fa679c

#fa679c

Complementary Color

#fa679c #67fac5

#fa679c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa679c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa679c Color CSS Codes

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

#fa679c Text Font Color

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

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


#fa679c Background Color

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

This div background color is #fa679c


#fa679c Border Color

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

This div border color is #fa679c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa679c


Comments

No comments written yet.

Please login to write comment.