COLOR #F7ACD2

HEX: #F7ACD2
RGB: (247,172,210)

Color info

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

RGB color model

#F7ACD2 color RGB value is (247,172,210).

  • red value is 247;
  • green value is 172;
  • blue value is 210.
RGB:
(247,172,210)
(97%,67%,82%)

RGB channels and saturation

R 247 of 255 = 97%
G 172 of 255 = 67%
B 210 of 255 = 82%

247
172
210

R + G + B ~ 82%. #F7ACD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 172 + 210 = 629 (100%)
R 247 of 629 ~ 39.27%
G 172 of 629 ~ 27.34%
B 210 of 629 ~ 33.39%

%39.27
%27.34
%33.39

CMYK color model

#F7ACD2 color CMYK value is (0,30,15,3).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 14.98%
  • key color value is 3.14%
CMYK:
(0,30,15,3)
C0M30Y15K3 
(0%,30%,15%,3%)
(0.00/0.30/0.15/0.03)	

CMYK percentages

%0
%30.36
%14.98
%3.14

Codes

Color #F7ACD2 in popluar color models

F7ACD2
RGB247172210
HSL330°82.42%82.16%
HSB/HSV330°30.36%96.86%
CMYK0.00%30.36%14.98%
3.14%

Color #F7ACD2 in popluar number systems.

HEXF7ACD2
Decimal247172210
Binary111101111010110011010010
Octal367254322

Shades and tints

Shades of #F7ACD2

#F7ACD2
(247,172,210)
#E19DBF
(225,157,191)
#CB8EAC
(203,142,172)
#B57F99
(181,127,153)
#9F7086
(159,112,134)
#896173
(137,97,115)
#735260
(115,82,96)
#5D434D
(93,67,77)
#47343A
(71,52,58)
#312527
(49,37,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #F7ACD2

#F7ACD2
(247,172,210)
#F7B3D6
(247,179,214)
#F7BADA
(247,186,218)
#F7C1DE
(247,193,222)
#F7C8E2
(247,200,226)
#F7CFE6
(247,207,230)
#F7D6EA
(247,214,234)
#F7DDEE
(247,221,238)
#F7E4F2
(247,228,242)
#F7EBF6
(247,235,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7ACD2; }

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

This text font color is #F7ACD2.


Background Color

.myBgColor { background-color: #F7ACD2; }

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

This div background color is #F7ACD2.


Border color

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

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

This div border color is #F7ACD2.


Opacity

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

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

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

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

This text has shadow with #F7ACD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7ACD2 on black background.


Color preview on white background

This text has color #F7ACD2 on white background.



Black color preview on #F7ACD2 background

This text has black color on #F7ACD2 background.


White color preview on #F7ACD2 background

This text has white color on #F7ACD2 background.