COLOR #F9ACE0

HEX: #F9ACE0
RGB: (249,172,224)

Color info

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

RGB color model

#F9ACE0 color RGB value is (249,172,224).

  • red value is 249;
  • green value is 172;
  • blue value is 224.
RGB:
(249,172,224)
(98%,67%,88%)

RGB channels and saturation

R 249 of 255 = 98%
G 172 of 255 = 67%
B 224 of 255 = 88%

249
172
224

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

Portions of RGB colors in percentages

R + G + B =
249 + 172 + 224 = 645 (100%)
R 249 of 645 ~ 38.6%
G 172 of 645 ~ 26.67%
B 224 of 645 ~ 34.73%

%38.6
%26.67
%34.73

CMYK color model

#F9ACE0 color CMYK value is (0,31,10,2).

  • cyan value is 0.00%
  • magenta value is 30.92%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(0,31,10,2)
C0M31Y10K2 
(0%,31%,10%,2%)
(0.00/0.31/0.10/0.02)	

CMYK percentages

%0
%30.92
%10.04
%2.35

Codes

Color #F9ACE0 in popluar color models

F9ACE0
RGB249172224
HSL319°86.52%82.55%
HSB/HSV319°30.92%97.65%
CMYK0.00%30.92%10.04%
2.35%

Color #F9ACE0 in popluar number systems.

HEXF9ACE0
Decimal249172224
Binary111110011010110011100000
Octal371254340

Shades and tints

Shades of #F9ACE0

#F9ACE0
(249,172,224)
#E39DCC
(227,157,204)
#CD8EB8
(205,142,184)
#B77FA4
(183,127,164)
#A17090
(161,112,144)
#8B617C
(139,97,124)
#755268
(117,82,104)
#5F4354
(95,67,84)
#493440
(73,52,64)
#33252C
(51,37,44)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #F9ACE0

#F9ACE0
(249,172,224)
#F9B3E2
(249,179,226)
#F9BAE4
(249,186,228)
#F9C1E6
(249,193,230)
#F9C8E8
(249,200,232)
#F9CFEA
(249,207,234)
#F9D6EC
(249,214,236)
#F9DDEE
(249,221,238)
#F9E4F0
(249,228,240)
#F9EBF2
(249,235,242)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ACE0 color. Also use rgb(249,172,224) instead hex code.

Text Font Color

.myTextColor { color: #F9ACE0; }

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

This text font color is #F9ACE0.


Background Color

.myBgColor { background-color: #F9ACE0; }

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

This div background color is #F9ACE0.


Border color

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

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

This div border color is #F9ACE0.


Opacity

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

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

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

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

This text has shadow with #F9ACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ACE0 on black background.


Color preview on white background

This text has color #F9ACE0 on white background.



Black color preview on #F9ACE0 background

This text has black color on #F9ACE0 background.


White color preview on #F9ACE0 background

This text has white color on #F9ACE0 background.