Color Hex Logo

#fd6edc Color Hex

#FD6EDC
(253,110,220)
0 Favorites   0 Comments

Color spaces of #fd6edc

RGB 253110220
HSL0.870.970.71
HSV314°57°99°
CMYK 0.000.570.13   0.01
XYZ59.002237.201871.7811
Yxy37.20180.35120.2215
Hunter Lab60.993365.9348-27.0813
CIE-Lab67.428266.9230-30.2241

#fd6edc color RGB value is (253,110,220).

#fd6edc hex color red value is 253, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd6edc hue: 0.87 , saturation: 0.97 and the lightness value of fd6edc is 0.71.

The process color (four color CMYK) of #fd6edc color hex is 0.00, 0.57, 0.13, 0.01. Web safe color of #fd6edc is #ff66cc. Color #fd6edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101110 11011100
Octal 375 156 334
Decimal 253 110 220
Hex FD 6E DC

RGB Percentages of Color #fd6edc

%43.40
%18.87
%37.74

CMYK Percentages of Color #fd6edc

%0
%57
%13
%1

Triadic Colors of #fd6edc

#fd6edc #dcfd6e #6edcfd

Analogous Colors of #fd6edc

#fd6edc #fd6e95 #d76efd

Monochromatic Colors of #fd6edc

#fd6edc

Complementary Color

#fd6edc #6efd8f

#fd6edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6edc Color CSS Codes

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

#fd6edc Text Font Color

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

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


#fd6edc Background Color

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

This div background color is #fd6edc


#fd6edc Border Color

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

This div border color is #fd6edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6edc


Comments

No comments written yet.

Please login to write comment.