COLOR #F2B0BB

HEX: #F2B0BB
RGB: (242,176,187)

Color info

#F2B0BB contains mainly red and blue colors. Web safe color of #F2B0BB is #FF99CC (or #F9C).

RGB color model

#F2B0BB color RGB value is (242,176,187).

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

RGB channels and saturation

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

242
176
187

R + G + B ~ 79%. #F2B0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 176 + 187 = 605 (100%)
R 242 of 605 ~ 40%
G 176 of 605 ~ 29.09%
B 187 of 605 ~ 30.91%

%40
%29.09
%30.91

CMYK color model

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

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

CMYK percentages

%0
%27.27
%22.73
%5.1

Codes

Color #F2B0BB in popluar color models

F2B0BB
RGB242176187
HSL350°71.74%81.96%
HSB/HSV350°27.27%94.90%
CMYK0.00%27.27%22.73%
5.10%

Color #F2B0BB in popluar number systems.

HEXF2B0BB
Decimal242176187
Binary111100101011000010111011
Octal362260273

Shades and tints

Shades of #F2B0BB

#F2B0BB
(242,176,187)
#DCA0AA
(220,160,170)
#C69099
(198,144,153)
#B08088
(176,128,136)
#9A7077
(154,112,119)
#846066
(132,96,102)
#6E5055
(110,80,85)
#584044
(88,64,68)
#423033
(66,48,51)
#2C2022
(44,32,34)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #F2B0BB

#F2B0BB
(242,176,187)
#F3B7C1
(243,183,193)
#F4BEC7
(244,190,199)
#F5C5CD
(245,197,205)
#F6CCD3
(246,204,211)
#F7D3D9
(247,211,217)
#F8DADF
(248,218,223)
#F9E1E5
(249,225,229)
#FAE8EB
(250,232,235)
#FBEFF1
(251,239,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B0BB; }

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

This text font color is #F2B0BB.


Background Color

.myBgColor { background-color: #F2B0BB; }

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

This div background color is #F2B0BB.


Border color

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

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

This div border color is #F2B0BB.


Opacity

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

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

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

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

This text has shadow with #F2B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B0BB on black background.


Color preview on white background

This text has color #F2B0BB on white background.



Black color preview on #F2B0BB background

This text has black color on #F2B0BB background.


White color preview on #F2B0BB background

This text has white color on #F2B0BB background.