Color Hex Logo

#fdd6eb Color Hex

#FDD6EB
(253,214,235)
0 Favorites   0 Comments

Color spaces of #fdd6eb

RGB 253214235
HSL0.910.910.92
HSV328°15°99°
CMYK 0.000.150.07   0.01
XYZ79.550074.973988.8759
Yxy74.97390.32680.3080
Hunter Lab86.587512.4642-0.2458
CIE-Lab89.380816.9711-5.2214

#fdd6eb color RGB value is (253,214,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 11101011
Octal 375 326 353
Decimal 253 214 235
Hex FD D6 EB

RGB Percentages of Color #fdd6eb

%36.04
%30.48
%33.48

CMYK Percentages of Color #fdd6eb

%0
%15
%7
%1

Triadic Colors of #fdd6eb

#fdd6eb #ebfdd6 #d6ebfd

Analogous Colors of #fdd6eb

#fdd6eb #fdd6d8 #fcd6fd

Monochromatic Colors of #fdd6eb

#fdd6eb

Complementary Color

#fdd6eb #d6fde8

#fdd6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd6eb Color CSS Codes

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

#fdd6eb Text Font Color

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

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


#fdd6eb Background Color

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

This div background color is #fdd6eb


#fdd6eb Border Color

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

This div border color is #fdd6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd6eb


Comments

No comments written yet.

Please login to write comment.