Color Hex Logo

#fdd2ec Color Hex

#FDD2EC
(253,210,236)
0 Favorites   0 Comments

Color spaces of #fdd2ec

RGB 253210236
HSL0.900.910.91
HSV324°17°99°
CMYK 0.000.170.07   0.01
XYZ78.694973.032089.3058
Yxy73.03200.32650.3030
Hunter Lab85.458814.8193-2.1379
CIE-Lab88.463019.2327-7.1046

#fdd2ec color RGB value is (253,210,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 11101100
Octal 375 322 354
Decimal 253 210 236
Hex FD D2 EC

RGB Percentages of Color #fdd2ec

%36.19
%30.04
%33.76

CMYK Percentages of Color #fdd2ec

%0
%17
%7
%1

Triadic Colors of #fdd2ec

#fdd2ec #ecfdd2 #d2ecfd

Analogous Colors of #fdd2ec

#fdd2ec #fdd2d7 #f9d2fd

Monochromatic Colors of #fdd2ec

#fdd2ec

Complementary Color

#fdd2ec #d2fde3

#fdd2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd2ec Color CSS Codes

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

#fdd2ec Text Font Color

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

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


#fdd2ec Background Color

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

This div background color is #fdd2ec


#fdd2ec Border Color

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

This div border color is #fdd2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd2ec

#fdd2ec Color Palettes


Comments

No comments written yet.

Please login to write comment.