Color Hex Logo

#fec9ed Color Hex

#FEC9ED
(254,201,237)
0 Favorites   0 Comments

Color spaces of #fec9ed

RGB 254201237
HSL0.890.960.89
HSV319°21°100°
CMYK 0.000.210.07   0.00
XYZ77.045868.958589.3703
Yxy68.95850.32730.2930
Hunter Lab83.041320.2904-5.6799
CIE-Lab86.483524.4621-10.5626

#fec9ed color RGB value is (254,201,237).

#fec9ed hex color red value is 254, green value is 201 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fec9ed hue: 0.89 , saturation: 0.96 and the lightness value of fec9ed is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 11101101
Octal 376 311 355
Decimal 254 201 237
Hex FE C9 ED

RGB Percentages of Color #fec9ed

%36.71
%29.05
%34.25

CMYK Percentages of Color #fec9ed

%0
%21
%7
%0

Triadic Colors of #fec9ed

#fec9ed #edfec9 #c9edfe

Analogous Colors of #fec9ed

#fec9ed #fec9d3 #f5c9fe

Monochromatic Colors of #fec9ed

#fec9ed

Complementary Color

#fec9ed #c9feda

#fec9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec9ed Color CSS Codes

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

#fec9ed Text Font Color

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

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


#fec9ed Background Color

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

This div background color is #fec9ed


#fec9ed Border Color

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

This div border color is #fec9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec9ed

Related Colors


Comments

No comments written yet.

Please login to write comment.