COLOR #FFABDF

HEX: #FFABDF RGB: (255,171,223)

Color info

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

RGB color model

#FFABDF color RGB value is (255,171,223).

RGB: (255,171,223) (100%, 67%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 223 of 255 = 87%

255
171
223

R + G + B ~ 85%. #FFABDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 171 + 223 = 649 (100%)
R 255 of 649 ~ 39.29%
G 171 of 649 ~ 26.35%
B 223 of 649 ~ 34.36'%

%39.29
%26.35
%34.36

CMYK color model

#FFABDF color CMYK value is (0,33,13,0).

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

CMYK: (0,33,13,0)
C0M33Y13K0 (0%, 33%, 13%, 0%)
(0.00 / 0.33 / 0.13 / 0.00)

CMYK percentages

%0
%32.94
%12.55
%0

Codes

Color #FFABDF in popluar color models

FF AB DF
RGB 255 171 223
HSL 323° 100.00% 83.53%
HSB/HSV 323° 32.94% 100.00%
CMYK 0.00% 32.94% 12.55%
0.00%

Color #FFABDF in popluar number systems.

HEX FF AB DF
Decimal 255 171 223
Binary 11111111 10101011 11011111
Octal 377 253 337

Shades and tints

Shades of #FFABDF

#FFABDF
(255,171,223)
#E89CCB
(232,156,203)
#D18DB7
(209,141,183)
#BA7EA3
(186,126,163)
#A36F8F
(163,111,143)
#8C607B
(140,96,123)
#755167
(117,81,103)
#5E4253
(94,66,83)
#47333F
(71,51,63)
#30242B
(48,36,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFABDF

#FFABDF
(255,171,223)
#FFB2E1
(255,178,225)
#FFB9E3
(255,185,227)
#FFC0E5
(255,192,229)
#FFC7E7
(255,199,231)
#FFCEE9
(255,206,233)
#FFD5EB
(255,213,235)
#FFDCED
(255,220,237)
#FFE3EF
(255,227,239)
#FFEAF1
(255,234,241)
#FFF1F3
(255,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFABDF; }

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

This text font color is #FFABDF.

Background Color

.myBgColor { background-color: #FFABDF; }

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

This div background color is #FFABDF.

Border color

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

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

This div border color is #FFABDF.

Opacity

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

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

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

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

This text has shadow with #FFABDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFABDF.

Preview

Color preview on black background

This text has color #FFABDF on black background.


Color preview on white background

This text has color #FFABDF on white background.


Black color preview on #FFABDF background

This text has black color on #FFABDF background.


White color preview on #FFABDF background

This text has white color on #FFABDF background.


Related colors

Complementary color

Complementary color for #hex is #005420.


I love getcolorcode.com

Triadic colors

1 #DFFFAB and #ABDFFF with #FFABDF are triadic colors.

2 #DFABFF and #ABFFDF with #FFABDF are triadic colors.