COLOR #FFABFB

HEX: #FFABFB RGB: (255,171,251)

Color info

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

RGB color model

#FFABFB color RGB value is (255,171,251).

RGB: (255,171,251) (100%, 67%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 251 of 255 = 98%

255
171
251

R + G + B ~ 88%. #FFABFB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 171 + 251 = 677 (100%)
R 255 of 677 ~ 37.67%
G 171 of 677 ~ 25.26%
B 251 of 677 ~ 37.08'%

%37.67
%25.26
%37.08

CMYK color model

#FFABFB color CMYK value is (0,33,2,0).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 1.57%
  • key color value is 0.00%

CMYK: (0,33,2,0)
C0M33Y2K0 (0%, 33%, 2%, 0%)
(0.00 / 0.33 / 0.02 / 0.00)

CMYK percentages

%0
%32.94
%1.57
%0

Codes

Color #FFABFB in popluar color models

FF AB FB
RGB 255 171 251
HSL 303° 100.00% 83.53%
HSB/HSV 303° 32.94% 100.00%
CMYK 0.00% 32.94% 1.57%
0.00%

Color #FFABFB in popluar number systems.

HEX FF AB FB
Decimal 255 171 251
Binary 11111111 10101011 11111011
Octal 377 253 373

Shades and tints

Shades of #FFABFB

#FFABFB
(255,171,251)
#E89CE5
(232,156,229)
#D18DCF
(209,141,207)
#BA7EB9
(186,126,185)
#A36FA3
(163,111,163)
#8C608D
(140,96,141)
#755177
(117,81,119)
#5E4261
(94,66,97)
#47334B
(71,51,75)
#302435
(48,36,53)
#19151F
(25,21,31)
#000000
(0,0,0)

Tints of #FFABFB

#FFABFB
(255,171,251)
#FFB2FB
(255,178,251)
#FFB9FB
(255,185,251)
#FFC0FB
(255,192,251)
#FFC7FB
(255,199,251)
#FFCEFB
(255,206,251)
#FFD5FB
(255,213,251)
#FFDCFB
(255,220,251)
#FFE3FB
(255,227,251)
#FFEAFB
(255,234,251)
#FFF1FB
(255,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFABFB; }

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

This text font color is #FFABFB.

Background Color

.myBgColor { background-color: #FFABFB; }

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

This div background color is #FFABFB.

Border color

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

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

This div border color is #FFABFB.

Opacity

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

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

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

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

This text has shadow with #FFABFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFABFB.

Preview

Color preview on black background

This text has color #FFABFB on black background.


Color preview on white background

This text has color #FFABFB on white background.


Black color preview on #FFABFB background

This text has black color on #FFABFB background.


White color preview on #FFABFB background

This text has white color on #FFABFB background.


Related colors

Complementary color

Complementary color for #hex is #005404.


I love getcolorcode.com

Triadic colors

1 #FBFFAB and #ABFBFF with #FFABFB are triadic colors.

2 #FBABFF and #ABFFFB with #FFABFB are triadic colors.