Color Hex Logo

#fcccdd Color Hex

#FCCCDD
(252,204,221)
0 Favorites   0 Comments

Color spaces of #fcccdd

RGB 252204221
HSL0.940.890.89
HSV339°19°99°
CMYK 0.000.190.12   0.01
XYZ74.788969.101677.8028
Yxy69.10160.33740.3117
Hunter Lab83.127415.12182.6969
CIE-Lab86.554319.5595-1.9853

#fcccdd color RGB value is (252,204,221).

#fcccdd hex color red value is 252, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fcccdd hue: 0.94 , saturation: 0.89 and the lightness value of fcccdd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11011101
Octal 374 314 335
Decimal 252 204 221
Hex FC CC DD

RGB Percentages of Color #fcccdd

%37.22
%30.13
%32.64

CMYK Percentages of Color #fcccdd

%0
%19
%12
%1

Triadic Colors of #fcccdd

#fcccdd #ddfccc #ccddfc

Analogous Colors of #fcccdd

#fcccdd #fcd3cc #fcccf5

Monochromatic Colors of #fcccdd

#fcccdd

Complementary Color

#fcccdd #ccfceb

#fcccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccdd Color CSS Codes

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

#fcccdd Text Font Color

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

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


#fcccdd Background Color

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

This div background color is #fcccdd


#fcccdd Border Color

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

This div border color is #fcccdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,204,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 #fcccdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccdd


Comments

No comments written yet.

Please login to write comment.