COLOR #FFABDD

HEX: #FFABDD RGB: (255,171,221)

Color info

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

RGB color model

#FFABDD color RGB value is (255,171,221).

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

RGB channels and saturation

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

255
171
221

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

Portions of RGB colors in percentages

R + G + B = 255 + 171 + 221 = 647 (100%)
R 255 of 647 ~ 39.41%
G 171 of 647 ~ 26.43%
B 221 of 647 ~ 34.16'%

%39.41
%26.43
%34.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 13.33%
  • 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
%13.33
%0

Codes

Color #FFABDD in popluar color models

FF AB DD
RGB 255 171 221
HSL 324° 100.00% 83.53%
HSB/HSV 324° 32.94% 100.00%
CMYK 0.00% 32.94% 13.33%
0.00%

Color #FFABDD in popluar number systems.

HEX FF AB DD
Decimal 255 171 221
Binary 11111111 10101011 11011101
Octal 377 253 335

Shades and tints

Shades of #FFABDD

#FFABDD
(255,171,221)
#E89CC9
(232,156,201)
#D18DB5
(209,141,181)
#BA7EA1
(186,126,161)
#A36F8D
(163,111,141)
#8C6079
(140,96,121)
#755165
(117,81,101)
#5E4251
(94,66,81)
#47333D
(71,51,61)
#302429
(48,36,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #FFABDD

#FFABDD
(255,171,221)
#FFB2E0
(255,178,224)
#FFB9E3
(255,185,227)
#FFC0E6
(255,192,230)
#FFC7E9
(255,199,233)
#FFCEEC
(255,206,236)
#FFD5EF
(255,213,239)
#FFDCF2
(255,220,242)
#FFE3F5
(255,227,245)
#FFEAF8
(255,234,248)
#FFF1FB
(255,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFABDD; }

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

This text font color is #FFABDD.

Background Color

.myBgColor { background-color: #FFABDD; }

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

This div background color is #FFABDD.

Border color

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

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

This div border color is #FFABDD.

Opacity

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

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

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

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

This text has shadow with #FFABDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFABDD.

Preview

Color preview on black background

This text has color #FFABDD on black background.


Color preview on white background

This text has color #FFABDD on white background.


Black color preview on #FFABDD background

This text has black color on #FFABDD background.


White color preview on #FFABDD background

This text has white color on #FFABDD background.


Related colors

Complementary color

Complementary color for #hex is #005422.


I love getcolorcode.com

Triadic colors

1 #DDFFAB and #ABDDFF with #FFABDD are triadic colors.

2 #DDABFF and #ABFFDD with #FFABDD are triadic colors.