Color Hex Logo

#fdccd1 Color Hex

#FDCCD1
(253,204,209)
0 Favorites   0 Comments

Color spaces of #fdccd1

RGB 253204209
HSL0.980.920.90
HSV354°19°99°
CMYK 0.000.190.17   0.01
XYZ73.609568.671869.6969
Yxy68.67180.34730.3240
Hunter Lab82.868413.53638.1418
CIE-Lab86.341318.03854.0860

#fdccd1 color RGB value is (253,204,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11010001
Octal 375 314 321
Decimal 253 204 209
Hex FD CC D1

RGB Percentages of Color #fdccd1

%37.99
%30.63
%31.38

CMYK Percentages of Color #fdccd1

%0
%19
%17
%1

Triadic Colors of #fdccd1

#fdccd1 #d1fdcc #ccd1fd

Analogous Colors of #fdccd1

#fdccd1 #fde0cc #fdccea

Monochromatic Colors of #fdccd1

#fdccd1

Complementary Color

#fdccd1 #ccfdf8

#fdccd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccd1 Color CSS Codes

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

#fdccd1 Text Font Color

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

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


#fdccd1 Background Color

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

This div background color is #fdccd1


#fdccd1 Border Color

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

This div border color is #fdccd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccd1


Comments

No comments written yet.

Please login to write comment.