Color Hex Logo

#fa96bf Color Hex

#FA96BF
(250,150,191)
0 Favorites   0 Comments

Color spaces of #fa96bf

RGB 250150191
HSL0.930.910.78
HSV335°40°98°
CMYK 0.000.400.24   0.02
XYZ59.734745.898355.0011
Yxy45.89830.37190.2857
Hunter Lab67.748338.8267-0.7105
CIE-Lab73.479542.5974-5.0072

#fa96bf color RGB value is (250,150,191).

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

The process color (four color CMYK) of #fa96bf color hex is 0.00, 0.40, 0.24, 0.02. Web safe color of #fa96bf is #ff99cc. Color #fa96bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 10111111
Octal 372 226 277
Decimal 250 150 191
Hex FA 96 BF

RGB Percentages of Color #fa96bf

%42.30
%25.38
%32.32

CMYK Percentages of Color #fa96bf

%0
%40
%24
%2

Triadic Colors of #fa96bf

#fa96bf #bffa96 #96bffa

Analogous Colors of #fa96bf

#fa96bf #fa9f96 #fa96f1

Monochromatic Colors of #fa96bf

#fa96bf

Complementary Color

#fa96bf #96fad1

#fa96bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96bf Color CSS Codes

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

#fa96bf Text Font Color

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

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


#fa96bf Background Color

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

This div background color is #fa96bf


#fa96bf Border Color

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

This div border color is #fa96bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96bf


Comments

No comments written yet.

Please login to write comment.