COLOR #F1BBBB

HEX: #F1BBBB
RGB: (241,187,187)

Color info

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

RGB color model

#F1BBBB color RGB value is (241,187,187).

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

RGB channels and saturation

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

241
187
187

R + G + B ~ 80%. #F1BBBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 187 + 187 = 615 (100%)
R 241 of 615 ~ 39.19%
G 187 of 615 ~ 30.41%
B 187 of 615 ~ 30.41%

%39.19
%30.41
%30.41

CMYK color model

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

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

CMYK percentages

%0
%22.41
%22.41
%5.49

Codes

Color #F1BBBB in popluar color models

F1BBBB
RGB241187187
HSL65.85%83.92%
HSB/HSV22.41%94.51%
CMYK0.00%22.41%22.41%
5.49%

Color #F1BBBB in popluar number systems.

HEXF1BBBB
Decimal241187187
Binary111100011011101110111011
Octal361273273

Shades and tints

Shades of #F1BBBB

#F1BBBB
(241,187,187)
#DCAAAA
(220,170,170)
#C79999
(199,153,153)
#B28888
(178,136,136)
#9D7777
(157,119,119)
#886666
(136,102,102)
#735555
(115,85,85)
#5E4444
(94,68,68)
#493333
(73,51,51)
#342222
(52,34,34)
#1F1111
(31,17,17)
#000000
(0,0,0)

Tints of #F1BBBB

#F1BBBB
(241,187,187)
#F2C1C1
(242,193,193)
#F3C7C7
(243,199,199)
#F4CDCD
(244,205,205)
#F5D3D3
(245,211,211)
#F6D9D9
(246,217,217)
#F7DFDF
(247,223,223)
#F8E5E5
(248,229,229)
#F9EBEB
(249,235,235)
#FAF1F1
(250,241,241)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BBBB; }

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

This text font color is #F1BBBB.


Background Color

.myBgColor { background-color: #F1BBBB; }

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

This div background color is #F1BBBB.


Border color

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

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

This div border color is #F1BBBB.


Opacity

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

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

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

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

This text has shadow with #F1BBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BBBB on black background.


Color preview on white background

This text has color #F1BBBB on white background.



Black color preview on #F1BBBB background

This text has black color on #F1BBBB background.


White color preview on #F1BBBB background

This text has white color on #F1BBBB background.