COLOR #F7B2B4

HEX: #F7B2B4 RGB: (247,178,180)

Color info

#F7B2B4 contains mainly red color. Web safe color of #F7B2B4 is #FF99CC (or #F9C).

RGB color model

#F7B2B4 color RGB value is (247,178,180).

RGB: (247,178,180) (97%, 70%, 71%)

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 180 of 255 = 71%

247
178
180

R + G + B ~ 79%. #F7B2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 178 + 180 = 605 (100%)
R 247 of 605 ~ 40.83%
G 178 of 605 ~ 29.42%
B 180 of 605 ~ 29.75'%

%40.83
%29.42
%29.75

CMYK color model

#F7B2B4 color CMYK value is (0,28,27,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 27.13%
  • key color value is 3.14%
CMYK: (0,28,27,3) C0M28Y27K3 (0%,28%,27%,3%) (0.00/0.28/0.27/0.03) 

CMYK percentages

%0
%27.94
%27.13
%3.14

Codes

Color #F7B2B4 in popluar color models

F7 B2 B4
RGB 247 178 180
HSL 358° 81.18% 83.33%
HSB/HSV 358° 27.94% 96.86%
CMYK 0.00% 27.94% 27.13%
3.14%

Color #F7B2B4 in popluar number systems.

HEX F7 B2 B4
Decimal 247 178 180
Binary 11110111 10110010 10110100
Octal 367 262 264

Shades and tints

Shades of #F7B2B4

#F7B2B4
(247,178,180)
#E1A2A4
(225,162,164)
#CB9294
(203,146,148)
#B58284
(181,130,132)
#9F7274
(159,114,116)
#896264
(137,98,100)
#735254
(115,82,84)
#5D4244
(93,66,68)
#473234
(71,50,52)
#312224
(49,34,36)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #F7B2B4

#F7B2B4
(247,178,180)
#F7B9BA
(247,185,186)
#F7C0C0
(247,192,192)
#F7C7C6
(247,199,198)
#F7CECC
(247,206,204)
#F7D5D2
(247,213,210)
#F7DCD8
(247,220,216)
#F7E3DE
(247,227,222)
#F7EAE4
(247,234,228)
#F7F1EA
(247,241,234)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B2B4 color. Also use rgb(247,178,180) instead hex code.

Text Font Color

.myTextColor { color: #F7B2B4; }

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

This text font color is #F7B2B4.

Background Color

.myBgColor { background-color: #F7B2B4; }

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

This div background color is #F7B2B4.

Border color

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

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

This div border color is #F7B2B4.

Opacity

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

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

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

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

This text has shadow with #F7B2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B2B4.

Preview

Color preview on black background

This text has color #F7B2B4 on black background.


Color preview on white background

This text has color #F7B2B4 on white background.


Black color preview on #F7B2B4 background

This text has black color on #F7B2B4 background.


White color preview on #F7B2B4 background

This text has white color on #F7B2B4 background.


Related colors

Complementary color

Complementary color for #hex is #084D4B.


I love getcolorcode.com

Triadic colors

1 #B4F7B2 and #B2B4F7 with #F7B2B4 are triadic colors.

2 #B4B2F7 and #B2F7B4 with #F7B2B4 are triadic colors.