COLOR #F0B9BE

HEX: #F0B9BE
RGB: (240,185,190)

Color info

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

RGB color model

#F0B9BE color RGB value is (240,185,190).

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

RGB channels and saturation

R 240 of 255 = 94%
G 185 of 255 = 73%
B 190 of 255 = 75%

240
185
190

R + G + B ~ 81%. #F0B9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 185 + 190 = 615 (100%)
R 240 of 615 ~ 39.02%
G 185 of 615 ~ 30.08%
B 190 of 615 ~ 30.89%

%39.02
%30.08
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,23,21,6)
C0M23Y21K6 
(0%,23%,21%,6%)
(0.00/0.23/0.21/0.06)	

CMYK percentages

%0
%22.92
%20.83
%5.88

Codes

Color #F0B9BE in popluar color models

F0B9BE
RGB240185190
HSL355°64.71%83.33%
HSB/HSV355°22.92%94.12%
CMYK0.00%22.92%20.83%
5.88%

Color #F0B9BE in popluar number systems.

HEXF0B9BE
Decimal240185190
Binary111100001011100110111110
Octal360271276

Shades and tints

Shades of #F0B9BE

#F0B9BE
(240,185,190)
#DBA9AD
(219,169,173)
#C6999C
(198,153,156)
#B1898B
(177,137,139)
#9C797A
(156,121,122)
#876969
(135,105,105)
#725958
(114,89,88)
#5D4947
(93,73,71)
#483936
(72,57,54)
#332925
(51,41,37)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #F0B9BE

#F0B9BE
(240,185,190)
#F1BFC3
(241,191,195)
#F2C5C8
(242,197,200)
#F3CBCD
(243,203,205)
#F4D1D2
(244,209,210)
#F5D7D7
(245,215,215)
#F6DDDC
(246,221,220)
#F7E3E1
(247,227,225)
#F8E9E6
(248,233,230)
#F9EFEB
(249,239,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B9BE; }

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

This text font color is #F0B9BE.


Background Color

.myBgColor { background-color: #F0B9BE; }

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

This div background color is #F0B9BE.


Border color

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

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

This div border color is #F0B9BE.


Opacity

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

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

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

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

This text has shadow with #F0B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B9BE on black background.


Color preview on white background

This text has color #F0B9BE on white background.



Black color preview on #F0B9BE background

This text has black color on #F0B9BE background.


White color preview on #F0B9BE background

This text has white color on #F0B9BE background.