Color Hex Logo

#fedcda Color Hex

#FEDCDA
(254,220,218)
0 Favorites   0 Comments

Color spaces of #fedcda

RGB 254220218
HSL0.010.950.93
HSV14°100°
CMYK 0.000.130.14   0.00
XYZ79.121177.319277.0836
Yxy77.31920.33880.3311
Hunter Lab87.93136.73549.5763
CIE-Lab90.468311.43505.3156

#fedcda color RGB value is (254,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11011010
Octal 376 334 332
Decimal 254 220 218
Hex FE DC DA

RGB Percentages of Color #fedcda

%36.71
%31.79
%31.50

CMYK Percentages of Color #fedcda

%0
%13
%14
%0

Triadic Colors of #fedcda

#fedcda #dafedc #dcdafe

Analogous Colors of #fedcda

#fedcda #feeeda #fedaea

Monochromatic Colors of #fedcda

#fedcda

Complementary Color

#fedcda #dafcfe

#fedcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcda Color CSS Codes

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

#fedcda Text Font Color

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

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


#fedcda Background Color

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

This div background color is #fedcda


#fedcda Border Color

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

This div border color is #fedcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcda

Related Colors

#fedcda Color Palettes


Comments

No comments written yet.

Please login to write comment.