COLOR #FFACE6

HEX: #FFACE6
RGB: (255,172,230)

Color info

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

RGB color model

#FFACE6 color RGB value is (255,172,230).

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

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 230 of 255 = 90%

255
172
230

R + G + B ~ 86%. #FFACE6 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 172 + 230 = 657 (100%)
R 255 of 657 ~ 38.81%
G 172 of 657 ~ 26.18%
B 230 of 657 ~ 35.01%

%38.81
%26.18
%35.01

CMYK color model

#FFACE6 color CMYK value is (0,33,10,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,33,10,0)
C0M33Y10K0 
(0%,33%,10%,0%)
(0.00/0.33/0.10/0.00)	

CMYK percentages

%0
%32.55
%9.8
%0

Codes

Color #FFACE6 in popluar color models

FFACE6
RGB255172230
HSL318°100.00%83.73%
HSB/HSV318°32.55%100.00%
CMYK0.00%32.55%9.80%
0.00%

Color #FFACE6 in popluar number systems.

HEXFFACE6
Decimal255172230
Binary111111111010110011100110
Octal377254346

Shades and tints

Shades of #FFACE6

#FFACE6
(255,172,230)
#E89DD2
(232,157,210)
#D18EBE
(209,142,190)
#BA7FAA
(186,127,170)
#A37096
(163,112,150)
#8C6182
(140,97,130)
#75526E
(117,82,110)
#5E435A
(94,67,90)
#473446
(71,52,70)
#302532
(48,37,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #FFACE6

#FFACE6
(255,172,230)
#FFB3E8
(255,179,232)
#FFBAEA
(255,186,234)
#FFC1EC
(255,193,236)
#FFC8EE
(255,200,238)
#FFCFF0
(255,207,240)
#FFD6F2
(255,214,242)
#FFDDF4
(255,221,244)
#FFE4F6
(255,228,246)
#FFEBF8
(255,235,248)
#FFF2FA
(255,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFACE6; }

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

This text font color is #FFACE6.


Background Color

.myBgColor { background-color: #FFACE6; }

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

This div background color is #FFACE6.


Border color

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

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

This div border color is #FFACE6.


Opacity

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

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

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

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

This text has shadow with #FFACE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFACE6 on black background.


Color preview on white background

This text has color #FFACE6 on white background.



Black color preview on #FFACE6 background

This text has black color on #FFACE6 background.


White color preview on #FFACE6 background

This text has white color on #FFACE6 background.