Color Hex Logo

#fed8ed Color Hex

#FED8ED
(254,216,237)
0 Favorites   0 Comments

Color spaces of #fed8ed

RGB 254216237
HSL0.910.950.92
HSV327°15°100°
CMYK 0.000.150.07   0.00
XYZ80.715076.297090.5934
Yxy76.29700.32600.3081
Hunter Lab87.348212.0856-0.3491
CIE-Lab89.997116.6037-5.3551

#fed8ed color RGB value is (254,216,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 11101101
Octal 376 330 355
Decimal 254 216 237
Hex FE D8 ED

RGB Percentages of Color #fed8ed

%35.93
%30.55
%33.52

CMYK Percentages of Color #fed8ed

%0
%15
%7
%0

Triadic Colors of #fed8ed

#fed8ed #edfed8 #d8edfe

Analogous Colors of #fed8ed

#fed8ed #fed8da #fcd8fe

Monochromatic Colors of #fed8ed

#fed8ed

Complementary Color

#fed8ed #d8fee9

#fed8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed8ed Color CSS Codes

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

#fed8ed Text Font Color

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

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


#fed8ed Background Color

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

This div background color is #fed8ed


#fed8ed Border Color

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

This div border color is #fed8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed8ed


Comments

No comments written yet.

Please login to write comment.