Color Hex Logo

#fecdee Color Hex

#FECDEE
(254,205,238)
0 Favorites   0 Comments

Color spaces of #fecdee

RGB 254205238
HSL0.890.960.90
HSV320°19°100°
CMYK 0.000.190.06   0.00
XYZ78.137070.906590.4570
Yxy70.90650.32620.2961
Hunter Lab84.206018.2744-4.7472
CIE-Lab87.439622.5318-9.6701

#fecdee color RGB value is (254,205,238).

#fecdee hex color red value is 254, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fecdee hue: 0.89 , saturation: 0.96 and the lightness value of fecdee is 0.90.

The process color (four color CMYK) of #fecdee color hex is 0.00, 0.19, 0.06, 0.00. Web safe color of #fecdee is #ffccff. Color #fecdee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11101110
Octal 376 315 356
Decimal 254 205 238
Hex FE CD EE

RGB Percentages of Color #fecdee

%36.44
%29.41
%34.15

CMYK Percentages of Color #fecdee

%0
%19
%6
%0

Triadic Colors of #fecdee

#fecdee #eefecd #cdeefe

Analogous Colors of #fecdee

#fecdee #fecdd6 #f6cdfe

Monochromatic Colors of #fecdee

#fecdee

Complementary Color

#fecdee #cdfedd

#fecdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdee Color CSS Codes

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

#fecdee Text Font Color

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

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


#fecdee Background Color

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

This div background color is #fecdee


#fecdee Border Color

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

This div border color is #fecdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdee


Comments

No comments written yet.

Please login to write comment.