Color Hex Logo

#fa96ed Color Hex

#FA96ED
(250,150,237)
0 Favorites   0 Comments

Color spaces of #fa96ed

RGB 250150237
HSL0.860.910.78
HSV308°40°98°
CMYK 0.000.400.05   0.02
XYZ65.616748.251185.9758
Yxy48.25110.32830.2414
Hunter Lab69.463047.0558-24.7603
CIE-Lab74.983049.7365-27.9895

#fa96ed color RGB value is (250,150,237).

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

The process color (four color CMYK) of #fa96ed color hex is 0.00, 0.40, 0.05, 0.02. Web safe color of #fa96ed is #ff99ff. Color #fa96ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 11101101
Octal 372 226 355
Decimal 250 150 237
Hex FA 96 ED

RGB Percentages of Color #fa96ed

%39.25
%23.55
%37.21

CMYK Percentages of Color #fa96ed

%0
%40
%5
%2

Triadic Colors of #fa96ed

#fa96ed #edfa96 #96edfa

Analogous Colors of #fa96ed

#fa96ed #fa96bb #d596fa

Monochromatic Colors of #fa96ed

#fa96ed

Complementary Color

#fa96ed #96faa3

#fa96ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96ed Color CSS Codes

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

#fa96ed Text Font Color

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

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


#fa96ed Background Color

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

This div background color is #fa96ed


#fa96ed Border Color

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

This div border color is #fa96ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96ed


Comments

No comments written yet.

Please login to write comment.