Color Hex Logo

#fec2de Color Hex

#FEC2DE
(254,194,222)
0 Favorites   0 Comments

Color spaces of #fec2de

RGB 254194222
HSL0.920.970.88
HSV332°24°100°
CMYK 0.000.240.13   0.00
XYZ73.349764.928377.7737
Yxy64.92830.33950.3005
Hunter Lab80.578121.4757-0.8218
CIE-Lab84.446825.6636-5.5967

#fec2de color RGB value is (254,194,222).

#fec2de hex color red value is 254, green value is 194 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fec2de hue: 0.92 , saturation: 0.97 and the lightness value of fec2de is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 11011110
Octal 376 302 336
Decimal 254 194 222
Hex FE C2 DE

RGB Percentages of Color #fec2de

%37.91
%28.96
%33.13

CMYK Percentages of Color #fec2de

%0
%24
%13
%0

Triadic Colors of #fec2de

#fec2de #defec2 #c2defe

Analogous Colors of #fec2de

#fec2de #fec4c2 #fec2fc

Monochromatic Colors of #fec2de

#fec2de

Complementary Color

#fec2de #c2fee2

#fec2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec2de Color CSS Codes

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

#fec2de Text Font Color

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

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


#fec2de Background Color

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

This div background color is #fec2de


#fec2de Border Color

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

This div border color is #fec2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec2de


Comments

No comments written yet.

Please login to write comment.