COLOR #F7BBDC

HEX: #F7BBDC RGB: (247,187,220)

Color info

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

RGB color model

#F7BBDC color RGB value is (247,187,220).

RGB: (247,187,220) (97%, 73%, 86%)

RGB channels and saturation

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

247
187
220

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

Portions of RGB colors in percentages

R + G + B = 247 + 187 + 220 = 654 (100%)
R 247 of 654 ~ 37.77%
G 187 of 654 ~ 28.59%
B 220 of 654 ~ 33.64'%

%37.77
%28.59
%33.64

CMYK color model

#F7BBDC color CMYK value is (0,24,11,3).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 10.93%
  • key color value is 3.14%

CMYK: (0,24,11,3)
C0M24Y11K3 (0%, 24%, 11%, 3%)
(0.00 / 0.24 / 0.11 / 0.03)

CMYK percentages

%0
%24.29
%10.93
%3.14

Codes

Color #F7BBDC in popluar color models

F7 BB DC
RGB 247 187 220
HSL 327° 78.95% 85.10%
HSB/HSV 327° 24.29% 96.86%
CMYK 0.00% 24.29% 10.93%
3.14%

Color #F7BBDC in popluar number systems.

HEX F7 BB DC
Decimal 247 187 220
Binary 11110111 10111011 11011100
Octal 367 273 334

Shades and tints

Shades of #F7BBDC

#F7BBDC
(247,187,220)
#E1AAC8
(225,170,200)
#CB99B4
(203,153,180)
#B588A0
(181,136,160)
#9F778C
(159,119,140)
#896678
(137,102,120)
#735564
(115,85,100)
#5D4450
(93,68,80)
#47333C
(71,51,60)
#312228
(49,34,40)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #F7BBDC

#F7BBDC
(247,187,220)
#F7C1DF
(247,193,223)
#F7C7E2
(247,199,226)
#F7CDE5
(247,205,229)
#F7D3E8
(247,211,232)
#F7D9EB
(247,217,235)
#F7DFEE
(247,223,238)
#F7E5F1
(247,229,241)
#F7EBF4
(247,235,244)
#F7F1F7
(247,241,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BBDC; }

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

This text font color is #F7BBDC.

Background Color

.myBgColor { background-color: #F7BBDC; }

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

This div background color is #F7BBDC.

Border color

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

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

This div border color is #F7BBDC.

Opacity

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

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

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

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

This text has shadow with #F7BBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BBDC.

Preview

Color preview on black background

This text has color #F7BBDC on black background.


Color preview on white background

This text has color #F7BBDC on white background.


Black color preview on #F7BBDC background

This text has black color on #F7BBDC background.


White color preview on #F7BBDC background

This text has white color on #F7BBDC background.


Related colors

Complementary color

Complementary color for #hex is #084423.


I love getcolorcode.com

Triadic colors

1 #DCF7BB and #BBDCF7 with #F7BBDC are triadic colors.

2 #DCBBF7 and #BBF7DC with #F7BBDC are triadic colors.