Color Hex Logo

#fa93bc Color Hex

#FA93BC
(250,147,188)
0 Favorites   0 Comments

Color spaces of #fa93bc

RGB 250147188
HSL0.930.910.78
HSV336°41°98°
CMYK 0.000.410.25   0.02
XYZ58.935244.822353.1223
Yxy44.82230.37570.2857
Hunter Lab66.949539.9709-0.1801
CIE-Lab72.774743.7159-4.3876

#fa93bc color RGB value is (250,147,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010011 10111100
Octal 372 223 274
Decimal 250 147 188
Hex FA 93 BC

RGB Percentages of Color #fa93bc

%42.74
%25.13
%32.14

CMYK Percentages of Color #fa93bc

%0
%41
%25
%2

Triadic Colors of #fa93bc

#fa93bc #bcfa93 #93bcfa

Analogous Colors of #fa93bc

#fa93bc #fa9e93 #fa93f0

Monochromatic Colors of #fa93bc

#fa93bc

Complementary Color

#fa93bc #93fad1

#fa93bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa93bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa93bc Color CSS Codes

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

#fa93bc Text Font Color

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

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


#fa93bc Background Color

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

This div background color is #fa93bc


#fa93bc Border Color

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

This div border color is #fa93bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa93bc


Comments

No comments written yet.

Please login to write comment.