Color Hex Logo

#fec0ed Color Hex

#FEC0ED
(254,192,237)
0 Favorites   0 Comments

Color spaces of #fec0ed

RGB 254192237
HSL0.880.970.87
HSV316°24°100°
CMYK 0.000.240.07   0.00
XYZ75.008764.884588.6913
Yxy64.88450.32810.2839
Hunter Lab80.550925.2544-8.8961
CIE-Lab84.424229.1929-13.6377

#fec0ed color RGB value is (254,192,237).

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

The process color (four color CMYK) of #fec0ed color hex is 0.00, 0.24, 0.07, 0.00. Web safe color of #fec0ed is #ffccff. Color #fec0ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 11101101
Octal 376 300 355
Decimal 254 192 237
Hex FE C0 ED

RGB Percentages of Color #fec0ed

%37.19
%28.11
%34.70

CMYK Percentages of Color #fec0ed

%0
%24
%7
%0

Triadic Colors of #fec0ed

#fec0ed #edfec0 #c0edfe

Analogous Colors of #fec0ed

#fec0ed #fec0ce #f0c0fe

Monochromatic Colors of #fec0ed

#fec0ed

Complementary Color

#fec0ed #c0fed1

#fec0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec0ed Color CSS Codes

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

#fec0ed Text Font Color

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

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


#fec0ed Background Color

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

This div background color is #fec0ed


#fec0ed Border Color

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

This div border color is #fec0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec0ed

Related Colors


Comments

No comments written yet.

Please login to write comment.