Color Hex Logo

#fa556e Color Hex

#FA556E
(250,85,110)
0 Favorites   0 Comments

Color spaces of #fa556e

RGB 25085110
HSL0.970.940.66
HSV351°66°98°
CMYK 0.000.660.56   0.02
XYZ45.487327.946817.7487
Yxy27.94680.49890.3065
Hunter Lab52.864761.076517.0994
CIE-Lab59.840664.200221.5070

#fa556e color RGB value is (250,85,110).

#fa556e hex color red value is 250, green value is 85 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fa556e hue: 0.97 , saturation: 0.94 and the lightness value of fa556e is 0.66.

The process color (four color CMYK) of #fa556e color hex is 0.00, 0.66, 0.56, 0.02. Web safe color of #fa556e is #ff6666. Color #fa556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010101 01101110
Octal 372 125 156
Decimal 250 85 110
Hex FA 55 6E

RGB Percentages of Color #fa556e

%56.18
%19.10
%24.72

CMYK Percentages of Color #fa556e

%0
%66
%56
%2

Triadic Colors of #fa556e

#fa556e #6efa55 #556efa

Analogous Colors of #fa556e

#fa556e #fa8f55 #fa55c1

Monochromatic Colors of #fa556e

#fa556e

Complementary Color

#fa556e #55fae1

#fa556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa556e Color CSS Codes

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

#fa556e Text Font Color

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

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


#fa556e Background Color

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

This div background color is #fa556e


#fa556e Border Color

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

This div border color is #fa556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa556e


Comments

No comments written yet.

Please login to write comment.