COLOR #FFABCA

HEX: #FFABCA
RGB: (255,171,202)

Color info

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

RGB color model

#FFABCA color RGB value is (255,171,202).

  • red value is 255;
  • green value is 171;
  • blue value is 202.
RGB:
(255,171,202)
(100%,67%,79%)

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 202 of 255 = 79%

255
171
202

R + G + B ~ 82%. #FFABCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 171 + 202 = 628 (100%)
R 255 of 628 ~ 40.61%
G 171 of 628 ~ 27.23%
B 202 of 628 ~ 32.17%

%40.61
%27.23
%32.17

CMYK color model

#FFABCA color CMYK value is (0,33,21,0).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(0,33,21,0)
C0M33Y21K0 
(0%,33%,21%,0%)
(0.00/0.33/0.21/0.00)	

CMYK percentages

%0
%32.94
%20.78
%0

Codes

Color #FFABCA in popluar color models

FFABCA
RGB255171202
HSL338°100.00%83.53%
HSB/HSV338°32.94%100.00%
CMYK0.00%32.94%20.78%
0.00%

Color #FFABCA in popluar number systems.

HEXFFABCA
Decimal255171202
Binary111111111010101111001010
Octal377253312

Shades and tints

Shades of #FFABCA

#FFABCA
(255,171,202)
#E89CB8
(232,156,184)
#D18DA6
(209,141,166)
#BA7E94
(186,126,148)
#A36F82
(163,111,130)
#8C6070
(140,96,112)
#75515E
(117,81,94)
#5E424C
(94,66,76)
#47333A
(71,51,58)
#302428
(48,36,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #FFABCA

#FFABCA
(255,171,202)
#FFB2CE
(255,178,206)
#FFB9D2
(255,185,210)
#FFC0D6
(255,192,214)
#FFC7DA
(255,199,218)
#FFCEDE
(255,206,222)
#FFD5E2
(255,213,226)
#FFDCE6
(255,220,230)
#FFE3EA
(255,227,234)
#FFEAEE
(255,234,238)
#FFF1F2
(255,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFABCA color. Also use rgb(255,171,202) instead hex code.

Text Font Color

.myTextColor { color: #FFABCA; }

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

This text font color is #FFABCA.


Background Color

.myBgColor { background-color: #FFABCA; }

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

This div background color is #FFABCA.


Border color

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

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

This div border color is #FFABCA.


Opacity

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

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

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

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

This text has shadow with #FFABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFABCA on black background.


Color preview on white background

This text has color #FFABCA on white background.



Black color preview on #FFABCA background

This text has black color on #FFABCA background.


White color preview on #FFABCA background

This text has white color on #FFABCA background.