Color Hex Logo

#fed7ed Color Hex

#FED7ED
(254,215,237)
0 Favorites   0 Comments

Color spaces of #fed7ed

RGB 254215237
HSL0.910.950.92
HSV326°15°100°
CMYK 0.000.150.07   0.00
XYZ80.459675.786190.5083
Yxy75.78610.32610.3071
Hunter Lab87.055212.6296-0.7031
CIE-Lab89.759917.1259-5.7050

#fed7ed color RGB value is (254,215,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 11101101
Octal 376 327 355
Decimal 254 215 237
Hex FE D7 ED

RGB Percentages of Color #fed7ed

%35.98
%30.45
%33.57

CMYK Percentages of Color #fed7ed

%0
%15
%7
%0

Triadic Colors of #fed7ed

#fed7ed #edfed7 #d7edfe

Analogous Colors of #fed7ed

#fed7ed #fed7da #fcd7fe

Monochromatic Colors of #fed7ed

#fed7ed

Complementary Color

#fed7ed #d7fee8

#fed7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed7ed Color CSS Codes

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

#fed7ed Text Font Color

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

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


#fed7ed Background Color

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

This div background color is #fed7ed


#fed7ed Border Color

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

This div border color is #fed7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed7ed


Comments

No comments written yet.

Please login to write comment.