COLOR #F7A8FF

HEX: #F7A8FF
RGB: (247,168,255)

Color info

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

RGB color model

#F7A8FF color RGB value is (247,168,255).

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

RGB channels and saturation

R 247 of 255 = 97%
G 168 of 255 = 66%
B 255 of 255 = 100%

247
168
255

R + G + B ~ 88%. #F7A8FF is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 168 + 255 = 670 (100%)
R 247 of 670 ~ 36.87%
G 168 of 670 ~ 25.07%
B 255 of 670 ~ 38.06%

%36.87
%25.07
%38.06

CMYK color model

#F7A8FF color CMYK value is (3,34,0,0).

  • cyan value is 3.14%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,34,0,0)
C3M34Y0K0 
(3%,34%,0%,0%)
(0.03/0.34/0.00/0.00)	

CMYK percentages

%3.14
%34.12
%0
%0

Codes

Color #F7A8FF in popluar color models

F7A8FF
RGB247168255
HSL294°100.00%82.94%
HSB/HSV294°34.12%100.00%
CMYK3.14%34.12%0.00%
0.00%

Color #F7A8FF in popluar number systems.

HEXF7A8FF
Decimal247168255
Binary111101111010100011111111
Octal367250377

Shades and tints

Shades of #F7A8FF

#F7A8FF
(247,168,255)
#E199E8
(225,153,232)
#CB8AD1
(203,138,209)
#B57BBA
(181,123,186)
#9F6CA3
(159,108,163)
#895D8C
(137,93,140)
#734E75
(115,78,117)
#5D3F5E
(93,63,94)
#473047
(71,48,71)
#312130
(49,33,48)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #F7A8FF

#F7A8FF
(247,168,255)
#F7AFFF
(247,175,255)
#F7B6FF
(247,182,255)
#F7BDFF
(247,189,255)
#F7C4FF
(247,196,255)
#F7CBFF
(247,203,255)
#F7D2FF
(247,210,255)
#F7D9FF
(247,217,255)
#F7E0FF
(247,224,255)
#F7E7FF
(247,231,255)
#F7EEFF
(247,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A8FF; }

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

This text font color is #F7A8FF.


Background Color

.myBgColor { background-color: #F7A8FF; }

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

This div background color is #F7A8FF.


Border color

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

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

This div border color is #F7A8FF.


Opacity

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

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

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

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

This text has shadow with #F7A8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A8FF on black background.


Color preview on white background

This text has color #F7A8FF on white background.



Black color preview on #F7A8FF background

This text has black color on #F7A8FF background.


White color preview on #F7A8FF background

This text has white color on #F7A8FF background.