COLOR #F0BCD7

HEX: #F0BCD7
RGB: (240,188,215)

Color info

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

RGB color model

#F0BCD7 color RGB value is (240,188,215).

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

RGB channels and saturation

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

240
188
215

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

Portions of RGB colors in percentages

R + G + B =
240 + 188 + 215 = 643 (100%)
R 240 of 643 ~ 37.33%
G 188 of 643 ~ 29.24%
B 215 of 643 ~ 33.44%

%37.33
%29.24
%33.44

CMYK color model

#F0BCD7 color CMYK value is (0,22,10,6).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(0,22,10,6)
C0M22Y10K6 
(0%,22%,10%,6%)
(0.00/0.22/0.10/0.06)	

CMYK percentages

%0
%21.67
%10.42
%5.88

Codes

Color #F0BCD7 in popluar color models

F0BCD7
RGB240188215
HSL329°63.41%83.92%
HSB/HSV329°21.67%94.12%
CMYK0.00%21.67%10.42%
5.88%

Color #F0BCD7 in popluar number systems.

HEXF0BCD7
Decimal240188215
Binary111100001011110011010111
Octal360274327

Shades and tints

Shades of #F0BCD7

#F0BCD7
(240,188,215)
#DBABC4
(219,171,196)
#C69AB1
(198,154,177)
#B1899E
(177,137,158)
#9C788B
(156,120,139)
#876778
(135,103,120)
#725665
(114,86,101)
#5D4552
(93,69,82)
#48343F
(72,52,63)
#33232C
(51,35,44)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #F0BCD7

#F0BCD7
(240,188,215)
#F1C2DA
(241,194,218)
#F2C8DD
(242,200,221)
#F3CEE0
(243,206,224)
#F4D4E3
(244,212,227)
#F5DAE6
(245,218,230)
#F6E0E9
(246,224,233)
#F7E6EC
(247,230,236)
#F8ECEF
(248,236,239)
#F9F2F2
(249,242,242)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BCD7; }

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

This text font color is #F0BCD7.


Background Color

.myBgColor { background-color: #F0BCD7; }

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

This div background color is #F0BCD7.


Border color

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

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

This div border color is #F0BCD7.


Opacity

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

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

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

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

This text has shadow with #F0BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BCD7 on black background.


Color preview on white background

This text has color #F0BCD7 on white background.



Black color preview on #F0BCD7 background

This text has black color on #F0BCD7 background.


White color preview on #F0BCD7 background

This text has white color on #F0BCD7 background.