COLOR #F7B3CE

HEX: #F7B3CE
RGB: (247,179,206)

Color info

#F7B3CE contains mainly red and blue colors. Web safe color of #F7B3CE is #FF99CC (or #F9C).

RGB color model

#F7B3CE color RGB value is (247,179,206).

  • red value is 247;
  • green value is 179;
  • blue value is 206.
RGB:
(247,179,206)
(97%,70%,81%)

RGB channels and saturation

R 247 of 255 = 97%
G 179 of 255 = 70%
B 206 of 255 = 81%

247
179
206

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

Portions of RGB colors in percentages

R + G + B =
247 + 179 + 206 = 632 (100%)
R 247 of 632 ~ 39.08%
G 179 of 632 ~ 28.32%
B 206 of 632 ~ 32.59%

%39.08
%28.32
%32.59

CMYK color model

#F7B3CE color CMYK value is (0,28,17,3).

  • cyan value is 0.00%
  • magenta value is 27.53%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,28,17,3)
C0M28Y17K3 
(0%,28%,17%,3%)
(0.00/0.28/0.17/0.03)	

CMYK percentages

%0
%27.53
%16.6
%3.14

Codes

Color #F7B3CE in popluar color models

F7B3CE
RGB247179206
HSL336°80.95%83.53%
HSB/HSV336°27.53%96.86%
CMYK0.00%27.53%16.60%
3.14%

Color #F7B3CE in popluar number systems.

HEXF7B3CE
Decimal247179206
Binary111101111011001111001110
Octal367263316

Shades and tints

Shades of #F7B3CE

#F7B3CE
(247,179,206)
#E1A3BC
(225,163,188)
#CB93AA
(203,147,170)
#B58398
(181,131,152)
#9F7386
(159,115,134)
#896374
(137,99,116)
#735362
(115,83,98)
#5D4350
(93,67,80)
#47333E
(71,51,62)
#31232C
(49,35,44)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #F7B3CE

#F7B3CE
(247,179,206)
#F7B9D2
(247,185,210)
#F7BFD6
(247,191,214)
#F7C5DA
(247,197,218)
#F7CBDE
(247,203,222)
#F7D1E2
(247,209,226)
#F7D7E6
(247,215,230)
#F7DDEA
(247,221,234)
#F7E3EE
(247,227,238)
#F7E9F2
(247,233,242)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B3CE color. Also use rgb(247,179,206) instead hex code.

Text Font Color

.myTextColor { color: #F7B3CE; }

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

This text font color is #F7B3CE.


Background Color

.myBgColor { background-color: #F7B3CE; }

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

This div background color is #F7B3CE.


Border color

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

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

This div border color is #F7B3CE.


Opacity

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

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

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

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

This text has shadow with #F7B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B3CE on black background.


Color preview on white background

This text has color #F7B3CE on white background.



Black color preview on #F7B3CE background

This text has black color on #F7B3CE background.


White color preview on #F7B3CE background

This text has white color on #F7B3CE background.