COLOR #F7BFDA

HEX: #F7BFDA
RGB: (247,191,218)

Color info

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

RGB color model

#F7BFDA color RGB value is (247,191,218).

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

RGB channels and saturation

R 247 of 255 = 97%
G 191 of 255 = 75%
B 218 of 255 = 85%

247
191
218

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

Portions of RGB colors in percentages

R + G + B =
247 + 191 + 218 = 656 (100%)
R 247 of 656 ~ 37.65%
G 191 of 656 ~ 29.12%
B 218 of 656 ~ 33.23%

%37.65
%29.12
%33.23

CMYK color model

#F7BFDA color CMYK value is (0,23,12,3).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,23,12,3)
C0M23Y12K3 
(0%,23%,12%,3%)
(0.00/0.23/0.12/0.03)	

CMYK percentages

%0
%22.67
%11.74
%3.14

Codes

Color #F7BFDA in popluar color models

F7BFDA
RGB247191218
HSL331°77.78%85.88%
HSB/HSV331°22.67%96.86%
CMYK0.00%22.67%11.74%
3.14%

Color #F7BFDA in popluar number systems.

HEXF7BFDA
Decimal247191218
Binary111101111011111111011010
Octal367277332

Shades and tints

Shades of #F7BFDA

#F7BFDA
(247,191,218)
#E1AEC7
(225,174,199)
#CB9DB4
(203,157,180)
#B58CA1
(181,140,161)
#9F7B8E
(159,123,142)
#896A7B
(137,106,123)
#735968
(115,89,104)
#5D4855
(93,72,85)
#473742
(71,55,66)
#31262F
(49,38,47)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #F7BFDA

#F7BFDA
(247,191,218)
#F7C4DD
(247,196,221)
#F7C9E0
(247,201,224)
#F7CEE3
(247,206,227)
#F7D3E6
(247,211,230)
#F7D8E9
(247,216,233)
#F7DDEC
(247,221,236)
#F7E2EF
(247,226,239)
#F7E7F2
(247,231,242)
#F7ECF5
(247,236,245)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BFDA; }

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

This text font color is #F7BFDA.


Background Color

.myBgColor { background-color: #F7BFDA; }

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

This div background color is #F7BFDA.


Border color

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

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

This div border color is #F7BFDA.


Opacity

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

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

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

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

This text has shadow with #F7BFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BFDA on black background.


Color preview on white background

This text has color #F7BFDA on white background.



Black color preview on #F7BFDA background

This text has black color on #F7BFDA background.


White color preview on #F7BFDA background

This text has white color on #F7BFDA background.