Color Hex Logo

#fe6cde Color Hex

#FE6CDE
(254,108,222)
0 Favorites   0 Comments

Color spaces of #fe6cde

RGB 254108222
HSL0.870.990.71
HSV313°57°100°
CMYK 0.000.570.13   0.00
XYZ59.420437.069973.1306
Yxy37.06990.35030.2185
Hunter Lab60.885167.6571-28.5952
CIE-Lab67.329468.3538-31.4784

#fe6cde color RGB value is (254,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101100 11011110
Octal 376 154 336
Decimal 254 108 222
Hex FE 6C DE

RGB Percentages of Color #fe6cde

%43.49
%18.49
%38.01

CMYK Percentages of Color #fe6cde

%0
%57
%13
%0

Triadic Colors of #fe6cde

#fe6cde #defe6c #6cdefe

Analogous Colors of #fe6cde

#fe6cde #fe6c95 #d56cfe

Monochromatic Colors of #fe6cde

#fe6cde

Complementary Color

#fe6cde #6cfe8c

#fe6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6cde Color CSS Codes

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

#fe6cde Text Font Color

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

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


#fe6cde Background Color

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

This div background color is #fe6cde


#fe6cde Border Color

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

This div border color is #fe6cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6cde

Related Colors


Comments

No comments written yet.

Please login to write comment.