Color Hex Logo

#fa896f Color Hex

#FA896F
(250,137,111)
0 Favorites   0 Comments

Color spaces of #fa896f

RGB 250137111
HSL0.030.930.71
HSV11°56°98°
CMYK 0.000.450.56   0.02
XYZ51.239239.363019.9361
Yxy39.36300.46350.3561
Hunter Lab62.739935.984625.0781
CIE-Lab69.013440.497633.0066

#fa896f color RGB value is (250,137,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 01101111
Octal 372 211 157
Decimal 250 137 111
Hex FA 89 6F

RGB Percentages of Color #fa896f

%50.20
%27.51
%22.29

CMYK Percentages of Color #fa896f

%0
%45
%56
%2

Triadic Colors of #fa896f

#fa896f #6ffa89 #896ffa

Analogous Colors of #fa896f

#fa896f #facf6f #fa6f9b

Monochromatic Colors of #fa896f

#fa896f

Complementary Color

#fa896f #6fe0fa

#fa896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa896f Color CSS Codes

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

#fa896f Text Font Color

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

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


#fa896f Background Color

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

This div background color is #fa896f


#fa896f Border Color

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

This div border color is #fa896f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa896f


Comments

No comments written yet.

Please login to write comment.