Color Hex Logo

#fed7dc Color Hex

#FED7DC
(254,215,220)
0 Favorites   0 Comments

Color spaces of #fed7dc

RGB 254215220
HSL0.980.950.92
HSV352°15°100°
CMYK 0.000.150.13   0.00
XYZ78.091874.839078.0396
Yxy74.83900.33810.3240
Hunter Lab86.50959.73957.0716
CIE-Lab89.317514.34682.5976

#fed7dc color RGB value is (254,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 11011100
Octal 376 327 334
Decimal 254 215 220
Hex FE D7 DC

RGB Percentages of Color #fed7dc

%36.87
%31.20
%31.93

CMYK Percentages of Color #fed7dc

%0
%15
%13
%0

Triadic Colors of #fed7dc

#fed7dc #dcfed7 #d7dcfe

Analogous Colors of #fed7dc

#fed7dc #fee6d7 #fed7f0

Monochromatic Colors of #fed7dc

#fed7dc

Complementary Color

#fed7dc #d7fef9

#fed7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed7dc Color CSS Codes

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

#fed7dc Text Font Color

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

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


#fed7dc Background Color

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

This div background color is #fed7dc


#fed7dc Border Color

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

This div border color is #fed7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed7dc

Related Colors


Comments

No comments written yet.

Please login to write comment.