Color Hex Logo

#fd4fee Color Hex

#FD4FEE
(253,79,238)
0 Favorites   0 Comments

Color spaces of #fd4fee

RGB 25379238
HSL0.850.980.65
HSV305°69°99°
CMYK 0.000.690.06   0.01
XYZ58.736632.647784.0948
Yxy32.64770.33470.1860
Hunter Lab57.138283.5017-47.2651
CIE-Lab63.874681.5989-45.7838

#fd4fee color RGB value is (253,79,238).

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

The process color (four color CMYK) of #fd4fee color hex is 0.00, 0.69, 0.06, 0.01. Web safe color of #fd4fee is #ff66ff. Color #fd4fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 11101110
Octal 375 117 356
Decimal 253 79 238
Hex FD 4F EE

RGB Percentages of Color #fd4fee

%44.39
%13.86
%41.75

CMYK Percentages of Color #fd4fee

%0
%69
%6
%1

Triadic Colors of #fd4fee

#fd4fee #eefd4f #4feefd

Analogous Colors of #fd4fee

#fd4fee #fd4f97 #b54ffd

Monochromatic Colors of #fd4fee

#fd4fee

Complementary Color

#fd4fee #4ffd5e

#fd4fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4fee Color CSS Codes

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

#fd4fee Text Font Color

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

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


#fd4fee Background Color

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

This div background color is #fd4fee


#fd4fee Border Color

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

This div border color is #fd4fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4fee


Comments

No comments written yet.

Please login to write comment.