COLOR #F1BCD1

HEX: #F1BCD1
RGB: (241,188,209)

Color info

#F1BCD1 contains red, green and blue colors in about the same proportion. Web safe color of #F1BCD1 is #FFCCCC (or #FCC).

RGB color model

#F1BCD1 color RGB value is (241,188,209).

  • red value is 241;
  • green value is 188;
  • blue value is 209.
RGB:
(241,188,209)
(95%,74%,82%)

RGB channels and saturation

R 241 of 255 = 95%
G 188 of 255 = 74%
B 209 of 255 = 82%

241
188
209

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

Portions of RGB colors in percentages

R + G + B =
241 + 188 + 209 = 638 (100%)
R 241 of 638 ~ 37.77%
G 188 of 638 ~ 29.47%
B 209 of 638 ~ 32.76%

%37.77
%29.47
%32.76

CMYK color model

#F1BCD1 color CMYK value is (0,22,13,5).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 13.28%
  • key color value is 5.49%
CMYK:
(0,22,13,5)
C0M22Y13K5 
(0%,22%,13%,5%)
(0.00/0.22/0.13/0.05)	

CMYK percentages

%0
%21.99
%13.28
%5.49

Codes

Color #F1BCD1 in popluar color models

F1BCD1
RGB241188209
HSL336°65.43%84.12%
HSB/HSV336°21.99%94.51%
CMYK0.00%21.99%13.28%
5.49%

Color #F1BCD1 in popluar number systems.

HEXF1BCD1
Decimal241188209
Binary111100011011110011010001
Octal361274321

Shades and tints

Shades of #F1BCD1

#F1BCD1
(241,188,209)
#DCABBE
(220,171,190)
#C79AAB
(199,154,171)
#B28998
(178,137,152)
#9D7885
(157,120,133)
#886772
(136,103,114)
#73565F
(115,86,95)
#5E454C
(94,69,76)
#493439
(73,52,57)
#342326
(52,35,38)
#1F1213
(31,18,19)
#000000
(0,0,0)

Tints of #F1BCD1

#F1BCD1
(241,188,209)
#F2C2D5
(242,194,213)
#F3C8D9
(243,200,217)
#F4CEDD
(244,206,221)
#F5D4E1
(245,212,225)
#F6DAE5
(246,218,229)
#F7E0E9
(247,224,233)
#F8E6ED
(248,230,237)
#F9ECF1
(249,236,241)
#FAF2F5
(250,242,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BCD1 color. Also use rgb(241,188,209) instead hex code.

Text Font Color

.myTextColor { color: #F1BCD1; }

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

This text font color is #F1BCD1.


Background Color

.myBgColor { background-color: #F1BCD1; }

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

This div background color is #F1BCD1.


Border color

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

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

This div border color is #F1BCD1.


Opacity

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

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

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

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

This text has shadow with #F1BCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BCD1 on black background.


Color preview on white background

This text has color #F1BCD1 on white background.



Black color preview on #F1BCD1 background

This text has black color on #F1BCD1 background.


White color preview on #F1BCD1 background

This text has white color on #F1BCD1 background.