COLOR #FFACBF

HEX: #FFACBF
RGB: (255,172,191)

Color info

#FFACBF contains mainly red color. Web safe color of #FFACBF is #FF99CC (or #F9C).

RGB color model

#FFACBF color RGB value is (255,172,191).

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

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 191 of 255 = 75%

255
172
191

R + G + B ~ 81%. #FFACBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 172 + 191 = 618 (100%)
R 255 of 618 ~ 41.26%
G 172 of 618 ~ 27.83%
B 191 of 618 ~ 30.91%

%41.26
%27.83
%30.91

CMYK color model

#FFACBF color CMYK value is (0,33,25,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 25.10%
  • key color value is 0.00%
CMYK:
(0,33,25,0)
C0M33Y25K0 
(0%,33%,25%,0%)
(0.00/0.33/0.25/0.00)	

CMYK percentages

%0
%32.55
%25.1
%0

Codes

Color #FFACBF in popluar color models

FFACBF
RGB255172191
HSL346°100.00%83.73%
HSB/HSV346°32.55%100.00%
CMYK0.00%32.55%25.10%
0.00%

Color #FFACBF in popluar number systems.

HEXFFACBF
Decimal255172191
Binary111111111010110010111111
Octal377254277

Shades and tints

Shades of #FFACBF

#FFACBF
(255,172,191)
#E89DAE
(232,157,174)
#D18E9D
(209,142,157)
#BA7F8C
(186,127,140)
#A3707B
(163,112,123)
#8C616A
(140,97,106)
#755259
(117,82,89)
#5E4348
(94,67,72)
#473437
(71,52,55)
#302526
(48,37,38)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFACBF

#FFACBF
(255,172,191)
#FFB3C4
(255,179,196)
#FFBAC9
(255,186,201)
#FFC1CE
(255,193,206)
#FFC8D3
(255,200,211)
#FFCFD8
(255,207,216)
#FFD6DD
(255,214,221)
#FFDDE2
(255,221,226)
#FFE4E7
(255,228,231)
#FFEBEC
(255,235,236)
#FFF2F1
(255,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFACBF; }

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

This text font color is #FFACBF.


Background Color

.myBgColor { background-color: #FFACBF; }

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

This div background color is #FFACBF.


Border color

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

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

This div border color is #FFACBF.


Opacity

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

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

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

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

This text has shadow with #FFACBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFACBF on black background.


Color preview on white background

This text has color #FFACBF on white background.



Black color preview on #FFACBF background

This text has black color on #FFACBF background.


White color preview on #FFACBF background

This text has white color on #FFACBF background.