Color Hex Logo

#fa9997 Color Hex

#FA9997
(250,153,151)
0 Favorites   0 Comments

Color spaces of #fa9997

RGB 250153151
HSL0.000.910.79
HSV40°98°
CMYK 0.000.390.40   0.02
XYZ56.401545.340835.0571
Yxy45.34080.41230.3314
Hunter Lab67.335631.677616.2666
CIE-Lab73.115736.046316.5695

#fa9997 color RGB value is (250,153,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011001 10010111
Octal 372 231 227
Decimal 250 153 151
Hex FA 99 97

RGB Percentages of Color #fa9997

%45.13
%27.62
%27.26

CMYK Percentages of Color #fa9997

%0
%39
%40
%2

Triadic Colors of #fa9997

#fa9997 #97fa99 #9997fa

Analogous Colors of #fa9997

#fa9997 #facb97 #fa97c7

Monochromatic Colors of #fa9997

#fa9997

Complementary Color

#fa9997 #97f8fa

#fa9997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9997 Color CSS Codes

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

#fa9997 Text Font Color

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

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


#fa9997 Background Color

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

This div background color is #fa9997


#fa9997 Border Color

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

This div border color is #fa9997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9997


Comments

No comments written yet.

Please login to write comment.