Color Hex Logo

#fec9da Color Hex

#FEC9DA
(254,201,218)
0 Favorites   0 Comments

Color spaces of #fec9da

RGB 254201218
HSL0.950.960.89
HSV341°21°100°
CMYK 0.000.210.14   0.00
XYZ74.414667.906175.5148
Yxy67.90610.34160.3117
Hunter Lab82.405216.98243.3512
CIE-Lab85.959521.3522-1.2407

#fec9da color RGB value is (254,201,218).

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

The process color (four color CMYK) of #fec9da color hex is 0.00, 0.21, 0.14, 0.00. Web safe color of #fec9da is #ffcccc. Color #fec9da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 11011010
Octal 376 311 332
Decimal 254 201 218
Hex FE C9 DA

RGB Percentages of Color #fec9da

%37.74
%29.87
%32.39

CMYK Percentages of Color #fec9da

%0
%21
%14
%0

Triadic Colors of #fec9da

#fec9da #dafec9 #c9dafe

Analogous Colors of #fec9da

#fec9da #fed3c9 #fec9f5

Monochromatic Colors of #fec9da

#fec9da

Complementary Color

#fec9da #c9feed

#fec9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec9da Color CSS Codes

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

#fec9da Text Font Color

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

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


#fec9da Background Color

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

This div background color is #fec9da


#fec9da Border Color

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

This div border color is #fec9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec9da

Related Colors

#fec9da Color Palettes


Comments

No comments written yet.

Please login to write comment.