COLOR #F7B6E8

HEX: #F7B6E8
RGB: (247,182,232)

Color info

#F7B6E8 contains mainly red and blue colors. Web safe color of #F7B6E8 is #FFCCFF (or #FCF).

RGB color model

#F7B6E8 color RGB value is (247,182,232).

  • red value is 247;
  • green value is 182;
  • blue value is 232.
RGB:
(247,182,232)
(97%,71%,91%)

RGB channels and saturation

R 247 of 255 = 97%
G 182 of 255 = 71%
B 232 of 255 = 91%

247
182
232

R + G + B ~ 86%. #F7B6E8 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 182 + 232 = 661 (100%)
R 247 of 661 ~ 37.37%
G 182 of 661 ~ 27.53%
B 232 of 661 ~ 35.1%

%37.37
%27.53
%35.1

CMYK color model

#F7B6E8 color CMYK value is (0,26,6,3).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 6.07%
  • key color value is 3.14%
CMYK:
(0,26,6,3)
C0M26Y6K3 
(0%,26%,6%,3%)
(0.00/0.26/0.06/0.03)	

CMYK percentages

%0
%26.32
%6.07
%3.14

Codes

Color #F7B6E8 in popluar color models

F7B6E8
RGB247182232
HSL314°80.25%84.12%
HSB/HSV314°26.32%96.86%
CMYK0.00%26.32%6.07%
3.14%

Color #F7B6E8 in popluar number systems.

HEXF7B6E8
Decimal247182232
Binary111101111011011011101000
Octal367266350

Shades and tints

Shades of #F7B6E8

#F7B6E8
(247,182,232)
#E1A6D3
(225,166,211)
#CB96BE
(203,150,190)
#B586A9
(181,134,169)
#9F7694
(159,118,148)
#89667F
(137,102,127)
#73566A
(115,86,106)
#5D4655
(93,70,85)
#473640
(71,54,64)
#31262B
(49,38,43)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #F7B6E8

#F7B6E8
(247,182,232)
#F7BCEA
(247,188,234)
#F7C2EC
(247,194,236)
#F7C8EE
(247,200,238)
#F7CEF0
(247,206,240)
#F7D4F2
(247,212,242)
#F7DAF4
(247,218,244)
#F7E0F6
(247,224,246)
#F7E6F8
(247,230,248)
#F7ECFA
(247,236,250)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B6E8; }

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

This text font color is #F7B6E8.


Background Color

.myBgColor { background-color: #F7B6E8; }

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

This div background color is #F7B6E8.


Border color

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

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

This div border color is #F7B6E8.


Opacity

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

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

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

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

This text has shadow with #F7B6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B6E8 on black background.


Color preview on white background

This text has color #F7B6E8 on white background.



Black color preview on #F7B6E8 background

This text has black color on #F7B6E8 background.


White color preview on #F7B6E8 background

This text has white color on #F7B6E8 background.