Color Hex Logo

#fa93ba Color Hex

#FA93BA
(250,147,186)
0 Favorites   0 Comments

Color spaces of #fa93ba

RGB 250147186
HSL0.940.910.78
HSV337°41°98°
CMYK 0.000.410.26   0.02
XYZ58.721044.736651.9945
Yxy44.73660.37770.2878
Hunter Lab66.885439.66180.7297
CIE-Lab72.718143.4427-3.3630

#fa93ba color RGB value is (250,147,186).

#fa93ba hex color red value is 250, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fa93ba hue: 0.94 , saturation: 0.91 and the lightness value of fa93ba is 0.78.

The process color (four color CMYK) of #fa93ba color hex is 0.00, 0.41, 0.26, 0.02. Web safe color of #fa93ba is #ff99cc. Color #fa93ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010011 10111010
Octal 372 223 272
Decimal 250 147 186
Hex FA 93 BA

RGB Percentages of Color #fa93ba

%42.88
%25.21
%31.90

CMYK Percentages of Color #fa93ba

%0
%41
%26
%2

Triadic Colors of #fa93ba

#fa93ba #bafa93 #93bafa

Analogous Colors of #fa93ba

#fa93ba #faa093 #fa93ee

Monochromatic Colors of #fa93ba

#fa93ba

Complementary Color

#fa93ba #93fad3

#fa93ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa93ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa93ba Color CSS Codes

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

#fa93ba Text Font Color

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

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


#fa93ba Background Color

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

This div background color is #fa93ba


#fa93ba Border Color

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

This div border color is #fa93ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa93ba


Comments

No comments written yet.

Please login to write comment.