COLOR #F0B9D6

HEX: #F0B9D6
RGB: (240,185,214)

Color info

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

RGB color model

#F0B9D6 color RGB value is (240,185,214).

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

RGB channels and saturation

R 240 of 255 = 94%
G 185 of 255 = 73%
B 214 of 255 = 84%

240
185
214

R + G + B ~ 84%. #F0B9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 185 + 214 = 639 (100%)
R 240 of 639 ~ 37.56%
G 185 of 639 ~ 28.95%
B 214 of 639 ~ 33.49%

%37.56
%28.95
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(0,23,11,6)
C0M23Y11K6 
(0%,23%,11%,6%)
(0.00/0.23/0.11/0.06)	

CMYK percentages

%0
%22.92
%10.83
%5.88

Codes

Color #F0B9D6 in popluar color models

F0B9D6
RGB240185214
HSL328°64.71%83.33%
HSB/HSV328°22.92%94.12%
CMYK0.00%22.92%10.83%
5.88%

Color #F0B9D6 in popluar number systems.

HEXF0B9D6
Decimal240185214
Binary111100001011100111010110
Octal360271326

Shades and tints

Shades of #F0B9D6

#F0B9D6
(240,185,214)
#DBA9C3
(219,169,195)
#C699B0
(198,153,176)
#B1899D
(177,137,157)
#9C798A
(156,121,138)
#876977
(135,105,119)
#725964
(114,89,100)
#5D4951
(93,73,81)
#48393E
(72,57,62)
#33292B
(51,41,43)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #F0B9D6

#F0B9D6
(240,185,214)
#F1BFD9
(241,191,217)
#F2C5DC
(242,197,220)
#F3CBDF
(243,203,223)
#F4D1E2
(244,209,226)
#F5D7E5
(245,215,229)
#F6DDE8
(246,221,232)
#F7E3EB
(247,227,235)
#F8E9EE
(248,233,238)
#F9EFF1
(249,239,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B9D6; }

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

This text font color is #F0B9D6.


Background Color

.myBgColor { background-color: #F0B9D6; }

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

This div background color is #F0B9D6.


Border color

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

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

This div border color is #F0B9D6.


Opacity

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

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

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

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

This text has shadow with #F0B9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B9D6 on black background.


Color preview on white background

This text has color #F0B9D6 on white background.



Black color preview on #F0B9D6 background

This text has black color on #F0B9D6 background.


White color preview on #F0B9D6 background

This text has white color on #F0B9D6 background.