COLOR #F7B9DC

HEX: #F7B9DC
RGB: (247,185,220)

Color info

#F7B9DC contains mainly red and blue colors. Web safe color of #F7B9DC is #FFCCCC (or #FCC).

RGB color model

#F7B9DC color RGB value is (247,185,220).

  • red value is 247;
  • green value is 185;
  • blue value is 220.
RGB:
(247,185,220)
(97%,73%,86%)

RGB channels and saturation

R 247 of 255 = 97%
G 185 of 255 = 73%
B 220 of 255 = 86%

247
185
220

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

Portions of RGB colors in percentages

R + G + B =
247 + 185 + 220 = 652 (100%)
R 247 of 652 ~ 37.88%
G 185 of 652 ~ 28.37%
B 220 of 652 ~ 33.74%

%37.88
%28.37
%33.74

CMYK color model

#F7B9DC color CMYK value is (0,25,11,3).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(0,25,11,3)
C0M25Y11K3 
(0%,25%,11%,3%)
(0.00/0.25/0.11/0.03)	

CMYK percentages

%0
%25.1
%10.93
%3.14

Codes

Color #F7B9DC in popluar color models

F7B9DC
RGB247185220
HSL326°79.49%84.71%
HSB/HSV326°25.10%96.86%
CMYK0.00%25.10%10.93%
3.14%

Color #F7B9DC in popluar number systems.

HEXF7B9DC
Decimal247185220
Binary111101111011100111011100
Octal367271334

Shades and tints

Shades of #F7B9DC

#F7B9DC
(247,185,220)
#E1A9C8
(225,169,200)
#CB99B4
(203,153,180)
#B589A0
(181,137,160)
#9F798C
(159,121,140)
#896978
(137,105,120)
#735964
(115,89,100)
#5D4950
(93,73,80)
#47393C
(71,57,60)
#312928
(49,41,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #F7B9DC

#F7B9DC
(247,185,220)
#F7BFDF
(247,191,223)
#F7C5E2
(247,197,226)
#F7CBE5
(247,203,229)
#F7D1E8
(247,209,232)
#F7D7EB
(247,215,235)
#F7DDEE
(247,221,238)
#F7E3F1
(247,227,241)
#F7E9F4
(247,233,244)
#F7EFF7
(247,239,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B9DC color. Also use rgb(247,185,220) instead hex code.

Text Font Color

.myTextColor { color: #F7B9DC; }

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

This text font color is #F7B9DC.


Background Color

.myBgColor { background-color: #F7B9DC; }

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

This div background color is #F7B9DC.


Border color

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

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

This div border color is #F7B9DC.


Opacity

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

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

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

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

This text has shadow with #F7B9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B9DC on black background.


Color preview on white background

This text has color #F7B9DC on white background.



Black color preview on #F7B9DC background

This text has black color on #F7B9DC background.


White color preview on #F7B9DC background

This text has white color on #F7B9DC background.