Color Hex Logo

#fa97ad Color Hex

#FA97AD
(250,151,173)
0 Favorites   0 Comments

Color spaces of #fa97ad

RGB 250151173
HSL0.960.910.79
HSV347°40°98°
CMYK 0.000.400.31   0.02
XYZ58.033845.474345.2539
Yxy45.47430.39010.3057
Hunter Lab67.434635.60537.4160
CIE-Lab73.203139.68454.5436

#fa97ad color RGB value is (250,151,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 10101101
Octal 372 227 255
Decimal 250 151 173
Hex FA 97 AD

RGB Percentages of Color #fa97ad

%43.55
%26.31
%30.14

CMYK Percentages of Color #fa97ad

%0
%40
%31
%2

Triadic Colors of #fa97ad

#fa97ad #adfa97 #97adfa

Analogous Colors of #fa97ad

#fa97ad #fab397 #fa97df

Monochromatic Colors of #fa97ad

#fa97ad

Complementary Color

#fa97ad #97fae4

#fa97ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa97ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa97ad Color CSS Codes

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

#fa97ad Text Font Color

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

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


#fa97ad Background Color

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

This div background color is #fa97ad


#fa97ad Border Color

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

This div border color is #fa97ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa97ad


Comments

No comments written yet.

Please login to write comment.