COLOR #FFACA9

HEX: #FFACA9
RGB: (255,172,169)

Color info

#FFACA9 contains mainly red color. Web safe color of #FFACA9 is #FF9999 (or #F99).

RGB color model

#FFACA9 color RGB value is (255,172,169).

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

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 169 of 255 = 66%

255
172
169

R + G + B ~ 78%. #FFACA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 172 + 169 = 596 (100%)
R 255 of 596 ~ 42.79%
G 172 of 596 ~ 28.86%
B 169 of 596 ~ 28.36%

%42.79
%28.86
%28.36

CMYK color model

#FFACA9 color CMYK value is (0,33,34,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 33.73%
  • key color value is 0.00%
CMYK:
(0,33,34,0)
C0M33Y34K0 
(0%,33%,34%,0%)
(0.00/0.33/0.34/0.00)	

CMYK percentages

%0
%32.55
%33.73
%0

Codes

Color #FFACA9 in popluar color models

FFACA9
RGB255172169
HSL100.00%83.14%
HSB/HSV33.73%100.00%
CMYK0.00%32.55%33.73%
0.00%

Color #FFACA9 in popluar number systems.

HEXFFACA9
Decimal255172169
Binary111111111010110010101001
Octal377254251

Shades and tints

Shades of #FFACA9

#FFACA9
(255,172,169)
#E89D9A
(232,157,154)
#D18E8B
(209,142,139)
#BA7F7C
(186,127,124)
#A3706D
(163,112,109)
#8C615E
(140,97,94)
#75524F
(117,82,79)
#5E4340
(94,67,64)
#473431
(71,52,49)
#302522
(48,37,34)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #FFACA9

#FFACA9
(255,172,169)
#FFB3B0
(255,179,176)
#FFBAB7
(255,186,183)
#FFC1BE
(255,193,190)
#FFC8C5
(255,200,197)
#FFCFCC
(255,207,204)
#FFD6D3
(255,214,211)
#FFDDDA
(255,221,218)
#FFE4E1
(255,228,225)
#FFEBE8
(255,235,232)
#FFF2EF
(255,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFACA9; }

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

This text font color is #FFACA9.


Background Color

.myBgColor { background-color: #FFACA9; }

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

This div background color is #FFACA9.


Border color

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

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

This div border color is #FFACA9.


Opacity

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

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

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

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

This text has shadow with #FFACA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFACA9 on black background.


Color preview on white background

This text has color #FFACA9 on white background.



Black color preview on #FFACA9 background

This text has black color on #FFACA9 background.


White color preview on #FFACA9 background

This text has white color on #FFACA9 background.