Hex #ffc1c1 Color

#ffc1c1
equivalent to

RGB

(255, 193, 193)

Details of #ffc1c1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
69.9356
0.00
0.00
83.5738
63.2502
79.5300
193
63.2502
1.00
0.24
22.1973
0.3639
24°
17.7889
193
58.9746
0.88
0.24   0.00
8.6500
0.3292
100°
11.7200

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
11000001
301
193
C1
Blue
11000001
301
193
C1

RGB in % of #ffc1c1

%39.78
%30.11
%30.11

CMYK in % of #ffc1c1

%0
%24
%24
%0

Triads of color #ffc1c1

#ffc1c1 #c1c1ff #c1ffc1

Similar Colors to #ffc1c1

#ffc1c1 #ffc1e0 #ffe0c1

Preview Color #ffc1c1 on black ground

#ffc1c1 is very interesting for text.

Preview Color #ffc1c1 on white ground

#ffc1c1 is very interesting for text.

CSS Codes #ffc1c1 color

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

Text Font Color #ffc1c1

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

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


Background Color #ffc1c1

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

This div background color is #ffc1c1


Border Color #ffc1c1

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

The color of this border is #ffc1c1


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ffc1c1