Color Hex Logo

#fdd1df Color Hex

#FDD1DF
(253,209,223)
0 Favorites   0 Comments

Color spaces of #fdd1df

RGB 253209223
HSL0.950.920.91
HSV341°17°99°
CMYK 0.000.170.12   0.01
XYZ76.627871.811379.6343
Yxy71.81130.33600.3149
Hunter Lab84.741513.11153.6024
CIE-Lab87.877717.6081-1.0958

#fdd1df color RGB value is (253,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 11011111
Octal 375 321 337
Decimal 253 209 223
Hex FD D1 DF

RGB Percentages of Color #fdd1df

%36.93
%30.51
%32.55

CMYK Percentages of Color #fdd1df

%0
%17
%12
%1

Triadic Colors of #fdd1df

#fdd1df #dffdd1 #d1dffd

Analogous Colors of #fdd1df

#fdd1df #fdd9d1 #fdd1f5

Monochromatic Colors of #fdd1df

#fdd1df

Complementary Color

#fdd1df #d1fdef

#fdd1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd1df Color CSS Codes

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

#fdd1df Text Font Color

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

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


#fdd1df Background Color

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

This div background color is #fdd1df


#fdd1df Border Color

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

This div border color is #fdd1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd1df


Comments

No comments written yet.

Please login to write comment.