COLOR #F0B9B8

HEX: #F0B9B8
RGB: (240,185,184)

Color info

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

RGB color model

#F0B9B8 color RGB value is (240,185,184).

  • red value is 240;
  • green value is 185;
  • blue value is 184.
RGB:
(240,185,184)
(94%,73%,72%)

RGB channels and saturation

R 240 of 255 = 94%
G 185 of 255 = 73%
B 184 of 255 = 72%

240
185
184

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

Portions of RGB colors in percentages

R + G + B =
240 + 185 + 184 = 609 (100%)
R 240 of 609 ~ 39.41%
G 185 of 609 ~ 30.38%
B 184 of 609 ~ 30.21%

%39.41
%30.38
%30.21

CMYK color model

#F0B9B8 color CMYK value is (0,23,23,6).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(0,23,23,6)
C0M23Y23K6 
(0%,23%,23%,6%)
(0.00/0.23/0.23/0.06)	

CMYK percentages

%0
%22.92
%23.33
%5.88

Codes

Color #F0B9B8 in popluar color models

F0B9B8
RGB240185184
HSL65.12%83.14%
HSB/HSV23.33%94.12%
CMYK0.00%22.92%23.33%
5.88%

Color #F0B9B8 in popluar number systems.

HEXF0B9B8
Decimal240185184
Binary111100001011100110111000
Octal360271270

Shades and tints

Shades of #F0B9B8

#F0B9B8
(240,185,184)
#DBA9A8
(219,169,168)
#C69998
(198,153,152)
#B18988
(177,137,136)
#9C7978
(156,121,120)
#876968
(135,105,104)
#725958
(114,89,88)
#5D4948
(93,73,72)
#483938
(72,57,56)
#332928
(51,41,40)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #F0B9B8

#F0B9B8
(240,185,184)
#F1BFBE
(241,191,190)
#F2C5C4
(242,197,196)
#F3CBCA
(243,203,202)
#F4D1D0
(244,209,208)
#F5D7D6
(245,215,214)
#F6DDDC
(246,221,220)
#F7E3E2
(247,227,226)
#F8E9E8
(248,233,232)
#F9EFEE
(249,239,238)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B9B8 color. Also use rgb(240,185,184) instead hex code.

Text Font Color

.myTextColor { color: #F0B9B8; }

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

This text font color is #F0B9B8.


Background Color

.myBgColor { background-color: #F0B9B8; }

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

This div background color is #F0B9B8.


Border color

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

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

This div border color is #F0B9B8.


Opacity

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

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

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

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

This text has shadow with #F0B9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B9B8 on black background.


Color preview on white background

This text has color #F0B9B8 on white background.



Black color preview on #F0B9B8 background

This text has black color on #F0B9B8 background.


White color preview on #F0B9B8 background

This text has white color on #F0B9B8 background.