Color Hex Logo

#fdd5ed Color Hex

#FDD5ED
(253,213,237)
0 Favorites   0 Comments

Color spaces of #fdd5ed

RGB 253213237
HSL0.900.910.91
HSV324°16°99°
CMYK 0.000.160.06   0.01
XYZ79.588374.585690.3225
Yxy74.58560.32550.3051
Hunter Lab86.363013.3626-1.5542
CIE-Lab89.198517.8322-6.5442

#fdd5ed color RGB value is (253,213,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 11101101
Octal 375 325 355
Decimal 253 213 237
Hex FD D5 ED

RGB Percentages of Color #fdd5ed

%35.99
%30.30
%33.71

CMYK Percentages of Color #fdd5ed

%0
%16
%6
%1

Triadic Colors of #fdd5ed

#fdd5ed #edfdd5 #d5edfd

Analogous Colors of #fdd5ed

#fdd5ed #fdd5d9 #f9d5fd

Monochromatic Colors of #fdd5ed

#fdd5ed

Complementary Color

#fdd5ed #d5fde5

#fdd5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd5ed Color CSS Codes

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

#fdd5ed Text Font Color

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

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


#fdd5ed Background Color

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

This div background color is #fdd5ed


#fdd5ed Border Color

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

This div border color is #fdd5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd5ed

Related Colors


Comments

No comments written yet.

Please login to write comment.