Color Hex Logo

#ffcfdd Color Hex

#FFCFDD
(255,207,221)
0 Favorites   0 Comments

Color spaces of #ffcfdd

RGB 255207221
HSL0.951.000.91
HSV343°19°100°
CMYK 0.000.190.13   0.00
XYZ76.604071.106178.0940
Yxy71.10610.33920.3149
Hunter Lab84.324414.58944.1178
CIE-Lab87.536519.0304-0.5146

#ffcfdd color RGB value is (255,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11011101
Octal 377 317 335
Decimal 255 207 221
Hex FF CF DD

RGB Percentages of Color #ffcfdd

%37.34
%30.31
%32.36

CMYK Percentages of Color #ffcfdd

%0
%19
%13
%0

Triadic Colors of #ffcfdd

#ffcfdd #ddffcf #cfddff

Analogous Colors of #ffcfdd

#ffcfdd #ffd9cf #ffcff5

Monochromatic Colors of #ffcfdd

#ffcfdd

Complementary Color

#ffcfdd #cffff1

#ffcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfdd Color CSS Codes

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

#ffcfdd Text Font Color

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

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


#ffcfdd Background Color

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

This div background color is #ffcfdd


#ffcfdd Border Color

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

This div border color is #ffcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfdd

#ffcfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.