COLOR #F7BBC6

HEX: #F7BBC6 RGB: (247,187,198)

Color info

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

RGB color model

#F7BBC6 color RGB value is (247,187,198).

RGB: (247,187,198) (97%, 73%, 78%)

RGB channels and saturation

R 247 of 255 = 97%
G 187 of 255 = 73%
B 198 of 255 = 78%

247
187
198

R + G + B ~ 83%. #F7BBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 187 + 198 = 632 (100%)
R 247 of 632 ~ 39.08%
G 187 of 632 ~ 29.59%
B 198 of 632 ~ 31.33'%

%39.08
%29.59
%31.33

CMYK color model

#F7BBC6 color CMYK value is (0,24,20,3).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 19.84%
  • key color value is 3.14%
CMYK: (0,24,20,3) C0M24Y20K3 (0%,24%,20%,3%) (0.00/0.24/0.20/0.03) 

CMYK percentages

%0
%24.29
%19.84
%3.14

Codes

Color #F7BBC6 in popluar color models

F7 BB C6
RGB 247 187 198
HSL 349° 78.95% 85.10%
HSB/HSV 349° 24.29% 96.86%
CMYK 0.00% 24.29% 19.84%
3.14%

Color #F7BBC6 in popluar number systems.

HEX F7 BB C6
Decimal 247 187 198
Binary 11110111 10111011 11000110
Octal 367 273 306

Shades and tints

Shades of #F7BBC6

#F7BBC6
(247,187,198)
#E1AAB4
(225,170,180)
#CB99A2
(203,153,162)
#B58890
(181,136,144)
#9F777E
(159,119,126)
#89666C
(137,102,108)
#73555A
(115,85,90)
#5D4448
(93,68,72)
#473336
(71,51,54)
#312224
(49,34,36)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #F7BBC6

#F7BBC6
(247,187,198)
#F7C1CB
(247,193,203)
#F7C7D0
(247,199,208)
#F7CDD5
(247,205,213)
#F7D3DA
(247,211,218)
#F7D9DF
(247,217,223)
#F7DFE4
(247,223,228)
#F7E5E9
(247,229,233)
#F7EBEE
(247,235,238)
#F7F1F3
(247,241,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BBC6; }

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

This text font color is #F7BBC6.

Background Color

.myBgColor { background-color: #F7BBC6; }

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

This div background color is #F7BBC6.

Border color

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

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

This div border color is #F7BBC6.

Opacity

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

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

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

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

This text has shadow with #F7BBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BBC6.

Preview

Color preview on black background

This text has color #F7BBC6 on black background.


Color preview on white background

This text has color #F7BBC6 on white background.


Black color preview on #F7BBC6 background

This text has black color on #F7BBC6 background.


White color preview on #F7BBC6 background

This text has white color on #F7BBC6 background.


Related colors

Complementary color

Complementary color for #hex is #084439.


I love getcolorcode.com

Triadic colors

1 #C6F7BB and #BBC6F7 with #F7BBC6 are triadic colors.

2 #C6BBF7 and #BBF7C6 with #F7BBC6 are triadic colors.