COLOR #F1BBCA

HEX: #F1BBCA
RGB: (241,187,202)

Color info

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

RGB color model

#F1BBCA color RGB value is (241,187,202).

  • red value is 241;
  • green value is 187;
  • blue value is 202.
RGB:
(241,187,202)
(95%,73%,79%)

RGB channels and saturation

R 241 of 255 = 95%
G 187 of 255 = 73%
B 202 of 255 = 79%

241
187
202

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

Portions of RGB colors in percentages

R + G + B =
241 + 187 + 202 = 630 (100%)
R 241 of 630 ~ 38.25%
G 187 of 630 ~ 29.68%
B 202 of 630 ~ 32.06%

%38.25
%29.68
%32.06

CMYK color model

#F1BBCA color CMYK value is (0,22,16,5).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 16.18%
  • key color value is 5.49%
CMYK:
(0,22,16,5)
C0M22Y16K5 
(0%,22%,16%,5%)
(0.00/0.22/0.16/0.05)	

CMYK percentages

%0
%22.41
%16.18
%5.49

Codes

Color #F1BBCA in popluar color models

F1BBCA
RGB241187202
HSL343°65.85%83.92%
HSB/HSV343°22.41%94.51%
CMYK0.00%22.41%16.18%
5.49%

Color #F1BBCA in popluar number systems.

HEXF1BBCA
Decimal241187202
Binary111100011011101111001010
Octal361273312

Shades and tints

Shades of #F1BBCA

#F1BBCA
(241,187,202)
#DCAAB8
(220,170,184)
#C799A6
(199,153,166)
#B28894
(178,136,148)
#9D7782
(157,119,130)
#886670
(136,102,112)
#73555E
(115,85,94)
#5E444C
(94,68,76)
#49333A
(73,51,58)
#342228
(52,34,40)
#1F1116
(31,17,22)
#000000
(0,0,0)

Tints of #F1BBCA

#F1BBCA
(241,187,202)
#F2C1CE
(242,193,206)
#F3C7D2
(243,199,210)
#F4CDD6
(244,205,214)
#F5D3DA
(245,211,218)
#F6D9DE
(246,217,222)
#F7DFE2
(247,223,226)
#F8E5E6
(248,229,230)
#F9EBEA
(249,235,234)
#FAF1EE
(250,241,238)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BBCA color. Also use rgb(241,187,202) instead hex code.

Text Font Color

.myTextColor { color: #F1BBCA; }

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

This text font color is #F1BBCA.


Background Color

.myBgColor { background-color: #F1BBCA; }

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

This div background color is #F1BBCA.


Border color

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

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

This div border color is #F1BBCA.


Opacity

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

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

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

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

This text has shadow with #F1BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BBCA on black background.


Color preview on white background

This text has color #F1BBCA on white background.



Black color preview on #F1BBCA background

This text has black color on #F1BBCA background.


White color preview on #F1BBCA background

This text has white color on #F1BBCA background.