Color Hex Logo

#fed9ed Color Hex

#FED9ED
(254,217,237)
0 Favorites   0 Comments

Color spaces of #fed9ed

RGB 254217237
HSL0.910.950.92
HSV328°15°100°
CMYK 0.000.150.07   0.00
XYZ80.972076.811090.6791
Yxy76.81100.32590.3091
Hunter Lab87.641911.54220.0046
CIE-Lab90.234616.0821-5.0049

#fed9ed color RGB value is (254,217,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 11101101
Octal 376 331 355
Decimal 254 217 237
Hex FE D9 ED

RGB Percentages of Color #fed9ed

%35.88
%30.65
%33.47

CMYK Percentages of Color #fed9ed

%0
%15
%7
%0

Triadic Colors of #fed9ed

#fed9ed #edfed9 #d9edfe

Analogous Colors of #fed9ed

#fed9ed #fed9db #fdd9fe

Monochromatic Colors of #fed9ed

#fed9ed

Complementary Color

#fed9ed #d9feea

#fed9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed9ed Color CSS Codes

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

#fed9ed Text Font Color

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

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


#fed9ed Background Color

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

This div background color is #fed9ed


#fed9ed Border Color

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

This div border color is #fed9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed9ed

#fed9ed Color Palettes


Comments

No comments written yet.

Please login to write comment.