Color Hex Logo

#fedcd5 Color Hex

#FEDCD5
(254,220,213)
0 Favorites   0 Comments

Color spaces of #fedcd5

RGB 254220213
HSL0.030.950.92
HSV10°16°100°
CMYK 0.000.130.16   0.00
XYZ78.476577.061373.6890
Yxy77.06130.34240.3362
Hunter Lab87.78465.950111.6794
CIE-Lab90.349810.66507.7673

#fedcd5 color RGB value is (254,220,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11010101
Octal 376 334 325
Decimal 254 220 213
Hex FE DC D5

RGB Percentages of Color #fedcd5

%36.97
%32.02
%31.00

CMYK Percentages of Color #fedcd5

%0
%13
%16
%0

Triadic Colors of #fedcd5

#fedcd5 #d5fedc #dcd5fe

Analogous Colors of #fedcd5

#fedcd5 #fef1d5 #fed5e3

Monochromatic Colors of #fedcd5

#fedcd5

Complementary Color

#fedcd5 #d5f7fe

#fedcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcd5 Color CSS Codes

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

#fedcd5 Text Font Color

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

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


#fedcd5 Background Color

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

This div background color is #fedcd5


#fedcd5 Border Color

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

This div border color is #fedcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcd5

Related Colors


Comments

No comments written yet.

Please login to write comment.