Color Hex Logo

#fccddc Color Hex

#FCCDDC
(252,205,220)
0 Favorites   0 Comments

Color spaces of #fccddc

RGB 252205220
HSL0.950.890.90
HSV341°19°99°
CMYK 0.000.190.13   0.01
XYZ74.894569.525477.1825
Yxy69.52540.33800.3137
Hunter Lab83.381914.41233.4855
CIE-Lab86.763618.8748-1.1481

#fccddc color RGB value is (252,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11011100
Octal 374 315 334
Decimal 252 205 220
Hex FC CD DC

RGB Percentages of Color #fccddc

%37.22
%30.28
%32.50

CMYK Percentages of Color #fccddc

%0
%19
%13
%1

Triadic Colors of #fccddc

#fccddc #dcfccd #cddcfc

Analogous Colors of #fccddc

#fccddc #fcd6cd #fccdf4

Monochromatic Colors of #fccddc

#fccddc

Complementary Color

#fccddc #cdfced

#fccddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccddc Color CSS Codes

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

#fccddc Text Font Color

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

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


#fccddc Background Color

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

This div background color is #fccddc


#fccddc Border Color

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

This div border color is #fccddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccddc


Comments

No comments written yet.

Please login to write comment.