Color Hex Logo

#fdcdec Color Hex

#FDCDEC
(253,205,236)
0 Favorites   0 Comments

Color spaces of #fdcdec

RGB 253205236
HSL0.890.920.90
HSV321°19°99°
CMYK 0.000.190.07   0.01
XYZ77.479770.601488.9007
Yxy70.60140.32690.2979
Hunter Lab84.024617.5530-3.9134
CIE-Lab87.291021.8551-8.8418

#fdcdec color RGB value is (253,205,236).

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

The process color (four color CMYK) of #fdcdec color hex is 0.00, 0.19, 0.07, 0.01. Web safe color of #fdcdec is #ffccff. Color #fdcdec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11101100
Octal 375 315 354
Decimal 253 205 236
Hex FD CD EC

RGB Percentages of Color #fdcdec

%36.46
%29.54
%34.01

CMYK Percentages of Color #fdcdec

%0
%19
%7
%1

Triadic Colors of #fdcdec

#fdcdec #ecfdcd #cdecfd

Analogous Colors of #fdcdec

#fdcdec #fdcdd4 #f6cdfd

Monochromatic Colors of #fdcdec

#fdcdec

Complementary Color

#fdcdec #cdfdde

#fdcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdec Color CSS Codes

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

#fdcdec Text Font Color

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

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


#fdcdec Background Color

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

This div background color is #fdcdec


#fdcdec Border Color

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

This div border color is #fdcdec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,205,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdec

Related Colors


Comments

No comments written yet.

Please login to write comment.