Color Hex Logo

#fcd1cd Color Hex

#FCD1CD
(252,209,205)
0 Favorites   0 Comments

Color spaces of #fcd1cd

RGB 252209205
HSL0.010.890.90
HSV19°99°
CMYK 0.000.170.19   0.01
XYZ73.964870.704267.5065
Yxy70.70420.34860.3332
Hunter Lab84.08589.864711.2603
CIE-Lab87.341114.46657.6347

#fcd1cd color RGB value is (252,209,205).

#fcd1cd hex color red value is 252, green value is 209 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fcd1cd hue: 0.01 , saturation: 0.89 and the lightness value of fcd1cd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 11001101
Octal 374 321 315
Decimal 252 209 205
Hex FC D1 CD

RGB Percentages of Color #fcd1cd

%37.84
%31.38
%30.78

CMYK Percentages of Color #fcd1cd

%0
%17
%19
%1

Triadic Colors of #fcd1cd

#fcd1cd #cdfcd1 #d1cdfc

Analogous Colors of #fcd1cd

#fcd1cd #fce9cd #fccde1

Monochromatic Colors of #fcd1cd

#fcd1cd

Complementary Color

#fcd1cd #cdf8fc

#fcd1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd1cd Color CSS Codes

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

#fcd1cd Text Font Color

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

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


#fcd1cd Background Color

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

This div background color is #fcd1cd


#fcd1cd Border Color

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

This div border color is #fcd1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd1cd


Comments

No comments written yet.

Please login to write comment.