Color Hex Logo

#ffc1cd Color Hex

#FFC1CD
(255,193,205)
0 Favorites   0 Comments

Color spaces of #ffc1cd

RGB 255193205
HSL0.971.000.88
HSV348°24°100°
CMYK 0.000.240.20   0.00
XYZ71.329463.807766.3143
Yxy63.80770.35410.3167
Hunter Lab79.879719.60396.6946
CIE-Lab83.865523.91902.6523

#ffc1cd color RGB value is (255,193,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 11001101
Octal 377 301 315
Decimal 255 193 205
Hex FF C1 CD

RGB Percentages of Color #ffc1cd

%39.05
%29.56
%31.39

CMYK Percentages of Color #ffc1cd

%0
%24
%20
%0

Triadic Colors of #ffc1cd

#ffc1cd #cdffc1 #c1cdff

Analogous Colors of #ffc1cd

#ffc1cd #ffd4c1 #ffc1ec

Monochromatic Colors of #ffc1cd

#ffc1cd

Complementary Color

#ffc1cd #c1fff3

#ffc1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc1cd Color CSS Codes

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

#ffc1cd Text Font Color

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

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


#ffc1cd Background Color

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

This div background color is #ffc1cd


#ffc1cd Border Color

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

This div border color is #ffc1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc1cd

Related Colors


Comments

No comments written yet.

Please login to write comment.