Color Hex Logo

#fcccdc Color Hex

#FCCCDC
(252,204,220)
0 Favorites   0 Comments

Color spaces of #fcccdc

RGB 252204220
HSL0.940.890.89
HSV340°19°99°
CMYK 0.000.190.13   0.01
XYZ74.656069.048577.1030
Yxy69.04850.33810.3127
Hunter Lab83.095414.95403.1525
CIE-Lab86.528119.3991-1.4929

#fcccdc color RGB value is (252,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11011100
Octal 374 314 334
Decimal 252 204 220
Hex FC CC DC

RGB Percentages of Color #fcccdc

%37.28
%30.18
%32.54

CMYK Percentages of Color #fcccdc

%0
%19
%13
%1

Triadic Colors of #fcccdc

#fcccdc #dcfccc #ccdcfc

Analogous Colors of #fcccdc

#fcccdc #fcd4cc #fcccf4

Monochromatic Colors of #fcccdc

#fcccdc

Complementary Color

#fcccdc #ccfcec

#fcccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccdc Color CSS Codes

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

#fcccdc Text Font Color

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

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


#fcccdc Background Color

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

This div background color is #fcccdc


#fcccdc Border Color

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

This div border color is #fcccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccdc


Comments

No comments written yet.

Please login to write comment.