Color Hex Logo

#fedcdc Color Hex

#FEDCDC
(254,220,220)
0 Favorites   0 Comments

Color spaces of #fedcdc

RGB 254220220
HSL0.000.940.93
HSV13°100°
CMYK 0.000.130.13   0.00
XYZ79.384577.424578.4706
Yxy77.42450.33740.3291
Hunter Lab87.99127.05588.7190
CIE-Lab90.516611.74814.3362

#fedcdc color RGB value is (254,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11011100
Octal 376 334 334
Decimal 254 220 220
Hex FE DC DC

RGB Percentages of Color #fedcdc

%36.60
%31.70
%31.70

CMYK Percentages of Color #fedcdc

%0
%13
%13
%0

Triadic Colors of #fedcdc

#fedcdc #dcfedc #dcdcfe

Analogous Colors of #fedcdc

#fedcdc #feeddc #fedced

Monochromatic Colors of #fedcdc

#fedcdc

Complementary Color

#fedcdc #dcfefe

#fedcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcdc Color CSS Codes

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

#fedcdc Text Font Color

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

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


#fedcdc Background Color

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

This div background color is #fedcdc


#fedcdc Border Color

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

This div border color is #fedcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcdc

Related Colors

#fedcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.