Color Hex Logo

#fa897e Color Hex

#FA897E
(250,137,126)
0 Favorites   0 Comments

Color spaces of #fa897e

RGB 250137126
HSL0.010.930.74
HSV50°98°
CMYK 0.000.450.50   0.02
XYZ52.135939.721724.6578
Yxy39.72170.44750.3409
Hunter Lab63.025237.365420.9211
CIE-Lab69.270941.748025.1119

#fa897e color RGB value is (250,137,126).

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

The process color (four color CMYK) of #fa897e color hex is 0.00, 0.45, 0.50, 0.02. Web safe color of #fa897e is #ff9966. Color #fa897e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 01111110
Octal 372 211 176
Decimal 250 137 126
Hex FA 89 7E

RGB Percentages of Color #fa897e

%48.73
%26.71
%24.56

CMYK Percentages of Color #fa897e

%0
%45
%50
%2

Triadic Colors of #fa897e

#fa897e #7efa89 #897efa

Analogous Colors of #fa897e

#fa897e #fac77e #fa7eb1

Monochromatic Colors of #fa897e

#fa897e

Complementary Color

#fa897e #7eeffa

#fa897e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa897e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa897e Color CSS Codes

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

#fa897e Text Font Color

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

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


#fa897e Background Color

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

This div background color is #fa897e


#fa897e Border Color

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

This div border color is #fa897e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa897e


Comments

No comments written yet.

Please login to write comment.