Color Hex Logo

#ffc1dd Color Hex

#FFC1DD
(255,193,221)
0 Favorites   0 Comments

Color spaces of #ffc1dd

RGB 255193221
HSL0.921.000.88
HSV333°24°100°
CMYK 0.000.240.13   0.00
XYZ73.361164.620477.0130
Yxy64.62040.34120.3006
Hunter Lab80.386822.2224-0.5308
CIE-Lab84.287726.3729-5.2861

#ffc1dd color RGB value is (255,193,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 11011101
Octal 377 301 335
Decimal 255 193 221
Hex FF C1 DD

RGB Percentages of Color #ffc1dd

%38.12
%28.85
%33.03

CMYK Percentages of Color #ffc1dd

%0
%24
%13
%0

Triadic Colors of #ffc1dd

#ffc1dd #ddffc1 #c1ddff

Analogous Colors of #ffc1dd

#ffc1dd #ffc4c1 #ffc1fc

Monochromatic Colors of #ffc1dd

#ffc1dd

Complementary Color

#ffc1dd #c1ffe3

#ffc1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc1dd Color CSS Codes

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

#ffc1dd Text Font Color

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

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


#ffc1dd Background Color

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

This div background color is #ffc1dd


#ffc1dd Border Color

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

This div border color is #ffc1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc1dd


Comments

No comments written yet.

Please login to write comment.