COLOR #F7B6C4

HEX: #F7B6C4 RGB: (247,182,196)

Color info

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

RGB color model

#F7B6C4 color RGB value is (247,182,196).

RGB: (247,182,196) (97%, 71%, 77%)

RGB channels and saturation

R 247 of 255 = 97%
G 182 of 255 = 71%
B 196 of 255 = 77%

247
182
196

R + G + B ~ 82%. #F7B6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 182 + 196 = 625 (100%)
R 247 of 625 ~ 39.52%
G 182 of 625 ~ 29.12%
B 196 of 625 ~ 31.36'%

%39.52
%29.12
%31.36

CMYK color model

#F7B6C4 color CMYK value is (0,26,21,3).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 20.65%
  • key color value is 3.14%

CMYK: (0,26,21,3)
C0M26Y21K3 (0%, 26%, 21%, 3%)
(0.00 / 0.26 / 0.21 / 0.03)

CMYK percentages

%0
%26.32
%20.65
%3.14

Codes

Color #F7B6C4 in popluar color models

F7 B6 C4
RGB 247 182 196
HSL 347° 80.25% 84.12%
HSB/HSV 347° 26.32% 96.86%
CMYK 0.00% 26.32% 20.65%
3.14%

Color #F7B6C4 in popluar number systems.

HEX F7 B6 C4
Decimal 247 182 196
Binary 11110111 10110110 11000100
Octal 367 266 304

Shades and tints

Shades of #F7B6C4

#F7B6C4
(247,182,196)
#E1A6B3
(225,166,179)
#CB96A2
(203,150,162)
#B58691
(181,134,145)
#9F7680
(159,118,128)
#89666F
(137,102,111)
#73565E
(115,86,94)
#5D464D
(93,70,77)
#47363C
(71,54,60)
#31262B
(49,38,43)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #F7B6C4

#F7B6C4
(247,182,196)
#F7BCC9
(247,188,201)
#F7C2CE
(247,194,206)
#F7C8D3
(247,200,211)
#F7CED8
(247,206,216)
#F7D4DD
(247,212,221)
#F7DAE2
(247,218,226)
#F7E0E7
(247,224,231)
#F7E6EC
(247,230,236)
#F7ECF1
(247,236,241)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B6C4 color. Also use rgb(247,182,196) instead hex code.

Text Font Color

.myTextColor { color: #F7B6C4; }

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

This text font color is #F7B6C4.

Background Color

.myBgColor { background-color: #F7B6C4; }

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

This div background color is #F7B6C4.

Border color

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

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

This div border color is #F7B6C4.

Opacity

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

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

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

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

This text has shadow with #F7B6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B6C4.

Preview

Color preview on black background

This text has color #F7B6C4 on black background.


Color preview on white background

This text has color #F7B6C4 on white background.


Black color preview on #F7B6C4 background

This text has black color on #F7B6C4 background.


White color preview on #F7B6C4 background

This text has white color on #F7B6C4 background.


Related colors

Complementary color

Complementary color for #hex is #08493B.


I love getcolorcode.com

Triadic colors

1 #C4F7B6 and #B6C4F7 with #F7B6C4 are triadic colors.

2 #C4B6F7 and #B6F7C4 with #F7B6C4 are triadic colors.