COLOR #F0B1BB

HEX: #F0B1BB
RGB: (240,177,187)

Color info

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

RGB color model

#F0B1BB color RGB value is (240,177,187).

  • red value is 240;
  • green value is 177;
  • blue value is 187.
RGB:
(240,177,187)
(94%,69%,73%)

RGB channels and saturation

R 240 of 255 = 94%
G 177 of 255 = 69%
B 187 of 255 = 73%

240
177
187

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

Portions of RGB colors in percentages

R + G + B =
240 + 177 + 187 = 604 (100%)
R 240 of 604 ~ 39.74%
G 177 of 604 ~ 29.3%
B 187 of 604 ~ 30.96%

%39.74
%29.3
%30.96

CMYK color model

#F0B1BB color CMYK value is (0,26,22,6).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 22.08%
  • key color value is 5.88%
CMYK:
(0,26,22,6)
C0M26Y22K6 
(0%,26%,22%,6%)
(0.00/0.26/0.22/0.06)	

CMYK percentages

%0
%26.25
%22.08
%5.88

Codes

Color #F0B1BB in popluar color models

F0B1BB
RGB240177187
HSL350°67.74%81.76%
HSB/HSV350°26.25%94.12%
CMYK0.00%26.25%22.08%
5.88%

Color #F0B1BB in popluar number systems.

HEXF0B1BB
Decimal240177187
Binary111100001011000110111011
Octal360261273

Shades and tints

Shades of #F0B1BB

#F0B1BB
(240,177,187)
#DBA1AA
(219,161,170)
#C69199
(198,145,153)
#B18188
(177,129,136)
#9C7177
(156,113,119)
#876166
(135,97,102)
#725155
(114,81,85)
#5D4144
(93,65,68)
#483133
(72,49,51)
#332122
(51,33,34)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #F0B1BB

#F0B1BB
(240,177,187)
#F1B8C1
(241,184,193)
#F2BFC7
(242,191,199)
#F3C6CD
(243,198,205)
#F4CDD3
(244,205,211)
#F5D4D9
(245,212,217)
#F6DBDF
(246,219,223)
#F7E2E5
(247,226,229)
#F8E9EB
(248,233,235)
#F9F0F1
(249,240,241)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B1BB; }

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

This text font color is #F0B1BB.


Background Color

.myBgColor { background-color: #F0B1BB; }

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

This div background color is #F0B1BB.


Border color

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

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

This div border color is #F0B1BB.


Opacity

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

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

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

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

This text has shadow with #F0B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B1BB on black background.


Color preview on white background

This text has color #F0B1BB on white background.



Black color preview on #F0B1BB background

This text has black color on #F0B1BB background.


White color preview on #F0B1BB background

This text has white color on #F0B1BB background.