COLOR #FFC1B5

HEX: #FFC1B5
RGB: (255,193,181)

Color info

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

RGB color model

#FFC1B5 color RGB value is (255,193,181).

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

RGB channels and saturation

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

255
193
181

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

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 181 = 629 (100%)
R 255 of 629 ~ 40.54%
G 193 of 629 ~ 30.68%
B 181 of 629 ~ 28.78%

%40.54
%30.68
%28.78

CMYK color model

#FFC1B5 color CMYK value is (0,24,29,0).

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

CMYK percentages

%0
%24.31
%29.02
%0

Codes

Color #FFC1B5 in popluar color models

FFC1B5
RGB255193181
HSL10°100.00%85.49%
HSB/HSV10°29.02%100.00%
CMYK0.00%24.31%29.02%
0.00%

Color #FFC1B5 in popluar number systems.

HEXFFC1B5
Decimal255193181
Binary111111111100000110110101
Octal377301265

Shades and tints

Shades of #FFC1B5

#FFC1B5
(255,193,181)
#E8B0A5
(232,176,165)
#D19F95
(209,159,149)
#BA8E85
(186,142,133)
#A37D75
(163,125,117)
#8C6C65
(140,108,101)
#755B55
(117,91,85)
#5E4A45
(94,74,69)
#473935
(71,57,53)
#302825
(48,40,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #FFC1B5

#FFC1B5
(255,193,181)
#FFC6BB
(255,198,187)
#FFCBC1
(255,203,193)
#FFD0C7
(255,208,199)
#FFD5CD
(255,213,205)
#FFDAD3
(255,218,211)
#FFDFD9
(255,223,217)
#FFE4DF
(255,228,223)
#FFE9E5
(255,233,229)
#FFEEEB
(255,238,235)
#FFF3F1
(255,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1B5; }

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

This text font color is #FFC1B5.


Background Color

.myBgColor { background-color: #FFC1B5; }

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

This div background color is #FFC1B5.


Border color

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

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

This div border color is #FFC1B5.


Opacity

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

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

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

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

This text has shadow with #FFC1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC1B5 on black background.


Color preview on white background

This text has color #FFC1B5 on white background.



Black color preview on #FFC1B5 background

This text has black color on #FFC1B5 background.


White color preview on #FFC1B5 background

This text has white color on #FFC1B5 background.