COLOR #FFC1B1

HEX: #FFC1B1
RGB: (255,193,177)

Color info

#FFC1B1 contains mainly red color. Web safe color of #FFC1B1 is #FFCC99 (or #FC9).

RGB color model

#FFC1B1 color RGB value is (255,193,177).

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

RGB channels and saturation

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

255
193
177

R + G + B ~ 82%. #FFC1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 177 = 625 (100%)
R 255 of 625 ~ 40.8%
G 193 of 625 ~ 30.88%
B 177 of 625 ~ 28.32%

%40.8
%30.88
%28.32

CMYK color model

#FFC1B1 color CMYK value is (0,24,31,0).

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

CMYK percentages

%0
%24.31
%30.59
%0

Codes

Color #FFC1B1 in popluar color models

FFC1B1
RGB255193177
HSL12°100.00%84.71%
HSB/HSV12°30.59%100.00%
CMYK0.00%24.31%30.59%
0.00%

Color #FFC1B1 in popluar number systems.

HEXFFC1B1
Decimal255193177
Binary111111111100000110110001
Octal377301261

Shades and tints

Shades of #FFC1B1

#FFC1B1
(255,193,177)
#E8B0A1
(232,176,161)
#D19F91
(209,159,145)
#BA8E81
(186,142,129)
#A37D71
(163,125,113)
#8C6C61
(140,108,97)
#755B51
(117,91,81)
#5E4A41
(94,74,65)
#473931
(71,57,49)
#302821
(48,40,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #FFC1B1

#FFC1B1
(255,193,177)
#FFC6B8
(255,198,184)
#FFCBBF
(255,203,191)
#FFD0C6
(255,208,198)
#FFD5CD
(255,213,205)
#FFDAD4
(255,218,212)
#FFDFDB
(255,223,219)
#FFE4E2
(255,228,226)
#FFE9E9
(255,233,233)
#FFEEF0
(255,238,240)
#FFF3F7
(255,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1B1; }

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

This text font color is #FFC1B1.


Background Color

.myBgColor { background-color: #FFC1B1; }

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

This div background color is #FFC1B1.


Border color

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

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

This div border color is #FFC1B1.


Opacity

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

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

Text with #FFC1B1 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 #FFC1B1;}

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

This text has shadow with #FFC1B1 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFC1B1;
-webkit-box-shadow: 1px 1px 3px 2px #FFC1B1;
box-shadow:1px 1px 3px 2px #FFC1B1;">
Div content here</div>
This div box has shadow with color #FFC1B1.

Preview

Color preview on black background

This text has color #FFC1B1 on black background.


Color preview on white background

This text has color #FFC1B1 on white background.



Black color preview on #FFC1B1 background

This text has black color on #FFC1B1 background.


White color preview on #FFC1B1 background

This text has white color on #FFC1B1 background.