Color Hex Logo

#ffccdf Color Hex

#FFCCDF
(255,204,223)
0 Favorites   0 Comments

Color spaces of #ffccdf

RGB 255204223
HSL0.941.000.90
HSV338°20°100°
CMYK 0.000.200.13   0.00
XYZ76.152169.773479.2660
Yxy69.77340.33820.3098
Hunter Lab83.530516.55452.2083
CIE-Lab86.885620.9193-2.5281

#ffccdf color RGB value is (255,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11011111
Octal 377 314 337
Decimal 255 204 223
Hex FF CC DF

RGB Percentages of Color #ffccdf

%37.39
%29.91
%32.70

CMYK Percentages of Color #ffccdf

%0
%20
%13
%0

Triadic Colors of #ffccdf

#ffccdf #dfffcc #ccdfff

Analogous Colors of #ffccdf

#ffccdf #ffd3cc #ffccf9

Monochromatic Colors of #ffccdf

#ffccdf

Complementary Color

#ffccdf #ccffec

#ffccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccdf Color CSS Codes

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

#ffccdf Text Font Color

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

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


#ffccdf Background Color

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

This div background color is #ffccdf


#ffccdf Border Color

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

This div border color is #ffccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccdf

Related Colors


Comments

No comments written yet.

Please login to write comment.