Color Hex Logo

#fed7ec Color Hex

#FED7EC
(254,215,236)
0 Favorites   0 Comments

Color spaces of #fed7ec

RGB 254215236
HSL0.910.950.92
HSV328°15°100°
CMYK 0.000.150.07   0.00
XYZ80.313875.727889.7408
Yxy75.72780.32680.3081
Hunter Lab87.021712.4526-0.2274
CIE-Lab89.732816.9569-5.2188

#fed7ec color RGB value is (254,215,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 11101100
Octal 376 327 354
Decimal 254 215 236
Hex FE D7 EC

RGB Percentages of Color #fed7ec

%36.03
%30.50
%33.48

CMYK Percentages of Color #fed7ec

%0
%15
%7
%0

Triadic Colors of #fed7ec

#fed7ec #ecfed7 #d7ecfe

Analogous Colors of #fed7ec

#fed7ec #fed7d9 #fdd7fe

Monochromatic Colors of #fed7ec

#fed7ec

Complementary Color

#fed7ec #d7fee9

#fed7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed7ec Color CSS Codes

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

#fed7ec Text Font Color

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

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


#fed7ec Background Color

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

This div background color is #fed7ec


#fed7ec Border Color

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

This div border color is #fed7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed7ec

Related Colors


Comments

No comments written yet.

Please login to write comment.