Color Hex Logo

#fdd1cd Color Hex

#FDD1CD
(253,209,205)
0 Favorites   0 Comments

Color spaces of #fdd1cd

RGB 253209205
HSL0.010.920.90
HSV19°99°
CMYK 0.000.170.19   0.01
XYZ74.327970.891467.5235
Yxy70.89140.34940.3332
Hunter Lab84.197010.232411.3891
CIE-Lab87.432214.82517.7775

#fdd1cd color RGB value is (253,209,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 11001101
Octal 375 321 315
Decimal 253 209 205
Hex FD D1 CD

RGB Percentages of Color #fdd1cd

%37.93
%31.33
%30.73

CMYK Percentages of Color #fdd1cd

%0
%17
%19
%1

Triadic Colors of #fdd1cd

#fdd1cd #cdfdd1 #d1cdfd

Analogous Colors of #fdd1cd

#fdd1cd #fde9cd #fdcde1

Monochromatic Colors of #fdd1cd

#fdd1cd

Complementary Color

#fdd1cd #cdf9fd

#fdd1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd1cd Color CSS Codes

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

#fdd1cd Text Font Color

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

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


#fdd1cd Background Color

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

This div background color is #fdd1cd


#fdd1cd Border Color

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

This div border color is #fdd1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd1cd


Comments

No comments written yet.

Please login to write comment.