Color Hex Logo

#fec2df Color Hex

#FEC2DF
(254,194,223)
0 Favorites   0 Comments

Color spaces of #fec2df

RGB 254194223
HSL0.920.970.88
HSV331°24°100°
CMYK 0.000.240.12   0.00
XYZ73.484164.982178.4818
Yxy64.98210.33870.2995
Hunter Lab80.611521.6476-1.2956
CIE-Lab84.474525.8240-6.0898

#fec2df color RGB value is (254,194,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 11011111
Octal 376 302 337
Decimal 254 194 223
Hex FE C2 DF

RGB Percentages of Color #fec2df

%37.85
%28.91
%33.23

CMYK Percentages of Color #fec2df

%0
%24
%12
%0

Triadic Colors of #fec2df

#fec2df #dffec2 #c2dffe

Analogous Colors of #fec2df

#fec2df #fec3c2 #fec2fd

Monochromatic Colors of #fec2df

#fec2df

Complementary Color

#fec2df #c2fee1

#fec2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec2df Color CSS Codes

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

#fec2df Text Font Color

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

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


#fec2df Background Color

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

This div background color is #fec2df


#fec2df Border Color

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

This div border color is #fec2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec2df

Related Colors


Comments

No comments written yet.

Please login to write comment.