color codes Logo

#fdc0cc color codes

#FDC0CC
(253,192,204)
2 Favorites   0 Comments

Color spaces of #fdc0cc

RGB 253192204
HSL0.970.940.87
HSV348°24°99°
CMYK 0.000.240.19   0.01
XYZ70.256762.941665.5727
Yxy62.94160.35350.3167
Hunter Lab79.335719.23526.5306
CIE-Lab83.411623.58622.5040

#fdc0cc color RGB value is (253,192,204).

#fdc0cc hex color red value is 253, green value is 192 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fdc0cc hue: 0.97 , saturation: 0.94 and the lightness value of fdc0cc is 0.87.

The process color (four color CMYK) of #fdc0cc color code is 0.00, 0.24, 0.19, 0.01. Web safe color of #fdc0cc is #ffcccc. Color #fdc0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 11001100
Octal 375 300 314
Decimal 253 192 204
Hex FD C0 CC

RGB Percentages of Color #fdc0cc

%38.98
%29.58
%31.43

CMYK Percentages of Color #fdc0cc

%0
%24
%19
%1

Triadic Colors of #fdc0cc

#fdc0cc #ccfdc0 #c0ccfd

Analogous Colors of #fdc0cc

#fdc0cc #fdd3c0 #fdc0eb

Monochromatic Colors of #fdc0cc

#fdc0cc

Complementary Color

#fdc0cc #c0fdf1

#fdc0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc0cc Color CSS Codes

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

#fdc0cc Text Font Color

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

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


#fdc0cc Background Color

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

This div background color is #fdc0cc


#fdc0cc Border Color

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

This div border color is #fdc0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc0cc

#fdc0cc Color Palettes


Comments

No comments written yet.

Please login to write comment.