COLOR #F7ACF8

HEX: #F7ACF8 RGB: (247,172,248)

Color info

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

RGB color model

#F7ACF8 color RGB value is (247,172,248).

RGB: (247,172,248) (97%, 67%, 97%)

RGB channels and saturation

R 247 of 255 = 97%
G 172 of 255 = 67%
B 248 of 255 = 97%

247
172
248

R + G + B ~ 87%. #F7ACF8 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 172 + 248 = 667 (100%)
R 247 of 667 ~ 37.03%
G 172 of 667 ~ 25.79%
B 248 of 667 ~ 37.18'%

%37.03
%25.79
%37.18

CMYK color model

#F7ACF8 color CMYK value is (0,31,0,3).

  • cyan value is 0.40%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (0,31,0,3)
C0M31Y0K3 (0%, 31%, 0%, 3%)
(0.00 / 0.31 / 0.00 / 0.03)

CMYK percentages

%0.4
%30.65
%0
%2.75

Codes

Color #F7ACF8 in popluar color models

F7 AC F8
RGB 247 172 248
HSL 299° 84.44% 82.35%
HSB/HSV 299° 30.65% 97.25%
CMYK 0.40% 30.65% 0.00%
2.75%

Color #F7ACF8 in popluar number systems.

HEX F7 AC F8
Decimal 247 172 248
Binary 11110111 10101100 11111000
Octal 367 254 370

Shades and tints

Shades of #F7ACF8

#F7ACF8
(247,172,248)
#E19DE2
(225,157,226)
#CB8ECC
(203,142,204)
#B57FB6
(181,127,182)
#9F70A0
(159,112,160)
#89618A
(137,97,138)
#735274
(115,82,116)
#5D435E
(93,67,94)
#473448
(71,52,72)
#312532
(49,37,50)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #F7ACF8

#F7ACF8
(247,172,248)
#F7B3F8
(247,179,248)
#F7BAF8
(247,186,248)
#F7C1F8
(247,193,248)
#F7C8F8
(247,200,248)
#F7CFF8
(247,207,248)
#F7D6F8
(247,214,248)
#F7DDF8
(247,221,248)
#F7E4F8
(247,228,248)
#F7EBF8
(247,235,248)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7ACF8 color. Also use rgb(247,172,248) instead hex code.

Text Font Color

.myTextColor { color: #F7ACF8; }

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

This text font color is #F7ACF8.

Background Color

.myBgColor { background-color: #F7ACF8; }

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

This div background color is #F7ACF8.

Border color

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

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

This div border color is #F7ACF8.

Opacity

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

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

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

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

This text has shadow with #F7ACF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7ACF8.

Preview

Color preview on black background

This text has color #F7ACF8 on black background.


Color preview on white background

This text has color #F7ACF8 on white background.


Black color preview on #F7ACF8 background

This text has black color on #F7ACF8 background.


White color preview on #F7ACF8 background

This text has white color on #F7ACF8 background.


Related colors

Complementary color

Complementary color for #hex is #085307.


I love getcolorcode.com

Triadic colors

1 #F8F7AC and #ACF8F7 with #F7ACF8 are triadic colors.

2 #F8ACF7 and #ACF7F8 with #F7ACF8 are triadic colors.