Color Hex Logo

#ffccdc Color Hex

#FFCCDC
(255,204,220)
0 Favorites   0 Comments

Color spaces of #ffccdc

RGB 255204220
HSL0.951.000.90
HSV341°20°100°
CMYK 0.000.200.14   0.00
XYZ75.751169.613077.1543
Yxy69.61300.34040.3128
Hunter Lab83.434416.05213.5768
CIE-Lab86.806720.4428-1.0520

#ffccdc color RGB value is (255,204,220).

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

The process color (four color CMYK) of #ffccdc color hex is 0.00, 0.20, 0.14, 0.00. Web safe color of #ffccdc is #ffcccc. Color #ffccdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11011100
Octal 377 314 334
Decimal 255 204 220
Hex FF CC DC

RGB Percentages of Color #ffccdc

%37.56
%30.04
%32.40

CMYK Percentages of Color #ffccdc

%0
%20
%14
%0

Triadic Colors of #ffccdc

#ffccdc #dcffcc #ccdcff

Analogous Colors of #ffccdc

#ffccdc #ffd6cc #ffccf6

Monochromatic Colors of #ffccdc

#ffccdc

Complementary Color

#ffccdc #ccffef

#ffccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccdc Color CSS Codes

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

#ffccdc Text Font Color

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

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


#ffccdc Background Color

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

This div background color is #ffccdc


#ffccdc Border Color

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

This div border color is #ffccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccdc

Related Colors


Comments

No comments written yet.

Please login to write comment.