Color Hex Logo

#fa86cc Color Hex

#FA86CC
(250,134,204)
0 Favorites   0 Comments

Color spaces of #fa86cc

RGB 250134204
HSL0.900.920.75
HSV324°46°98°
CMYK 0.000.460.18   0.02
XYZ58.848541.733862.0805
Yxy41.73380.36180.2566
Hunter Lab64.601749.5504-11.7549
CIE-Lab70.687052.5055-16.3819

#fa86cc color RGB value is (250,134,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 11001100
Octal 372 206 314
Decimal 250 134 204
Hex FA 86 CC

RGB Percentages of Color #fa86cc

%42.52
%22.79
%34.69

CMYK Percentages of Color #fa86cc

%0
%46
%18
%2

Triadic Colors of #fa86cc

#fa86cc #ccfa86 #86ccfa

Analogous Colors of #fa86cc

#fa86cc #fa8692 #ee86fa

Monochromatic Colors of #fa86cc

#fa86cc

Complementary Color

#fa86cc #86fab4

#fa86cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa86cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa86cc Color CSS Codes

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

#fa86cc Text Font Color

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

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


#fa86cc Background Color

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

This div background color is #fa86cc


#fa86cc Border Color

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

This div border color is #fa86cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa86cc

Related Colors


Comments

No comments written yet.

Please login to write comment.