Color Hex Logo

#fdd7eb Color Hex

#FDD7EB
(253,215,235)
0 Favorites   0 Comments

Color spaces of #fdd7eb

RGB 253215235
HSL0.910.900.92
HSV328°15°99°
CMYK 0.000.150.07   0.01
XYZ79.803875.481788.9606
Yxy75.48170.32670.3090
Hunter Lab86.880211.92080.1064
CIE-Lab89.618116.4485-4.8714

#fdd7eb color RGB value is (253,215,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 11101011
Octal 375 327 353
Decimal 253 215 235
Hex FD D7 EB

RGB Percentages of Color #fdd7eb

%35.99
%30.58
%33.43

CMYK Percentages of Color #fdd7eb

%0
%15
%7
%1

Triadic Colors of #fdd7eb

#fdd7eb #ebfdd7 #d7ebfd

Analogous Colors of #fdd7eb

#fdd7eb #fdd7d8 #fcd7fd

Monochromatic Colors of #fdd7eb

#fdd7eb

Complementary Color

#fdd7eb #d7fde9

#fdd7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd7eb Color CSS Codes

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

#fdd7eb Text Font Color

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

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


#fdd7eb Background Color

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

This div background color is #fdd7eb


#fdd7eb Border Color

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

This div border color is #fdd7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd7eb


Comments

No comments written yet.

Please login to write comment.