Color Hex Logo

#fdd6de Color Hex

#FDD6DE
(253,214,222)
0 Favorites   0 Comments

Color spaces of #fdd6de

RGB 253214222
HSL0.970.910.92
HSV348°15°99°
CMYK 0.000.150.12   0.01
XYZ77.739474.249779.3416
Yxy74.24970.33610.3210
Hunter Lab86.168310.24495.7250
CIE-Lab89.040414.83601.1299

#fdd6de color RGB value is (253,214,222).

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

The process color (four color CMYK) of #fdd6de color hex is 0.00, 0.15, 0.12, 0.01. Web safe color of #fdd6de is #ffcccc. Color #fdd6de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 11011110
Octal 375 326 336
Decimal 253 214 222
Hex FD D6 DE

RGB Percentages of Color #fdd6de

%36.72
%31.06
%32.22

CMYK Percentages of Color #fdd6de

%0
%15
%12
%1

Triadic Colors of #fdd6de

#fdd6de #defdd6 #d6defd

Analogous Colors of #fdd6de

#fdd6de #fde2d6 #fdd6f2

Monochromatic Colors of #fdd6de

#fdd6de

Complementary Color

#fdd6de #d6fdf5

#fdd6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd6de Color CSS Codes

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

#fdd6de Text Font Color

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

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


#fdd6de Background Color

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

This div background color is #fdd6de


#fdd6de Border Color

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

This div border color is #fdd6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd6de


Comments

No comments written yet.

Please login to write comment.