COLOR #FFACC9

HEX: #FFACC9
RGB: (255,172,201)

Color info

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

RGB color model

#FFACC9 color RGB value is (255,172,201).

  • red value is 255;
  • green value is 172;
  • blue value is 201.
RGB:
(255,172,201)
(100%,67%,79%)

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 201 of 255 = 79%

255
172
201

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

Portions of RGB colors in percentages

R + G + B =
255 + 172 + 201 = 628 (100%)
R 255 of 628 ~ 40.61%
G 172 of 628 ~ 27.39%
B 201 of 628 ~ 32.01%

%40.61
%27.39
%32.01

CMYK color model

#FFACC9 color CMYK value is (0,33,21,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK:
(0,33,21,0)
C0M33Y21K0 
(0%,33%,21%,0%)
(0.00/0.33/0.21/0.00)	

CMYK percentages

%0
%32.55
%21.18
%0

Codes

Color #FFACC9 in popluar color models

FFACC9
RGB255172201
HSL339°100.00%83.73%
HSB/HSV339°32.55%100.00%
CMYK0.00%32.55%21.18%
0.00%

Color #FFACC9 in popluar number systems.

HEXFFACC9
Decimal255172201
Binary111111111010110011001001
Octal377254311

Shades and tints

Shades of #FFACC9

#FFACC9
(255,172,201)
#E89DB7
(232,157,183)
#D18EA5
(209,142,165)
#BA7F93
(186,127,147)
#A37081
(163,112,129)
#8C616F
(140,97,111)
#75525D
(117,82,93)
#5E434B
(94,67,75)
#473439
(71,52,57)
#302527
(48,37,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFACC9

#FFACC9
(255,172,201)
#FFB3CD
(255,179,205)
#FFBAD1
(255,186,209)
#FFC1D5
(255,193,213)
#FFC8D9
(255,200,217)
#FFCFDD
(255,207,221)
#FFD6E1
(255,214,225)
#FFDDE5
(255,221,229)
#FFE4E9
(255,228,233)
#FFEBED
(255,235,237)
#FFF2F1
(255,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFACC9 color. Also use rgb(255,172,201) instead hex code.

Text Font Color

.myTextColor { color: #FFACC9; }

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

This text font color is #FFACC9.


Background Color

.myBgColor { background-color: #FFACC9; }

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

This div background color is #FFACC9.


Border color

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

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

This div border color is #FFACC9.


Opacity

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

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

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

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

This text has shadow with #FFACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFACC9 on black background.


Color preview on white background

This text has color #FFACC9 on white background.



Black color preview on #FFACC9 background

This text has black color on #FFACC9 background.


White color preview on #FFACC9 background

This text has white color on #FFACC9 background.