Color Hex Logo

#fdd0ed Color Hex

#FDD0ED
(253,208,237)
0 Favorites   0 Comments

Color spaces of #fdd0ed

RGB 253208237
HSL0.890.920.90
HSV321°18°99°
CMYK 0.000.180.06   0.01
XYZ78.349972.108889.9097
Yxy72.10880.32600.3000
Hunter Lab84.916916.0912-3.3342
CIE-Lab88.020920.4509-8.2878

#fdd0ed color RGB value is (253,208,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 11101101
Octal 375 320 355
Decimal 253 208 237
Hex FD D0 ED

RGB Percentages of Color #fdd0ed

%36.25
%29.80
%33.95

CMYK Percentages of Color #fdd0ed

%0
%18
%6
%1

Triadic Colors of #fdd0ed

#fdd0ed #edfdd0 #d0edfd

Analogous Colors of #fdd0ed

#fdd0ed #fdd0d7 #f7d0fd

Monochromatic Colors of #fdd0ed

#fdd0ed

Complementary Color

#fdd0ed #d0fde0

#fdd0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd0ed Color CSS Codes

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

#fdd0ed Text Font Color

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

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


#fdd0ed Background Color

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

This div background color is #fdd0ed


#fdd0ed Border Color

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

This div border color is #fdd0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd0ed

Related Colors


Comments

No comments written yet.

Please login to write comment.