COLOR #FFABF1

HEX: #FFABF1
RGB: (255,171,241)

Color info

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

RGB color model

#FFABF1 color RGB value is (255,171,241).

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

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 241 of 255 = 95%

255
171
241

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

Portions of RGB colors in percentages

R + G + B =
255 + 171 + 241 = 667 (100%)
R 255 of 667 ~ 38.23%
G 171 of 667 ~ 25.64%
B 241 of 667 ~ 36.13%

%38.23
%25.64
%36.13

CMYK color model

#FFABF1 color CMYK value is (0,33,5,0).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,33,5,0)
C0M33Y5K0 
(0%,33%,5%,0%)
(0.00/0.33/0.05/0.00)	

CMYK percentages

%0
%32.94
%5.49
%0

Codes

Color #FFABF1 in popluar color models

FFABF1
RGB255171241
HSL310°100.00%83.53%
HSB/HSV310°32.94%100.00%
CMYK0.00%32.94%5.49%
0.00%

Color #FFABF1 in popluar number systems.

HEXFFABF1
Decimal255171241
Binary111111111010101111110001
Octal377253361

Shades and tints

Shades of #FFABF1

#FFABF1
(255,171,241)
#E89CDC
(232,156,220)
#D18DC7
(209,141,199)
#BA7EB2
(186,126,178)
#A36F9D
(163,111,157)
#8C6088
(140,96,136)
#755173
(117,81,115)
#5E425E
(94,66,94)
#473349
(71,51,73)
#302434
(48,36,52)
#19151F
(25,21,31)
#000000
(0,0,0)

Tints of #FFABF1

#FFABF1
(255,171,241)
#FFB2F2
(255,178,242)
#FFB9F3
(255,185,243)
#FFC0F4
(255,192,244)
#FFC7F5
(255,199,245)
#FFCEF6
(255,206,246)
#FFD5F7
(255,213,247)
#FFDCF8
(255,220,248)
#FFE3F9
(255,227,249)
#FFEAFA
(255,234,250)
#FFF1FB
(255,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFABF1; }

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

This text font color is #FFABF1.


Background Color

.myBgColor { background-color: #FFABF1; }

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

This div background color is #FFABF1.


Border color

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

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

This div border color is #FFABF1.


Opacity

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

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

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

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

This text has shadow with #FFABF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFABF1 on black background.


Color preview on white background

This text has color #FFABF1 on white background.



Black color preview on #FFABF1 background

This text has black color on #FFABF1 background.


White color preview on #FFABF1 background

This text has white color on #FFABF1 background.