COLOR #F7B9DA

HEX: #F7B9DA
RGB: (247,185,218)

Color info

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

RGB color model

#F7B9DA color RGB value is (247,185,218).

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

RGB channels and saturation

R 247 of 255 = 97%
G 185 of 255 = 73%
B 218 of 255 = 85%

247
185
218

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

Portions of RGB colors in percentages

R + G + B =
247 + 185 + 218 = 650 (100%)
R 247 of 650 ~ 38%
G 185 of 650 ~ 28.46%
B 218 of 650 ~ 33.54%

%38
%28.46
%33.54

CMYK color model

#F7B9DA color CMYK value is (0,25,12,3).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,25,12,3)
C0M25Y12K3 
(0%,25%,12%,3%)
(0.00/0.25/0.12/0.03)	

CMYK percentages

%0
%25.1
%11.74
%3.14

Codes

Color #F7B9DA in popluar color models

F7B9DA
RGB247185218
HSL328°79.49%84.71%
HSB/HSV328°25.10%96.86%
CMYK0.00%25.10%11.74%
3.14%

Color #F7B9DA in popluar number systems.

HEXF7B9DA
Decimal247185218
Binary111101111011100111011010
Octal367271332

Shades and tints

Shades of #F7B9DA

#F7B9DA
(247,185,218)
#E1A9C7
(225,169,199)
#CB99B4
(203,153,180)
#B589A1
(181,137,161)
#9F798E
(159,121,142)
#89697B
(137,105,123)
#735968
(115,89,104)
#5D4955
(93,73,85)
#473942
(71,57,66)
#31292F
(49,41,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #F7B9DA

#F7B9DA
(247,185,218)
#F7BFDD
(247,191,221)
#F7C5E0
(247,197,224)
#F7CBE3
(247,203,227)
#F7D1E6
(247,209,230)
#F7D7E9
(247,215,233)
#F7DDEC
(247,221,236)
#F7E3EF
(247,227,239)
#F7E9F2
(247,233,242)
#F7EFF5
(247,239,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B9DA; }

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

This text font color is #F7B9DA.


Background Color

.myBgColor { background-color: #F7B9DA; }

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

This div background color is #F7B9DA.


Border color

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

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

This div border color is #F7B9DA.


Opacity

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

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

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

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

This text has shadow with #F7B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B9DA on black background.


Color preview on white background

This text has color #F7B9DA on white background.



Black color preview on #F7B9DA background

This text has black color on #F7B9DA background.


White color preview on #F7B9DA background

This text has white color on #F7B9DA background.