Color Hex Logo

#fa896c Color Hex

#FA896C
(250,137,108)
0 Favorites   0 Comments

Color spaces of #fa896c

RGB 250137108
HSL0.030.930.70
HSV12°57°98°
CMYK 0.000.450.57   0.02
XYZ51.076839.298019.0806
Yxy39.29800.46660.3590
Hunter Lab62.688135.733425.8354
CIE-Lab68.966640.269034.5742

#fa896c color RGB value is (250,137,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 01101100
Octal 372 211 154
Decimal 250 137 108
Hex FA 89 6C

RGB Percentages of Color #fa896c

%50.51
%27.68
%21.82

CMYK Percentages of Color #fa896c

%0
%45
%57
%2

Triadic Colors of #fa896c

#fa896c #6cfa89 #896cfa

Analogous Colors of #fa896c

#fa896c #fad06c #fa6c96

Monochromatic Colors of #fa896c

#fa896c

Complementary Color

#fa896c #6cddfa

#fa896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa896c Color CSS Codes

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

#fa896c Text Font Color

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

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


#fa896c Background Color

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

This div background color is #fa896c


#fa896c Border Color

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

This div border color is #fa896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa896c

Related Colors


Comments

No comments written yet.

Please login to write comment.