COLOR #F7BCDA

HEX: #F7BCDA
RGB: (247,188,218)

Color info

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

RGB color model

#F7BCDA color RGB value is (247,188,218).

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

RGB channels and saturation

R 247 of 255 = 97%
G 188 of 255 = 74%
B 218 of 255 = 85%

247
188
218

R + G + B ~ 85%. #F7BCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 188 + 218 = 653 (100%)
R 247 of 653 ~ 37.83%
G 188 of 653 ~ 28.79%
B 218 of 653 ~ 33.38%

%37.83
%28.79
%33.38

CMYK color model

#F7BCDA color CMYK value is (0,24,12,3).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,24,12,3)
C0M24Y12K3 
(0%,24%,12%,3%)
(0.00/0.24/0.12/0.03)	

CMYK percentages

%0
%23.89
%11.74
%3.14

Codes

Color #F7BCDA in popluar color models

F7BCDA
RGB247188218
HSL329°78.67%85.29%
HSB/HSV329°23.89%96.86%
CMYK0.00%23.89%11.74%
3.14%

Color #F7BCDA in popluar number systems.

HEXF7BCDA
Decimal247188218
Binary111101111011110011011010
Octal367274332

Shades and tints

Shades of #F7BCDA

#F7BCDA
(247,188,218)
#E1ABC7
(225,171,199)
#CB9AB4
(203,154,180)
#B589A1
(181,137,161)
#9F788E
(159,120,142)
#89677B
(137,103,123)
#735668
(115,86,104)
#5D4555
(93,69,85)
#473442
(71,52,66)
#31232F
(49,35,47)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #F7BCDA

#F7BCDA
(247,188,218)
#F7C2DD
(247,194,221)
#F7C8E0
(247,200,224)
#F7CEE3
(247,206,227)
#F7D4E6
(247,212,230)
#F7DAE9
(247,218,233)
#F7E0EC
(247,224,236)
#F7E6EF
(247,230,239)
#F7ECF2
(247,236,242)
#F7F2F5
(247,242,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BCDA; }

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

This text font color is #F7BCDA.


Background Color

.myBgColor { background-color: #F7BCDA; }

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

This div background color is #F7BCDA.


Border color

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

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

This div border color is #F7BCDA.


Opacity

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

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

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

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

This text has shadow with #F7BCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BCDA on black background.


Color preview on white background

This text has color #F7BCDA on white background.



Black color preview on #F7BCDA background

This text has black color on #F7BCDA background.


White color preview on #F7BCDA background

This text has white color on #F7BCDA background.