Color Hex Logo

#fdc6dd Color Hex

#FDC6DD
(253,198,221)
0 Favorites   0 Comments

Color spaces of #fdc6dd

RGB 253198221
HSL0.930.930.88
HSV335°22°99°
CMYK 0.000.220.13   0.01
XYZ73.753266.491377.3535
Yxy66.49130.33890.3056
Hunter Lab81.542218.75060.8352
CIE-Lab85.246423.0564-3.8955

#fdc6dd color RGB value is (253,198,221).

#fdc6dd hex color red value is 253, green value is 198 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdc6dd hue: 0.93 , saturation: 0.93 and the lightness value of fdc6dd is 0.88.

The process color (four color CMYK) of #fdc6dd color hex is 0.00, 0.22, 0.13, 0.01. Web safe color of #fdc6dd is #ffcccc. Color #fdc6dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 11011101
Octal 375 306 335
Decimal 253 198 221
Hex FD C6 DD

RGB Percentages of Color #fdc6dd

%37.65
%29.46
%32.89

CMYK Percentages of Color #fdc6dd

%0
%22
%13
%1

Triadic Colors of #fdc6dd

#fdc6dd #ddfdc6 #c6ddfd

Analogous Colors of #fdc6dd

#fdc6dd #fdcbc6 #fdc6f9

Monochromatic Colors of #fdc6dd

#fdc6dd

Complementary Color

#fdc6dd #c6fde6

#fdc6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc6dd Color CSS Codes

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

#fdc6dd Text Font Color

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

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


#fdc6dd Background Color

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

This div background color is #fdc6dd


#fdc6dd Border Color

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

This div border color is #fdc6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc6dd

Related Colors

#fdc6dd Color Palettes


Comments

No comments written yet.

Please login to write comment.