COLOR #F7ACE1

HEX: #F7ACE1 RGB: (247,172,225)

Color info

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

RGB color model

#F7ACE1 color RGB value is (247,172,225).

RGB: (247,172,225) (97%, 67%, 88%)

RGB channels and saturation

R 247 of 255 = 97%
G 172 of 255 = 67%
B 225 of 255 = 88%

247
172
225

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

Portions of RGB colors in percentages

R + G + B = 247 + 172 + 225 = 644 (100%)
R 247 of 644 ~ 38.35%
G 172 of 644 ~ 26.71%
B 225 of 644 ~ 34.94'%

%38.35
%26.71
%34.94

CMYK color model

#F7ACE1 color CMYK value is (0,30,9,3).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 8.91%
  • key color value is 3.14%

CMYK: (0,30,9,3)
C0M30Y9K3 (0%, 30%, 9%, 3%)
(0.00 / 0.30 / 0.09 / 0.03)

CMYK percentages

%0
%30.36
%8.91
%3.14

Codes

Color #F7ACE1 in popluar color models

F7 AC E1
RGB 247 172 225
HSL 318° 82.42% 82.16%
HSB/HSV 318° 30.36% 96.86%
CMYK 0.00% 30.36% 8.91%
3.14%

Color #F7ACE1 in popluar number systems.

HEX F7 AC E1
Decimal 247 172 225
Binary 11110111 10101100 11100001
Octal 367 254 341

Shades and tints

Shades of #F7ACE1

#F7ACE1
(247,172,225)
#E19DCD
(225,157,205)
#CB8EB9
(203,142,185)
#B57FA5
(181,127,165)
#9F7091
(159,112,145)
#89617D
(137,97,125)
#735269
(115,82,105)
#5D4355
(93,67,85)
#473441
(71,52,65)
#31252D
(49,37,45)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #F7ACE1

#F7ACE1
(247,172,225)
#F7B3E3
(247,179,227)
#F7BAE5
(247,186,229)
#F7C1E7
(247,193,231)
#F7C8E9
(247,200,233)
#F7CFEB
(247,207,235)
#F7D6ED
(247,214,237)
#F7DDEF
(247,221,239)
#F7E4F1
(247,228,241)
#F7EBF3
(247,235,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7ACE1; }

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

This text font color is #F7ACE1.

Background Color

.myBgColor { background-color: #F7ACE1; }

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

This div background color is #F7ACE1.

Border color

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

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

This div border color is #F7ACE1.

Opacity

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

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

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

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

This text has shadow with #F7ACE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7ACE1.

Preview

Color preview on black background

This text has color #F7ACE1 on black background.


Color preview on white background

This text has color #F7ACE1 on white background.


Black color preview on #F7ACE1 background

This text has black color on #F7ACE1 background.


White color preview on #F7ACE1 background

This text has white color on #F7ACE1 background.


Related colors

Complementary color

Complementary color for #hex is #08531E.


I love getcolorcode.com

Triadic colors

1 #E1F7AC and #ACE1F7 with #F7ACE1 are triadic colors.

2 #E1ACF7 and #ACF7E1 with #F7ACE1 are triadic colors.