Color Hex Logo

#fd86cf Color Hex

#FD86CF
(253,134,207)
0 Favorites   0 Comments

Color spaces of #fd86cf

RGB 253134207
HSL0.900.970.76
HSV323°47°99°
CMYK 0.000.470.18   0.01
XYZ60.295642.437864.0449
Yxy42.43780.36150.2545
Hunter Lab65.144351.2117-12.6884
CIE-Lab71.171753.8811-17.2772

#fd86cf color RGB value is (253,134,207).

#fd86cf hex color red value is 253, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fd86cf hue: 0.90 , saturation: 0.97 and the lightness value of fd86cf is 0.76.

The process color (four color CMYK) of #fd86cf color hex is 0.00, 0.47, 0.18, 0.01. Web safe color of #fd86cf is #ff99cc. Color #fd86cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 11001111
Octal 375 206 317
Decimal 253 134 207
Hex FD 86 CF

RGB Percentages of Color #fd86cf

%42.59
%22.56
%34.85

CMYK Percentages of Color #fd86cf

%0
%47
%18
%1

Triadic Colors of #fd86cf

#fd86cf #cffd86 #86cffd

Analogous Colors of #fd86cf

#fd86cf #fd8694 #f086fd

Monochromatic Colors of #fd86cf

#fd86cf

Complementary Color

#fd86cf #86fdb4

#fd86cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd86cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd86cf Color CSS Codes

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

#fd86cf Text Font Color

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

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


#fd86cf Background Color

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

This div background color is #fd86cf


#fd86cf Border Color

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

This div border color is #fd86cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd86cf


Comments

No comments written yet.

Please login to write comment.