Color Hex Logo

#fa96ce Color Hex

#FA96CE
(250,150,206)
0 Favorites   0 Comments

Color spaces of #fa96ce

RGB 250150206
HSL0.910.910.78
HSV326°40°98°
CMYK 0.000.400.18   0.02
XYZ61.471346.592964.1460
Yxy46.59290.35700.2706
Hunter Lab68.259041.2967-7.9361
CIE-Lab73.928644.7723-12.6121

#fa96ce color RGB value is (250,150,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 11001110
Octal 372 226 316
Decimal 250 150 206
Hex FA 96 CE

RGB Percentages of Color #fa96ce

%41.25
%24.75
%33.99

CMYK Percentages of Color #fa96ce

%0
%40
%18
%2

Triadic Colors of #fa96ce

#fa96ce #cefa96 #96cefa

Analogous Colors of #fa96ce

#fa96ce #fa969c #f496fa

Monochromatic Colors of #fa96ce

#fa96ce

Complementary Color

#fa96ce #96fac2

#fa96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96ce Color CSS Codes

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

#fa96ce Text Font Color

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

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


#fa96ce Background Color

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

This div background color is #fa96ce


#fa96ce Border Color

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

This div border color is #fa96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96ce

Related Colors


Comments

No comments written yet.

Please login to write comment.