COLOR #F7B9D8

HEX: #F7B9D8 RGB: (247,185,216)

Color info

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

RGB color model

#F7B9D8 color RGB value is (247,185,216).

RGB: (247,185,216) (97%, 73%, 85%)

RGB channels and saturation

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

247
185
216

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

Portions of RGB colors in percentages

R + G + B = 247 + 185 + 216 = 648 (100%)
R 247 of 648 ~ 38.12%
G 185 of 648 ~ 28.55%
B 216 of 648 ~ 33.33'%

%38.12
%28.55
%33.33

CMYK color model

#F7B9D8 color CMYK value is (0,25,13,3).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 12.55%
  • key color value is 3.14%

CMYK: (0,25,13,3)
C0M25Y13K3 (0%, 25%, 13%, 3%)
(0.00 / 0.25 / 0.13 / 0.03)

CMYK percentages

%0
%25.1
%12.55
%3.14

Codes

Color #F7B9D8 in popluar color models

F7 B9 D8
RGB 247 185 216
HSL 330° 79.49% 84.71%
HSB/HSV 330° 25.10% 96.86%
CMYK 0.00% 25.10% 12.55%
3.14%

Color #F7B9D8 in popluar number systems.

HEX F7 B9 D8
Decimal 247 185 216
Binary 11110111 10111001 11011000
Octal 367 271 330

Shades and tints

Shades of #F7B9D8

#F7B9D8
(247,185,216)
#E1A9C5
(225,169,197)
#CB99B2
(203,153,178)
#B5899F
(181,137,159)
#9F798C
(159,121,140)
#896979
(137,105,121)
#735966
(115,89,102)
#5D4953
(93,73,83)
#473940
(71,57,64)
#31292D
(49,41,45)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #F7B9D8

#F7B9D8
(247,185,216)
#F7BFDB
(247,191,219)
#F7C5DE
(247,197,222)
#F7CBE1
(247,203,225)
#F7D1E4
(247,209,228)
#F7D7E7
(247,215,231)
#F7DDEA
(247,221,234)
#F7E3ED
(247,227,237)
#F7E9F0
(247,233,240)
#F7EFF3
(247,239,243)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B9D8; }

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

This text font color is #F7B9D8.

Background Color

.myBgColor { background-color: #F7B9D8; }

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

This div background color is #F7B9D8.

Border color

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

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

This div border color is #F7B9D8.

Opacity

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

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

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

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

This text has shadow with #F7B9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B9D8.

Preview

Color preview on black background

This text has color #F7B9D8 on black background.


Color preview on white background

This text has color #F7B9D8 on white background.


Black color preview on #F7B9D8 background

This text has black color on #F7B9D8 background.


White color preview on #F7B9D8 background

This text has white color on #F7B9D8 background.


Related colors

Complementary color

Complementary color for #hex is #084627.


I love getcolorcode.com

Triadic colors

1 #D8F7B9 and #B9D8F7 with #F7B9D8 are triadic colors.

2 #D8B9F7 and #B9F7D8 with #F7B9D8 are triadic colors.