Color Hex Logo

#fdd9ed Color Hex

#FDD9ED
(253,217,237)
0 Favorites   0 Comments

Color spaces of #fdd9ed

RGB 253217237
HSL0.910.900.92
HSV327°14°99°
CMYK 0.000.140.06   0.01
XYZ80.606976.622890.6620
Yxy76.62280.32520.3091
Hunter Lab87.534511.1881-0.1343
CIE-Lab90.147715.7429-5.1428

#fdd9ed color RGB value is (253,217,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 11101101
Octal 375 331 355
Decimal 253 217 237
Hex FD D9 ED

RGB Percentages of Color #fdd9ed

%35.79
%30.69
%33.52

CMYK Percentages of Color #fdd9ed

%0
%14
%6
%1

Triadic Colors of #fdd9ed

#fdd9ed #edfdd9 #d9edfd

Analogous Colors of #fdd9ed

#fdd9ed #fdd9db #fbd9fd

Monochromatic Colors of #fdd9ed

#fdd9ed

Complementary Color

#fdd9ed #d9fde9

#fdd9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd9ed Color CSS Codes

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

#fdd9ed Text Font Color

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

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


#fdd9ed Background Color

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

This div background color is #fdd9ed


#fdd9ed Border Color

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

This div border color is #fdd9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd9ed

Related Colors


Comments

No comments written yet.

Please login to write comment.