Color Hex Logo

#fa6b9f Color Hex

#FA6B9F
(250,107,159)
0 Favorites   0 Comments

Color spaces of #fa6b9f

RGB 250107159
HSL0.940.930.70
HSV338°57°98°
CMYK 0.000.570.36   0.02
XYZ50.940033.342636.5518
Yxy33.34260.42160.2759
Hunter Lab57.743156.41952.8891
CIE-Lab64.437459.4283-0.3143

#fa6b9f color RGB value is (250,107,159).

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

The process color (four color CMYK) of #fa6b9f color hex is 0.00, 0.57, 0.36, 0.02. Web safe color of #fa6b9f is #ff6699. Color #fa6b9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 10011111
Octal 372 153 237
Decimal 250 107 159
Hex FA 6B 9F

RGB Percentages of Color #fa6b9f

%48.45
%20.74
%30.81

CMYK Percentages of Color #fa6b9f

%0
%57
%36
%2

Triadic Colors of #fa6b9f

#fa6b9f #9ffa6b #6b9ffa

Analogous Colors of #fa6b9f

#fa6b9f #fa7f6b #fa6be7

Monochromatic Colors of #fa6b9f

#fa6b9f

Complementary Color

#fa6b9f #6bfac6

#fa6b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6b9f Color CSS Codes

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

#fa6b9f Text Font Color

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

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


#fa6b9f Background Color

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

This div background color is #fa6b9f


#fa6b9f Border Color

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

This div border color is #fa6b9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6b9f

Related Colors


Comments

No comments written yet.

Please login to write comment.