Color Hex Logo

#fec4dd Color Hex

#FEC4DD
(254,196,221)
0 Favorites   0 Comments

Color spaces of #fec4dd

RGB 254196221
HSL0.930.970.88
HSV334°23°100°
CMYK 0.000.230.13   0.00
XYZ73.664165.771177.2192
Yxy65.77110.34000.3036
Hunter Lab81.099420.21100.3163
CIE-Lab84.879524.4527-4.4247

#fec4dd color RGB value is (254,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 11011101
Octal 376 304 335
Decimal 254 196 221
Hex FE C4 DD

RGB Percentages of Color #fec4dd

%37.85
%29.21
%32.94

CMYK Percentages of Color #fec4dd

%0
%23
%13
%0

Triadic Colors of #fec4dd

#fec4dd #ddfec4 #c4ddfe

Analogous Colors of #fec4dd

#fec4dd #fec8c4 #fec4fa

Monochromatic Colors of #fec4dd

#fec4dd

Complementary Color

#fec4dd #c4fee5

#fec4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec4dd Color CSS Codes

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

#fec4dd Text Font Color

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

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


#fec4dd Background Color

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

This div background color is #fec4dd


#fec4dd Border Color

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

This div border color is #fec4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,196,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec4dd


Comments

No comments written yet.

Please login to write comment.