Color Hex Logo

#fdd6df Color Hex

#FDD6DF
(253,214,223)
0 Favorites   0 Comments

Color spaces of #fdd6df

RGB 253214223
HSL0.960.910.92
HSV346°15°99°
CMYK 0.000.150.12   0.01
XYZ77.873974.303580.0497
Yxy74.30350.33530.3200
Hunter Lab86.199510.41055.2796
CIE-Lab89.065714.99610.6398

#fdd6df color RGB value is (253,214,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 11011111
Octal 375 326 337
Decimal 253 214 223
Hex FD D6 DF

RGB Percentages of Color #fdd6df

%36.67
%31.01
%32.32

CMYK Percentages of Color #fdd6df

%0
%15
%12
%1

Triadic Colors of #fdd6df

#fdd6df #dffdd6 #d6dffd

Analogous Colors of #fdd6df

#fdd6df #fde1d6 #fdd6f3

Monochromatic Colors of #fdd6df

#fdd6df

Complementary Color

#fdd6df #d6fdf4

#fdd6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd6df Color CSS Codes

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

#fdd6df Text Font Color

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

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


#fdd6df Background Color

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

This div background color is #fdd6df


#fdd6df Border Color

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

This div border color is #fdd6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd6df


Comments

No comments written yet.

Please login to write comment.