Color Hex Logo

#fa86ca Color Hex

#FA86CA
(250,134,202)
0 Favorites   0 Comments

Color spaces of #fa86ca

RGB 250134202
HSL0.900.920.75
HSV325°46°98°
CMYK 0.000.460.19   0.02
XYZ58.610141.638560.8250
Yxy41.63850.36390.2585
Hunter Lab64.527949.2061-10.7181
CIE-Lab70.621052.2139-15.3701

#fa86ca color RGB value is (250,134,202).

#fa86ca hex color red value is 250, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa86ca hue: 0.90 , saturation: 0.92 and the lightness value of fa86ca is 0.75.

The process color (four color CMYK) of #fa86ca color hex is 0.00, 0.46, 0.19, 0.02. Web safe color of #fa86ca is #ff99cc. Color #fa86ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 11001010
Octal 372 206 312
Decimal 250 134 202
Hex FA 86 CA

RGB Percentages of Color #fa86ca

%42.66
%22.87
%34.47

CMYK Percentages of Color #fa86ca

%0
%46
%19
%2

Triadic Colors of #fa86ca

#fa86ca #cafa86 #86cafa

Analogous Colors of #fa86ca

#fa86ca #fa8690 #f086fa

Monochromatic Colors of #fa86ca

#fa86ca

Complementary Color

#fa86ca #86fab6

#fa86ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa86ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa86ca Color CSS Codes

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

#fa86ca Text Font Color

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

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


#fa86ca Background Color

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

This div background color is #fa86ca


#fa86ca Border Color

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

This div border color is #fa86ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa86ca

Related Colors


Comments

No comments written yet.

Please login to write comment.