Color Hex Logo

#ffccdd Color Hex

#FFCCDD
(255,204,221)
1 Favorites   0 Comments

Color spaces of #ffccdd

RGB 255204221
HSL0.941.000.90
HSV340°20°100°
CMYK 0.000.200.13   0.00
XYZ75.884069.666277.8540
Yxy69.66620.33970.3118
Hunter Lab83.466316.21863.1231
CIE-Lab86.832920.6009-1.5442

#ffccdd color RGB value is (255,204,221). This hex color code is also a web safe color which is equal to #FCD.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11011101
Octal 377 314 335
Decimal 255 204 221
Hex FF CC DD

RGB Percentages of Color #ffccdd

%37.50
%30.00
%32.50

CMYK Percentages of Color #ffccdd

%0
%20
%13
%0

Triadic Colors of #ffccdd

#ffccdd #ddffcc #ccddff

Analogous Colors of #ffccdd

#ffccdd #ffd5cc #ffccf7

Monochromatic Colors of #ffccdd

#ffccdd

Complementary Color

#ffccdd #ccffee

#ffccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccdd Color CSS Codes

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

#ffccdd Text Font Color

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

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


#ffccdd Background Color

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

This div background color is #ffccdd


#ffccdd Border Color

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

This div border color is #ffccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccdd

Related Colors


Comments

No comments written yet.

Please login to write comment.