Color Hex Logo

#fdcedc Color Hex

#FDCEDC
(253,206,220)
0 Favorites   0 Comments

Color spaces of #fdcedc

RGB 253206220
HSL0.950.920.90
HSV342°19°99°
CMYK 0.000.190.13   0.01
XYZ75.497670.192677.2795
Yxy70.19260.33860.3148
Hunter Lab83.781014.23493.9577
CIE-Lab87.091218.6987-0.6578

#fdcedc color RGB value is (253,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11011100
Octal 375 316 334
Decimal 253 206 220
Hex FD CE DC

RGB Percentages of Color #fdcedc

%37.26
%30.34
%32.40

CMYK Percentages of Color #fdcedc

%0
%19
%13
%1

Triadic Colors of #fdcedc

#fdcedc #dcfdce #cedcfd

Analogous Colors of #fdcedc

#fdcedc #fdd8ce #fdcef4

Monochromatic Colors of #fdcedc

#fdcedc

Complementary Color

#fdcedc #cefdef

#fdcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcedc Color CSS Codes

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

#fdcedc Text Font Color

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

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


#fdcedc Background Color

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

This div background color is #fdcedc


#fdcedc Border Color

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

This div border color is #fdcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcedc


Comments

No comments written yet.

Please login to write comment.