COLOR #F7A8E0

HEX: #F7A8E0
RGB: (247,168,224)

Color info

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

RGB color model

#F7A8E0 color RGB value is (247,168,224).

  • red value is 247;
  • green value is 168;
  • blue value is 224.
RGB:
(247,168,224)
(97%,66%,88%)

RGB channels and saturation

R 247 of 255 = 97%
G 168 of 255 = 66%
B 224 of 255 = 88%

247
168
224

R + G + B ~ 84%. #F7A8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 168 + 224 = 639 (100%)
R 247 of 639 ~ 38.65%
G 168 of 639 ~ 26.29%
B 224 of 639 ~ 35.05%

%38.65
%26.29
%35.05

CMYK color model

#F7A8E0 color CMYK value is (0,32,9,3).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(0,32,9,3)
C0M32Y9K3 
(0%,32%,9%,3%)
(0.00/0.32/0.09/0.03)	

CMYK percentages

%0
%31.98
%9.31
%3.14

Codes

Color #F7A8E0 in popluar color models

F7A8E0
RGB247168224
HSL317°83.16%81.37%
HSB/HSV317°31.98%96.86%
CMYK0.00%31.98%9.31%
3.14%

Color #F7A8E0 in popluar number systems.

HEXF7A8E0
Decimal247168224
Binary111101111010100011100000
Octal367250340

Shades and tints

Shades of #F7A8E0

#F7A8E0
(247,168,224)
#E199CC
(225,153,204)
#CB8AB8
(203,138,184)
#B57BA4
(181,123,164)
#9F6C90
(159,108,144)
#895D7C
(137,93,124)
#734E68
(115,78,104)
#5D3F54
(93,63,84)
#473040
(71,48,64)
#31212C
(49,33,44)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #F7A8E0

#F7A8E0
(247,168,224)
#F7AFE2
(247,175,226)
#F7B6E4
(247,182,228)
#F7BDE6
(247,189,230)
#F7C4E8
(247,196,232)
#F7CBEA
(247,203,234)
#F7D2EC
(247,210,236)
#F7D9EE
(247,217,238)
#F7E0F0
(247,224,240)
#F7E7F2
(247,231,242)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A8E0 color. Also use rgb(247,168,224) instead hex code.

Text Font Color

.myTextColor { color: #F7A8E0; }

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

This text font color is #F7A8E0.


Background Color

.myBgColor { background-color: #F7A8E0; }

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

This div background color is #F7A8E0.


Border color

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

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

This div border color is #F7A8E0.


Opacity

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

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

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

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

This text has shadow with #F7A8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A8E0 on black background.


Color preview on white background

This text has color #F7A8E0 on white background.



Black color preview on #F7A8E0 background

This text has black color on #F7A8E0 background.


White color preview on #F7A8E0 background

This text has white color on #F7A8E0 background.