Color Hex Logo

#fd6fde Color Hex

#FD6FDE
(253,111,222)
0 Favorites   0 Comments

Color spaces of #fd6fde

RGB 253111222
HSL0.870.970.71
HSV313°56°99°
CMYK 0.000.560.12   0.01
XYZ59.377337.525573.2209
Yxy37.52550.34900.2206
Hunter Lab61.258165.8180-27.9879
CIE-Lab67.669466.7849-30.9642

#fd6fde color RGB value is (253,111,222).

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

The process color (four color CMYK) of #fd6fde color hex is 0.00, 0.56, 0.12, 0.01. Web safe color of #fd6fde is #ff66cc. Color #fd6fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101111 11011110
Octal 375 157 336
Decimal 253 111 222
Hex FD 6F DE

RGB Percentages of Color #fd6fde

%43.17
%18.94
%37.88

CMYK Percentages of Color #fd6fde

%0
%56
%12
%1

Triadic Colors of #fd6fde

#fd6fde #defd6f #6fdefd

Analogous Colors of #fd6fde

#fd6fde #fd6f97 #d56ffd

Monochromatic Colors of #fd6fde

#fd6fde

Complementary Color

#fd6fde #6ffd8e

#fd6fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6fde Color CSS Codes

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

#fd6fde Text Font Color

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

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


#fd6fde Background Color

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

This div background color is #fd6fde


#fd6fde Border Color

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

This div border color is #fd6fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6fde


Comments

No comments written yet.

Please login to write comment.