Color Hex Logo

#ffc8dd Color Hex

#FFC8DD
(255,200,221)
2 Favorites   0 Comments

Color spaces of #ffc8dd

RGB 255200221
HSL0.941.000.89
HSV337°22°100°
CMYK 0.000.220.13   0.00
XYZ74.945467.789077.5411
Yxy67.78900.34020.3077
Hunter Lab82.334118.39671.7953
CIE-Lab85.900822.6980-2.9113

#ffc8dd color RGB value is (255,200,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001000 11011101
Octal 377 310 335
Decimal 255 200 221
Hex FF C8 DD

RGB Percentages of Color #ffc8dd

%37.72
%29.59
%32.69

CMYK Percentages of Color #ffc8dd

%0
%22
%13
%0

Triadic Colors of #ffc8dd

#ffc8dd #ddffc8 #c8ddff

Analogous Colors of #ffc8dd

#ffc8dd #ffcfc8 #ffc8f9

Monochromatic Colors of #ffc8dd

#ffc8dd

Complementary Color

#ffc8dd #c8ffea

#ffc8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc8dd Color CSS Codes

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

#ffc8dd Text Font Color

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

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


#ffc8dd Background Color

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

This div background color is #ffc8dd


#ffc8dd Border Color

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

This div border color is #ffc8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc8dd

Related Colors

#ffc8dd Color Palettes


Comments

No comments written yet.

Please login to write comment.