color codes Logo

#fa749c color codes

#FA749C
(250,116,156)
0 Favorites   0 Comments

Color spaces of #fa749c

RGB 250116156
HSL0.950.930.72
HSV342°54°98°
CMYK 0.000.540.38   0.02
XYZ51.670535.215135.5263
Yxy35.21510.42210.2877
Hunter Lab59.342351.57446.0446
CIE-Lab65.915854.98793.5470

#fa749c color RGB value is (250,116,156).

#fa749c hex color red value is 250, green value is 116 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fa749c hue: 0.95 , saturation: 0.93 and the lightness value of fa749c is 0.72.

The process color (four color CMYK) of #fa749c color code is 0.00, 0.54, 0.38, 0.02. Web safe color of #fa749c is #ff6699. Color #fa749c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 10011100
Octal 372 164 234
Decimal 250 116 156
Hex FA 74 9C

RGB Percentages of Color #fa749c

%47.89
%22.22
%29.89

CMYK Percentages of Color #fa749c

%0
%54
%38
%2

Triadic Colors of #fa749c

#fa749c #9cfa74 #749cfa

Analogous Colors of #fa749c

#fa749c #fa8f74 #fa74df

Monochromatic Colors of #fa749c

#fa749c

Complementary Color

#fa749c #74fad2

#fa749c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa749c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa749c Color CSS Codes

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

#fa749c Text Font Color

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

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


#fa749c Background Color

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

This div background color is #fa749c


#fa749c Border Color

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

This div border color is #fa749c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa749c

Related Colors


Comments

No comments written yet.

Please login to write comment.