Color Hex Logo

#fa9796 Color Hex

#FA9796
(250,151,150)
0 Favorites   0 Comments

Color spaces of #fa9796

RGB 250151150
HSL0.000.910.78
HSV40°98°
CMYK 0.000.400.40   0.02
XYZ55.996044.659234.5229
Yxy44.65920.41420.3304
Hunter Lab66.827532.620216.1502
CIE-Lab72.666936.971516.4956

#fa9796 color RGB value is (250,151,150).

#fa9796 hex color red value is 250, green value is 151 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fa9796 hue: 0.00 , saturation: 0.91 and the lightness value of fa9796 is 0.78.

The process color (four color CMYK) of #fa9796 color hex is 0.00, 0.40, 0.40, 0.02. Web safe color of #fa9796 is #ff9999. Color #fa9796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 10010110
Octal 372 227 226
Decimal 250 151 150
Hex FA 97 96

RGB Percentages of Color #fa9796

%45.37
%27.40
%27.22

CMYK Percentages of Color #fa9796

%0
%40
%40
%2

Triadic Colors of #fa9796

#fa9796 #96fa97 #9796fa

Analogous Colors of #fa9796

#fa9796 #fac996 #fa96c7

Monochromatic Colors of #fa9796

#fa9796

Complementary Color

#fa9796 #96f9fa

#fa9796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9796 Color CSS Codes

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

#fa9796 Text Font Color

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

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


#fa9796 Background Color

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

This div background color is #fa9796


#fa9796 Border Color

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

This div border color is #fa9796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9796


Comments

No comments written yet.

Please login to write comment.