Color Hex Logo

#fdd3ed Color Hex

#FDD3ED
(253,211,237)
0 Favorites   0 Comments

Color spaces of #fdd3ed

RGB 253211237
HSL0.900.910.91
HSV323°17°99°
CMYK 0.000.170.06   0.01
XYZ79.088373.585690.1558
Yxy73.58560.32570.3030
Hunter Lab85.782014.4527-2.2656
CIE-Lab88.726318.8789-7.2428

#fdd3ed color RGB value is (253,211,237).

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

The process color (four color CMYK) of #fdd3ed color hex is 0.00, 0.17, 0.06, 0.01. Web safe color of #fdd3ed is #ffccff. Color #fdd3ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 11101101
Octal 375 323 355
Decimal 253 211 237
Hex FD D3 ED

RGB Percentages of Color #fdd3ed

%36.09
%30.10
%33.81

CMYK Percentages of Color #fdd3ed

%0
%17
%6
%1

Triadic Colors of #fdd3ed

#fdd3ed #edfdd3 #d3edfd

Analogous Colors of #fdd3ed

#fdd3ed #fdd3d8 #f8d3fd

Monochromatic Colors of #fdd3ed

#fdd3ed

Complementary Color

#fdd3ed #d3fde3

#fdd3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd3ed Color CSS Codes

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

#fdd3ed Text Font Color

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

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


#fdd3ed Background Color

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

This div background color is #fdd3ed


#fdd3ed Border Color

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

This div border color is #fdd3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd3ed


Comments

No comments written yet.

Please login to write comment.