Color Hex Logo

#fa698f Color Hex

#FA698F
(250,105,143)
0 Favorites   0 Comments

Color spaces of #fa698f

RGB 250105143
HSL0.960.940.70
HSV344°58°98°
CMYK 0.000.580.43   0.02
XYZ49.433832.410329.6370
Yxy32.41030.44340.2907
Hunter Lab56.930055.36858.9855
CIE-Lab63.680658.64737.7654

#fa698f color RGB value is (250,105,143).

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

The process color (four color CMYK) of #fa698f color hex is 0.00, 0.58, 0.43, 0.02. Web safe color of #fa698f is #ff6699. Color #fa698f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101001 10001111
Octal 372 151 217
Decimal 250 105 143
Hex FA 69 8F

RGB Percentages of Color #fa698f

%50.20
%21.08
%28.71

CMYK Percentages of Color #fa698f

%0
%58
%43
%2

Triadic Colors of #fa698f

#fa698f #8ffa69 #698ffa

Analogous Colors of #fa698f

#fa698f #fa8c69 #fa69d8

Monochromatic Colors of #fa698f

#fa698f

Complementary Color

#fa698f #69fad4

#fa698f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa698f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa698f Color CSS Codes

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

#fa698f Text Font Color

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

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


#fa698f Background Color

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

This div background color is #fa698f


#fa698f Border Color

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

This div border color is #fa698f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa698f


Comments

No comments written yet.

Please login to write comment.