Color Hex Logo

#ffd1ed Color Hex

#FFD1ED
(255,209,237)
0 Favorites   0 Comments

Color spaces of #ffd1ed

RGB 255209237
HSL0.901.000.91
HSV323°18°100°
CMYK 0.000.180.07   0.00
XYZ79.326572.975490.0255
Yxy72.97540.32740.3011
Hunter Lab85.425616.2608-2.6846
CIE-Lab88.436020.6017-7.6528

#ffd1ed color RGB value is (255,209,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11101101
Octal 377 321 355
Decimal 255 209 237
Hex FF D1 ED

RGB Percentages of Color #ffd1ed

%36.38
%29.81
%33.81

CMYK Percentages of Color #ffd1ed

%0
%18
%7
%0

Triadic Colors of #ffd1ed

#ffd1ed #edffd1 #d1edff

Analogous Colors of #ffd1ed

#ffd1ed #ffd1d6 #fad1ff

Monochromatic Colors of #ffd1ed

#ffd1ed

Complementary Color

#ffd1ed #d1ffe3

#ffd1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1ed Color CSS Codes

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

#ffd1ed Text Font Color

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

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


#ffd1ed Background Color

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

This div background color is #ffd1ed


#ffd1ed Border Color

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

This div border color is #ffd1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1ed

Related Colors

#ffd1ed Color Palettes


Comments

No comments written yet.

Please login to write comment.