Color Hex Logo

#fecdde Color Hex

#FECDDE
(254,205,222)
0 Favorites   0 Comments

Color spaces of #fecdde

RGB 254205222
HSL0.940.960.90
HSV339°19°100°
CMYK 0.000.190.13   0.00
XYZ75.889270.007478.6202
Yxy70.00740.33800.3118
Hunter Lab83.670415.47652.8580
CIE-Lab87.000519.8891-1.8400

#fecdde color RGB value is (254,205,222).

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

The process color (four color CMYK) of #fecdde color hex is 0.00, 0.19, 0.13, 0.00. Web safe color of #fecdde is #ffcccc. Color #fecdde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11011110
Octal 376 315 336
Decimal 254 205 222
Hex FE CD DE

RGB Percentages of Color #fecdde

%37.30
%30.10
%32.60

CMYK Percentages of Color #fecdde

%0
%19
%13
%0

Triadic Colors of #fecdde

#fecdde #defecd #cddefe

Analogous Colors of #fecdde

#fecdde #fed5cd #fecdf7

Monochromatic Colors of #fecdde

#fecdde

Complementary Color

#fecdde #cdfeed

#fecdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdde Color CSS Codes

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

#fecdde Text Font Color

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

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


#fecdde Background Color

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

This div background color is #fecdde


#fecdde Border Color

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

This div border color is #fecdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdde


Comments

No comments written yet.

Please login to write comment.