Color Hex Logo

#fdccd9 Color Hex

#FDCCD9
(253,204,217)
0 Favorites   0 Comments

Color spaces of #fdccd9

RGB 253204217
HSL0.960.920.90
HSV344°19°99°
CMYK 0.000.190.14   0.01
XYZ74.625369.078175.0459
Yxy69.07810.34110.3158
Hunter Lab83.113214.82254.6442
CIE-Lab86.542719.27280.1321

#fdccd9 color RGB value is (253,204,217).

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

The process color (four color CMYK) of #fdccd9 color hex is 0.00, 0.19, 0.14, 0.01. Web safe color of #fdccd9 is #ffcccc. Color #fdccd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11011001
Octal 375 314 331
Decimal 253 204 217
Hex FD CC D9

RGB Percentages of Color #fdccd9

%37.54
%30.27
%32.20

CMYK Percentages of Color #fdccd9

%0
%19
%14
%1

Triadic Colors of #fdccd9

#fdccd9 #d9fdcc #ccd9fd

Analogous Colors of #fdccd9

#fdccd9 #fdd8cc #fdccf2

Monochromatic Colors of #fdccd9

#fdccd9

Complementary Color

#fdccd9 #ccfdf0

#fdccd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccd9 Color CSS Codes

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

#fdccd9 Text Font Color

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

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


#fdccd9 Background Color

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

This div background color is #fdccd9


#fdccd9 Border Color

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

This div border color is #fdccd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccd9


Comments

No comments written yet.

Please login to write comment.