Color Hex Logo

#fed9dc Color Hex

#FED9DC
(254,217,220)
0 Favorites   0 Comments

Color spaces of #fed9dc

RGB 254217220
HSL0.990.950.92
HSV355°15°100°
CMYK 0.000.150.13   0.00
XYZ78.604275.863878.2104
Yxy75.86380.33780.3260
Hunter Lab87.09988.66467.7310
CIE-Lab89.796113.30613.2922

#fed9dc color RGB value is (254,217,220).

#fed9dc hex color red value is 254, green value is 217 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fed9dc hue: 0.99 , saturation: 0.95 and the lightness value of fed9dc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 11011100
Octal 376 331 334
Decimal 254 217 220
Hex FE D9 DC

RGB Percentages of Color #fed9dc

%36.76
%31.40
%31.84

CMYK Percentages of Color #fed9dc

%0
%15
%13
%0

Triadic Colors of #fed9dc

#fed9dc #dcfed9 #d9dcfe

Analogous Colors of #fed9dc

#fed9dc #fee9d9 #fed9ef

Monochromatic Colors of #fed9dc

#fed9dc

Complementary Color

#fed9dc #d9fefb

#fed9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed9dc Color CSS Codes

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

#fed9dc Text Font Color

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

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


#fed9dc Background Color

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

This div background color is #fed9dc


#fed9dc Border Color

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

This div border color is #fed9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed9dc


Comments

No comments written yet.

Please login to write comment.