Color Hex Logo

#fdd2df Color Hex

#FDD2DF
(253,210,223)
0 Favorites   0 Comments

Color spaces of #fdd2df

RGB 253210223
HSL0.950.910.91
HSV342°17°99°
CMYK 0.000.170.12   0.01
XYZ76.873972.303579.7163
Yxy72.30350.33580.3159
Hunter Lab85.031512.57043.9381
CIE-Lab88.114517.0851-0.7494

#fdd2df color RGB value is (253,210,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 11011111
Octal 375 322 337
Decimal 253 210 223
Hex FD D2 DF

RGB Percentages of Color #fdd2df

%36.88
%30.61
%32.51

CMYK Percentages of Color #fdd2df

%0
%17
%12
%1

Triadic Colors of #fdd2df

#fdd2df #dffdd2 #d2dffd

Analogous Colors of #fdd2df

#fdd2df #fddbd2 #fdd2f5

Monochromatic Colors of #fdd2df

#fdd2df

Complementary Color

#fdd2df #d2fdf0

#fdd2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd2df Color CSS Codes

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

#fdd2df Text Font Color

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

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


#fdd2df Background Color

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

This div background color is #fdd2df


#fdd2df Border Color

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

This div border color is #fdd2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd2df

Related Colors

#fdd2df Color Palettes


Comments

No comments written yet.

Please login to write comment.