COLOR #F7B1DA

HEX: #F7B1DA RGB: (247,177,218)

Color info

#F7B1DA contains mainly red and blue colors. Web safe color of #F7B1DA is #FF99CC (or #F9C).

RGB color model

#F7B1DA color RGB value is (247,177,218).

RGB: (247,177,218) (97%, 69%, 85%)

RGB channels and saturation

R 247 of 255 = 97%
G 177 of 255 = 69%
B 218 of 255 = 85%

247
177
218

R + G + B ~ 84%. #F7B1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 177 + 218 = 642 (100%)
R 247 of 642 ~ 38.47%
G 177 of 642 ~ 27.57%
B 218 of 642 ~ 33.96'%

%38.47
%27.57
%33.96

CMYK color model

#F7B1DA color CMYK value is (0,28,12,3).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 11.74%
  • key color value is 3.14%

CMYK: (0,28,12,3)
C0M28Y12K3 (0%, 28%, 12%, 3%)
(0.00 / 0.28 / 0.12 / 0.03)

CMYK percentages

%0
%28.34
%11.74
%3.14

Codes

Color #F7B1DA in popluar color models

F7 B1 DA
RGB 247 177 218
HSL 325° 81.40% 83.14%
HSB/HSV 325° 28.34% 96.86%
CMYK 0.00% 28.34% 11.74%
3.14%

Color #F7B1DA in popluar number systems.

HEX F7 B1 DA
Decimal 247 177 218
Binary 11110111 10110001 11011010
Octal 367 261 332

Shades and tints

Shades of #F7B1DA

#F7B1DA
(247,177,218)
#E1A1C7
(225,161,199)
#CB91B4
(203,145,180)
#B581A1
(181,129,161)
#9F718E
(159,113,142)
#89617B
(137,97,123)
#735168
(115,81,104)
#5D4155
(93,65,85)
#473142
(71,49,66)
#31212F
(49,33,47)
#1B111C
(27,17,28)
#000000
(0,0,0)

Tints of #F7B1DA

#F7B1DA
(247,177,218)
#F7B8DD
(247,184,221)
#F7BFE0
(247,191,224)
#F7C6E3
(247,198,227)
#F7CDE6
(247,205,230)
#F7D4E9
(247,212,233)
#F7DBEC
(247,219,236)
#F7E2EF
(247,226,239)
#F7E9F2
(247,233,242)
#F7F0F5
(247,240,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B1DA; }

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

This text font color is #F7B1DA.

Background Color

.myBgColor { background-color: #F7B1DA; }

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

This div background color is #F7B1DA.

Border color

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

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

This div border color is #F7B1DA.

Opacity

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

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

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

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

This text has shadow with #F7B1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B1DA.

Preview

Color preview on black background

This text has color #F7B1DA on black background.


Color preview on white background

This text has color #F7B1DA on white background.


Black color preview on #F7B1DA background

This text has black color on #F7B1DA background.


White color preview on #F7B1DA background

This text has white color on #F7B1DA background.


Related colors

Complementary color

Complementary color for #hex is #084E25.


I love getcolorcode.com

Triadic colors

1 #DAF7B1 and #B1DAF7 with #F7B1DA are triadic colors.

2 #DAB1F7 and #B1F7DA with #F7B1DA are triadic colors.