Color Hex Logo

#fd4fde Color Hex

#FD4FDE
(253,79,222)
0 Favorites   0 Comments

Color spaces of #fd4fde

RGB 25379222
HSL0.860.980.65
HSV311°69°99°
CMYK 0.000.690.12   0.01
XYZ56.488831.748572.2580
Yxy31.74850.35200.1978
Hunter Lab56.345880.3478-36.5916
CIE-Lab63.134579.2856-38.0116

#fd4fde color RGB value is (253,79,222).

#fd4fde hex color red value is 253, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fd4fde hue: 0.86 , saturation: 0.98 and the lightness value of fd4fde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 11011110
Octal 375 117 336
Decimal 253 79 222
Hex FD 4F DE

RGB Percentages of Color #fd4fde

%45.67
%14.26
%40.07

CMYK Percentages of Color #fd4fde

%0
%69
%12
%1

Triadic Colors of #fd4fde

#fd4fde #defd4f #4fdefd

Analogous Colors of #fd4fde

#fd4fde #fd4f87 #c54ffd

Monochromatic Colors of #fd4fde

#fd4fde

Complementary Color

#fd4fde #4ffd6e

#fd4fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4fde Color CSS Codes

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

#fd4fde Text Font Color

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

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


#fd4fde Background Color

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

This div background color is #fd4fde


#fd4fde Border Color

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

This div border color is #fd4fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4fde

Related Colors


Comments

No comments written yet.

Please login to write comment.