Color Hex Logo

#fd66ce Color Hex

#FD66CE
(253,102,206)
0 Favorites   0 Comments

Color spaces of #fd66ce

RGB 253102206
HSL0.890.970.70
HSV319°60°99°
CMYK 0.000.600.19   0.01
XYZ56.400034.841662.1450
Yxy34.84160.36770.2271
Hunter Lab59.026867.2596-21.1034
CIE-Lab65.625268.3296-25.1666

#fd66ce color RGB value is (253,102,206).

#fd66ce hex color red value is 253, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fd66ce hue: 0.89 , saturation: 0.97 and the lightness value of fd66ce is 0.70.

The process color (four color CMYK) of #fd66ce color hex is 0.00, 0.60, 0.19, 0.01. Web safe color of #fd66ce is #ff66cc. Color #fd66ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100110 11001110
Octal 375 146 316
Decimal 253 102 206
Hex FD 66 CE

RGB Percentages of Color #fd66ce

%45.10
%18.18
%36.72

CMYK Percentages of Color #fd66ce

%0
%60
%19
%1

Triadic Colors of #fd66ce

#fd66ce #cefd66 #66cefd

Analogous Colors of #fd66ce

#fd66ce #fd6683 #e166fd

Monochromatic Colors of #fd66ce

#fd66ce

Complementary Color

#fd66ce #66fd95

#fd66ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd66ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd66ce Color CSS Codes

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

#fd66ce Text Font Color

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

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


#fd66ce Background Color

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

This div background color is #fd66ce


#fd66ce Border Color

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

This div border color is #fd66ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,102,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 #fd66ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd66ce

Related Colors


Comments

No comments written yet.

Please login to write comment.