COLOR #FFC1C1

HEX: #FFC1C1
RGB: (255,193,193)

Color info

#FFC1C1 contains mainly red color. Web safe color of #FFC1C1 is #FFCCCC (or #FCC).

RGB color model

#FFC1C1 color RGB value is (255,193,193).

  • red value is 255;
  • green value is 193;
  • blue value is 193.
RGB:
(255,193,193)
(100%,76%,76%)

RGB channels and saturation

R 255 of 255 = 100%
G 193 of 255 = 76%
B 193 of 255 = 76%

255
193
193

R + G + B ~ 84%. #FFC1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 193 = 641 (100%)
R 255 of 641 ~ 39.78%
G 193 of 641 ~ 30.11%
B 193 of 641 ~ 30.11%

%39.78
%30.11
%30.11

CMYK color model

#FFC1C1 color CMYK value is (0,24,24,0).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 24.31%
  • key color value is 0.00%
CMYK:
(0,24,24,0)
C0M24Y24K0 
(0%,24%,24%,0%)
(0.00/0.24/0.24/0.00)	

CMYK percentages

%0
%24.31
%24.31
%0

Codes

Color #FFC1C1 in popluar color models

FFC1C1
RGB255193193
HSL100.00%87.84%
HSB/HSV24.31%100.00%
CMYK0.00%24.31%24.31%
0.00%

Color #FFC1C1 in popluar number systems.

HEXFFC1C1
Decimal255193193
Binary111111111100000111000001
Octal377301301

Shades and tints

Shades of #FFC1C1

#FFC1C1
(255,193,193)
#E8B0B0
(232,176,176)
#D19F9F
(209,159,159)
#BA8E8E
(186,142,142)
#A37D7D
(163,125,125)
#8C6C6C
(140,108,108)
#755B5B
(117,91,91)
#5E4A4A
(94,74,74)
#473939
(71,57,57)
#302828
(48,40,40)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #FFC1C1

#FFC1C1
(255,193,193)
#FFC6C6
(255,198,198)
#FFCBCB
(255,203,203)
#FFD0D0
(255,208,208)
#FFD5D5
(255,213,213)
#FFDADA
(255,218,218)
#FFDFDF
(255,223,223)
#FFE4E4
(255,228,228)
#FFE9E9
(255,233,233)
#FFEEEE
(255,238,238)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC1C1 color. Also use rgb(255,193,193) instead hex code.

Text Font Color

.myTextColor { color: #FFC1C1; }

<p style="color:#FFC1C1">This sample text font color is #FFC1C1.</p>

This text font color is #FFC1C1.


Background Color

.myBgColor { background-color: #FFC1C1; }

<div style="background-color:#FFC1C1">Inner text</div>

This div background color is #FFC1C1.


Border color

.myBorderColor { border: 1px solid #FFC1C1; }

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

This div border color is #FFC1C1.


Opacity

.myOpacity80 { color: #FFC1C1; opacity: 0.8; }

<p style="color:#FFC1C1;opacity:0.8;">80%</p>

Text with #FFC1C1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFC1C1;}

<p style="text-shadow: 3px 3px 1px #FFC1C1">Text here.</p>

This text has shadow with #FFC1C1 color.

.textShadow {text-shadow: 3px 3px 1px #FFC1C1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFC1C1, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFC1C1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFC1C1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFC1C1, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFC1C1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFC1C1;
  -webkit-box-shadow:	1px 1px 3px 2px #FFC1C1;
  box-shadow:		1px 1px 3px 2px #FFC1C1;
}

/* html code with inline style */
<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>
This div box has shadow with color #FFC1C1.

Preview

Color preview on black background

This text has color #FFC1C1 on black background.


Color preview on white background

This text has color #FFC1C1 on white background.



Black color preview on #FFC1C1 background

This text has black color on #FFC1C1 background.


White color preview on #FFC1C1 background

This text has white color on #FFC1C1 background.