Color Hex Logo

#fdd3dd Color Hex

#FDD3DD
(253,211,221)
0 Favorites   0 Comments

Color spaces of #fdd3dd

RGB 253211221
HSL0.960.910.91
HSV346°17°99°
CMYK 0.000.170.13   0.01
XYZ76.853472.691678.3869
Yxy72.69160.33720.3189
Hunter Lab85.259411.69735.1707
CIE-Lab88.300416.24220.5789

#fdd3dd color RGB value is (253,211,221).

#fdd3dd hex color red value is 253, green value is 211 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdd3dd hue: 0.96 , saturation: 0.91 and the lightness value of fdd3dd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 11011101
Octal 375 323 335
Decimal 253 211 221
Hex FD D3 DD

RGB Percentages of Color #fdd3dd

%36.93
%30.80
%32.26

CMYK Percentages of Color #fdd3dd

%0
%17
%13
%1

Triadic Colors of #fdd3dd

#fdd3dd #ddfdd3 #d3ddfd

Analogous Colors of #fdd3dd

#fdd3dd #fdded3 #fdd3f2

Monochromatic Colors of #fdd3dd

#fdd3dd

Complementary Color

#fdd3dd #d3fdf3

#fdd3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd3dd Color CSS Codes

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

#fdd3dd Text Font Color

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

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


#fdd3dd Background Color

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

This div background color is #fdd3dd


#fdd3dd Border Color

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

This div border color is #fdd3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd3dd


Comments

No comments written yet.

Please login to write comment.