Color Hex Logo

#fedcdd Color Hex

#FEDCDD
(254,220,221)
0 Favorites   0 Comments

Color spaces of #fedcdd

RGB 254220221
HSL1.000.940.93
HSV358°13°100°
CMYK 0.000.130.13   0.00
XYZ79.517477.477779.1703
Yxy77.47770.33670.3281
Hunter Lab88.02147.21718.2870
CIE-Lab90.541011.90563.8468

#fedcdd color RGB value is (254,220,221).

#fedcdd hex color red value is 254, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fedcdd hue: 1.00 , saturation: 0.94 and the lightness value of fedcdd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11011101
Octal 376 334 335
Decimal 254 220 221
Hex FE DC DD

RGB Percentages of Color #fedcdd

%36.55
%31.65
%31.80

CMYK Percentages of Color #fedcdd

%0
%13
%13
%0

Triadic Colors of #fedcdd

#fedcdd #ddfedc #dcddfe

Analogous Colors of #fedcdd

#fedcdd #feecdc #fedcee

Monochromatic Colors of #fedcdd

#fedcdd

Complementary Color

#fedcdd #dcfefd

#fedcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcdd Color CSS Codes

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

#fedcdd Text Font Color

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

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


#fedcdd Background Color

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

This div background color is #fedcdd


#fedcdd Border Color

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

This div border color is #fedcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.