COLOR #F2BBBB

HEX: #F2BBBB
RGB: (242,187,187)

Color info

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

RGB color model

#F2BBBB color RGB value is (242,187,187).

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

RGB channels and saturation

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

242
187
187

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

Portions of RGB colors in percentages

R + G + B =
242 + 187 + 187 = 616 (100%)
R 242 of 616 ~ 39.29%
G 187 of 616 ~ 30.36%
B 187 of 616 ~ 30.36%

%39.29
%30.36
%30.36

CMYK color model

#F2BBBB color CMYK value is (0,23,23,5).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,23,23,5)
C0M23Y23K5 
(0%,23%,23%,5%)
(0.00/0.23/0.23/0.05)	

CMYK percentages

%0
%22.73
%22.73
%5.1

Codes

Color #F2BBBB in popluar color models

F2BBBB
RGB242187187
HSL67.90%84.12%
HSB/HSV22.73%94.90%
CMYK0.00%22.73%22.73%
5.10%

Color #F2BBBB in popluar number systems.

HEXF2BBBB
Decimal242187187
Binary111100101011101110111011
Octal362273273

Shades and tints

Shades of #F2BBBB

#F2BBBB
(242,187,187)
#DCAAAA
(220,170,170)
#C69999
(198,153,153)
#B08888
(176,136,136)
#9A7777
(154,119,119)
#846666
(132,102,102)
#6E5555
(110,85,85)
#584444
(88,68,68)
#423333
(66,51,51)
#2C2222
(44,34,34)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #F2BBBB

#F2BBBB
(242,187,187)
#F3C1C1
(243,193,193)
#F4C7C7
(244,199,199)
#F5CDCD
(245,205,205)
#F6D3D3
(246,211,211)
#F7D9D9
(247,217,217)
#F8DFDF
(248,223,223)
#F9E5E5
(249,229,229)
#FAEBEB
(250,235,235)
#FBF1F1
(251,241,241)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BBBB; }

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

This text font color is #F2BBBB.


Background Color

.myBgColor { background-color: #F2BBBB; }

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

This div background color is #F2BBBB.


Border color

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

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

This div border color is #F2BBBB.


Opacity

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

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

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

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

This text has shadow with #F2BBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BBBB on black background.


Color preview on white background

This text has color #F2BBBB on white background.



Black color preview on #F2BBBB background

This text has black color on #F2BBBB background.


White color preview on #F2BBBB background

This text has white color on #F2BBBB background.