COLOR #F7BCDB

HEX: #F7BCDB
RGB: (247,188,219)

Color info

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

RGB color model

#F7BCDB color RGB value is (247,188,219).

  • red value is 247;
  • green value is 188;
  • blue value is 219.
RGB:
(247,188,219)
(97%,74%,86%)

RGB channels and saturation

R 247 of 255 = 97%
G 188 of 255 = 74%
B 219 of 255 = 86%

247
188
219

R + G + B ~ 86%. #F7BCDB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 188 + 219 = 654 (100%)
R 247 of 654 ~ 37.77%
G 188 of 654 ~ 28.75%
B 219 of 654 ~ 33.49%

%37.77
%28.75
%33.49

CMYK color model

#F7BCDB color CMYK value is (0,24,11,3).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(0,24,11,3)
C0M24Y11K3 
(0%,24%,11%,3%)
(0.00/0.24/0.11/0.03)	

CMYK percentages

%0
%23.89
%11.34
%3.14

Codes

Color #F7BCDB in popluar color models

F7BCDB
RGB247188219
HSL328°78.67%85.29%
HSB/HSV328°23.89%96.86%
CMYK0.00%23.89%11.34%
3.14%

Color #F7BCDB in popluar number systems.

HEXF7BCDB
Decimal247188219
Binary111101111011110011011011
Octal367274333

Shades and tints

Shades of #F7BCDB

#F7BCDB
(247,188,219)
#E1ABC8
(225,171,200)
#CB9AB5
(203,154,181)
#B589A2
(181,137,162)
#9F788F
(159,120,143)
#89677C
(137,103,124)
#735669
(115,86,105)
#5D4556
(93,69,86)
#473443
(71,52,67)
#312330
(49,35,48)
#1B121D
(27,18,29)
#000000
(0,0,0)

Tints of #F7BCDB

#F7BCDB
(247,188,219)
#F7C2DE
(247,194,222)
#F7C8E1
(247,200,225)
#F7CEE4
(247,206,228)
#F7D4E7
(247,212,231)
#F7DAEA
(247,218,234)
#F7E0ED
(247,224,237)
#F7E6F0
(247,230,240)
#F7ECF3
(247,236,243)
#F7F2F6
(247,242,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BCDB color. Also use rgb(247,188,219) instead hex code.

Text Font Color

.myTextColor { color: #F7BCDB; }

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

This text font color is #F7BCDB.


Background Color

.myBgColor { background-color: #F7BCDB; }

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

This div background color is #F7BCDB.


Border color

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

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

This div border color is #F7BCDB.


Opacity

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

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

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

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

This text has shadow with #F7BCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BCDB on black background.


Color preview on white background

This text has color #F7BCDB on white background.



Black color preview on #F7BCDB background

This text has black color on #F7BCDB background.


White color preview on #F7BCDB background

This text has white color on #F7BCDB background.