COLOR #F0BCD6

HEX: #F0BCD6
RGB: (240,188,214)

Color info

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

RGB color model

#F0BCD6 color RGB value is (240,188,214).

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

RGB channels and saturation

R 240 of 255 = 94%
G 188 of 255 = 74%
B 214 of 255 = 84%

240
188
214

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

Portions of RGB colors in percentages

R + G + B =
240 + 188 + 214 = 642 (100%)
R 240 of 642 ~ 37.38%
G 188 of 642 ~ 29.28%
B 214 of 642 ~ 33.33%

%37.38
%29.28
%33.33

CMYK color model

#F0BCD6 color CMYK value is (0,22,11,6).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(0,22,11,6)
C0M22Y11K6 
(0%,22%,11%,6%)
(0.00/0.22/0.11/0.06)	

CMYK percentages

%0
%21.67
%10.83
%5.88

Codes

Color #F0BCD6 in popluar color models

F0BCD6
RGB240188214
HSL330°63.41%83.92%
HSB/HSV330°21.67%94.12%
CMYK0.00%21.67%10.83%
5.88%

Color #F0BCD6 in popluar number systems.

HEXF0BCD6
Decimal240188214
Binary111100001011110011010110
Octal360274326

Shades and tints

Shades of #F0BCD6

#F0BCD6
(240,188,214)
#DBABC3
(219,171,195)
#C69AB0
(198,154,176)
#B1899D
(177,137,157)
#9C788A
(156,120,138)
#876777
(135,103,119)
#725664
(114,86,100)
#5D4551
(93,69,81)
#48343E
(72,52,62)
#33232B
(51,35,43)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #F0BCD6

#F0BCD6
(240,188,214)
#F1C2D9
(241,194,217)
#F2C8DC
(242,200,220)
#F3CEDF
(243,206,223)
#F4D4E2
(244,212,226)
#F5DAE5
(245,218,229)
#F6E0E8
(246,224,232)
#F7E6EB
(247,230,235)
#F8ECEE
(248,236,238)
#F9F2F1
(249,242,241)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BCD6; }

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

This text font color is #F0BCD6.


Background Color

.myBgColor { background-color: #F0BCD6; }

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

This div background color is #F0BCD6.


Border color

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

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

This div border color is #F0BCD6.


Opacity

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

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

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

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

This text has shadow with #F0BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BCD6 on black background.


Color preview on white background

This text has color #F0BCD6 on white background.



Black color preview on #F0BCD6 background

This text has black color on #F0BCD6 background.


White color preview on #F0BCD6 background

This text has white color on #F0BCD6 background.