Color Hex Logo

#fa697a Color Hex

#FA697A
(250,105,122)
0 Favorites   0 Comments

Color spaces of #fa697a

RGB 250105122
HSL0.980.940.70
HSV353°58°98°
CMYK 0.000.580.51   0.02
XYZ47.988831.832322.0273
Yxy31.83230.47120.3125
Hunter Lab56.420153.090116.3463
CIE-Lab63.204056.744519.1509

#fa697a color RGB value is (250,105,122).

#fa697a hex color red value is 250, green value is 105 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fa697a hue: 0.98 , saturation: 0.94 and the lightness value of fa697a is 0.70.

The process color (four color CMYK) of #fa697a color hex is 0.00, 0.58, 0.51, 0.02. Web safe color of #fa697a is #ff6666. Color #fa697a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101001 01111010
Octal 372 151 172
Decimal 250 105 122
Hex FA 69 7A

RGB Percentages of Color #fa697a

%52.41
%22.01
%25.58

CMYK Percentages of Color #fa697a

%0
%58
%51
%2

Triadic Colors of #fa697a

#fa697a #7afa69 #697afa

Analogous Colors of #fa697a

#fa697a #faa169 #fa69c3

Monochromatic Colors of #fa697a

#fa697a

Complementary Color

#fa697a #69fae9

#fa697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa697a Color CSS Codes

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

#fa697a Text Font Color

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

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


#fa697a Background Color

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

This div background color is #fa697a


#fa697a Border Color

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

This div border color is #fa697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa697a

Related Colors


Comments

No comments written yet.

Please login to write comment.