Color Hex Logo

#fa9991 Color Hex

#FA9991
(250,153,145)
0 Favorites   0 Comments

Color spaces of #fa9991

RGB 250153145
HSL0.010.910.77
HSV42°98°
CMYK 0.000.390.42   0.02
XYZ55.926445.150832.5554
Yxy45.15080.41850.3379
Hunter Lab67.194330.976918.3103
CIE-Lab72.991135.400519.6961

#fa9991 color RGB value is (250,153,145).

#fa9991 hex color red value is 250, green value is 153 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fa9991 hue: 0.01 , saturation: 0.91 and the lightness value of fa9991 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011001 10010001
Octal 372 231 221
Decimal 250 153 145
Hex FA 99 91

RGB Percentages of Color #fa9991

%45.62
%27.92
%26.46

CMYK Percentages of Color #fa9991

%0
%39
%42
%2

Triadic Colors of #fa9991

#fa9991 #91fa99 #9991fa

Analogous Colors of #fa9991

#fa9991 #face91 #fa91be

Monochromatic Colors of #fa9991

#fa9991

Complementary Color

#fa9991 #91f2fa

#fa9991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9991 Color CSS Codes

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

#fa9991 Text Font Color

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

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


#fa9991 Background Color

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

This div background color is #fa9991


#fa9991 Border Color

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

This div border color is #fa9991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9991

Related Colors


Comments

No comments written yet.

Please login to write comment.