Color Hex Logo

#fa86cb Color Hex

#FA86CB
(250,134,203)
0 Favorites   0 Comments

Color spaces of #fa86cb

RGB 250134203
HSL0.900.920.75
HSV324°46°98°
CMYK 0.000.460.19   0.02
XYZ58.728941.686061.4508
Yxy41.68600.36280.2575
Hunter Lab64.564749.3777-11.2352
CIE-Lab70.653952.3593-15.8763

#fa86cb color RGB value is (250,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 11001011
Octal 372 206 313
Decimal 250 134 203
Hex FA 86 CB

RGB Percentages of Color #fa86cb

%42.59
%22.83
%34.58

CMYK Percentages of Color #fa86cb

%0
%46
%19
%2

Triadic Colors of #fa86cb

#fa86cb #cbfa86 #86cbfa

Analogous Colors of #fa86cb

#fa86cb #fa8691 #ef86fa

Monochromatic Colors of #fa86cb

#fa86cb

Complementary Color

#fa86cb #86fab5

#fa86cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa86cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa86cb Color CSS Codes

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

#fa86cb Text Font Color

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

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


#fa86cb Background Color

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

This div background color is #fa86cb


#fa86cb Border Color

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

This div border color is #fa86cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa86cb


Comments

No comments written yet.

Please login to write comment.