Color Hex Logo

#fa97de Color Hex

#FA97DE
(250,151,222)
0 Favorites   0 Comments

Color spaces of #fa97de

RGB 250151222
HSL0.880.910.79
HSV317°40°98°
CMYK 0.000.400.11   0.02
XYZ63.675847.731174.9642
Yxy47.73110.34170.2561
Hunter Lab69.087743.6140-15.9717
CIE-Lab74.655046.7496-20.2998

#fa97de color RGB value is (250,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 11011110
Octal 372 227 336
Decimal 250 151 222
Hex FA 97 DE

RGB Percentages of Color #fa97de

%40.13
%24.24
%35.63

CMYK Percentages of Color #fa97de

%0
%40
%11
%2

Triadic Colors of #fa97de

#fa97de #defa97 #97defa

Analogous Colors of #fa97de

#fa97de #fa97ad #e597fa

Monochromatic Colors of #fa97de

#fa97de

Complementary Color

#fa97de #97fab3

#fa97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa97de Color CSS Codes

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

#fa97de Text Font Color

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

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


#fa97de Background Color

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

This div background color is #fa97de


#fa97de Border Color

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

This div border color is #fa97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa97de


Comments

No comments written yet.

Please login to write comment.