COLOR #F7A6EE

HEX: #F7A6EE
RGB: (247,166,238)

Color info

#F7A6EE contains mainly red and blue colors. Web safe color of #F7A6EE is #FF99FF (or #F9F).

RGB color model

#F7A6EE color RGB value is (247,166,238).

  • red value is 247;
  • green value is 166;
  • blue value is 238.
RGB:
(247,166,238)
(97%,65%,93%)

RGB channels and saturation

R 247 of 255 = 97%
G 166 of 255 = 65%
B 238 of 255 = 93%

247
166
238

R + G + B ~ 85%. #F7A6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 166 + 238 = 651 (100%)
R 247 of 651 ~ 37.94%
G 166 of 651 ~ 25.5%
B 238 of 651 ~ 36.56%

%37.94
%25.5
%36.56

CMYK color model

#F7A6EE color CMYK value is (0,33,4,3).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(0,33,4,3)
C0M33Y4K3 
(0%,33%,4%,3%)
(0.00/0.33/0.04/0.03)	

CMYK percentages

%0
%32.79
%3.64
%3.14

Codes

Color #F7A6EE in popluar color models

F7A6EE
RGB247166238
HSL307°83.51%80.98%
HSB/HSV307°32.79%96.86%
CMYK0.00%32.79%3.64%
3.14%

Color #F7A6EE in popluar number systems.

HEXF7A6EE
Decimal247166238
Binary111101111010011011101110
Octal367246356

Shades and tints

Shades of #F7A6EE

#F7A6EE
(247,166,238)
#E197D9
(225,151,217)
#CB88C4
(203,136,196)
#B579AF
(181,121,175)
#9F6A9A
(159,106,154)
#895B85
(137,91,133)
#734C70
(115,76,112)
#5D3D5B
(93,61,91)
#472E46
(71,46,70)
#311F31
(49,31,49)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #F7A6EE

#F7A6EE
(247,166,238)
#F7AEEF
(247,174,239)
#F7B6F0
(247,182,240)
#F7BEF1
(247,190,241)
#F7C6F2
(247,198,242)
#F7CEF3
(247,206,243)
#F7D6F4
(247,214,244)
#F7DEF5
(247,222,245)
#F7E6F6
(247,230,246)
#F7EEF7
(247,238,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A6EE color. Also use rgb(247,166,238) instead hex code.

Text Font Color

.myTextColor { color: #F7A6EE; }

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

This text font color is #F7A6EE.


Background Color

.myBgColor { background-color: #F7A6EE; }

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

This div background color is #F7A6EE.


Border color

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

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

This div border color is #F7A6EE.


Opacity

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

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

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

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

This text has shadow with #F7A6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A6EE on black background.


Color preview on white background

This text has color #F7A6EE on white background.



Black color preview on #F7A6EE background

This text has black color on #F7A6EE background.


White color preview on #F7A6EE background

This text has white color on #F7A6EE background.