COLOR #FFACEE

HEX: #FFACEE
RGB: (255,172,238)

Color info

#FFACEE contains mainly red and blue colors. Web safe color of #FFACEE is #FF99FF (or #F9F).

RGB color model

#FFACEE color RGB value is (255,172,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 238 of 255 = 93%

255
172
238

R + G + B ~ 87%. #FFACEE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 172 + 238 = 665 (100%)
R 255 of 665 ~ 38.35%
G 172 of 665 ~ 25.86%
B 238 of 665 ~ 35.79%

%38.35
%25.86
%35.79

CMYK color model

#FFACEE color CMYK value is (0,33,7,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,33,7,0)
C0M33Y7K0 
(0%,33%,7%,0%)
(0.00/0.33/0.07/0.00)	

CMYK percentages

%0
%32.55
%6.67
%0

Codes

Color #FFACEE in popluar color models

FFACEE
RGB255172238
HSL312°100.00%83.73%
HSB/HSV312°32.55%100.00%
CMYK0.00%32.55%6.67%
0.00%

Color #FFACEE in popluar number systems.

HEXFFACEE
Decimal255172238
Binary111111111010110011101110
Octal377254356

Shades and tints

Shades of #FFACEE

#FFACEE
(255,172,238)
#E89DD9
(232,157,217)
#D18EC4
(209,142,196)
#BA7FAF
(186,127,175)
#A3709A
(163,112,154)
#8C6185
(140,97,133)
#755270
(117,82,112)
#5E435B
(94,67,91)
#473446
(71,52,70)
#302531
(48,37,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFACEE

#FFACEE
(255,172,238)
#FFB3EF
(255,179,239)
#FFBAF0
(255,186,240)
#FFC1F1
(255,193,241)
#FFC8F2
(255,200,242)
#FFCFF3
(255,207,243)
#FFD6F4
(255,214,244)
#FFDDF5
(255,221,245)
#FFE4F6
(255,228,246)
#FFEBF7
(255,235,247)
#FFF2F8
(255,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFACEE; }

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

This text font color is #FFACEE.


Background Color

.myBgColor { background-color: #FFACEE; }

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

This div background color is #FFACEE.


Border color

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

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

This div border color is #FFACEE.


Opacity

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

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

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

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

This text has shadow with #FFACEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFACEE on black background.


Color preview on white background

This text has color #FFACEE on white background.



Black color preview on #FFACEE background

This text has black color on #FFACEE background.


White color preview on #FFACEE background

This text has white color on #FFACEE background.