COLOR #F7BED9

HEX: #F7BED9
RGB: (247,190,217)

Color info

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

RGB color model

#F7BED9 color RGB value is (247,190,217).

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

RGB channels and saturation

R 247 of 255 = 97%
G 190 of 255 = 75%
B 217 of 255 = 85%

247
190
217

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

Portions of RGB colors in percentages

R + G + B =
247 + 190 + 217 = 654 (100%)
R 247 of 654 ~ 37.77%
G 190 of 654 ~ 29.05%
B 217 of 654 ~ 33.18%

%37.77
%29.05
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 12.15%
  • 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
%23.08
%12.15
%3.14

Codes

Color #F7BED9 in popluar color models

F7BED9
RGB247190217
HSL332°78.08%85.69%
HSB/HSV332°23.08%96.86%
CMYK0.00%23.08%12.15%
3.14%

Color #F7BED9 in popluar number systems.

HEXF7BED9
Decimal247190217
Binary111101111011111011011001
Octal367276331

Shades and tints

Shades of #F7BED9

#F7BED9
(247,190,217)
#E1ADC6
(225,173,198)
#CB9CB3
(203,156,179)
#B58BA0
(181,139,160)
#9F7A8D
(159,122,141)
#89697A
(137,105,122)
#735867
(115,88,103)
#5D4754
(93,71,84)
#473641
(71,54,65)
#31252E
(49,37,46)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #F7BED9

#F7BED9
(247,190,217)
#F7C3DC
(247,195,220)
#F7C8DF
(247,200,223)
#F7CDE2
(247,205,226)
#F7D2E5
(247,210,229)
#F7D7E8
(247,215,232)
#F7DCEB
(247,220,235)
#F7E1EE
(247,225,238)
#F7E6F1
(247,230,241)
#F7EBF4
(247,235,244)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BED9 color. Also use rgb(247,190,217) instead hex code.

Text Font Color

.myTextColor { color: #F7BED9; }

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

This text font color is #F7BED9.


Background Color

.myBgColor { background-color: #F7BED9; }

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

This div background color is #F7BED9.


Border color

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

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

This div border color is #F7BED9.


Opacity

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

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

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

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

This text has shadow with #F7BED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BED9 on black background.


Color preview on white background

This text has color #F7BED9 on white background.



Black color preview on #F7BED9 background

This text has black color on #F7BED9 background.


White color preview on #F7BED9 background

This text has white color on #F7BED9 background.