COLOR #FFABD7

HEX: #FFABD7 RGB: (255,171,215)

Color info

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

RGB color model

#FFABD7 color RGB value is (255,171,215).

RGB: (255,171,215) (100%, 67%, 84%)

RGB channels and saturation

R 255 of 255 = 100%
G 171 of 255 = 67%
B 215 of 255 = 84%

255
171
215

R + G + B ~ 84%. #FFABD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 171 + 215 = 641 (100%)
R 255 of 641 ~ 39.78%
G 171 of 641 ~ 26.68%
B 215 of 641 ~ 33.54'%

%39.78
%26.68
%33.54

CMYK color model

#FFABD7 color CMYK value is (0,33,16,0).

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

CMYK: (0,33,16,0)
C0M33Y16K0 (0%, 33%, 16%, 0%)
(0.00 / 0.33 / 0.16 / 0.00)

CMYK percentages

%0
%32.94
%15.69
%0

Codes

Color #FFABD7 in popluar color models

FF AB D7
RGB 255 171 215
HSL 329° 100.00% 83.53%
HSB/HSV 329° 32.94% 100.00%
CMYK 0.00% 32.94% 15.69%
0.00%

Color #FFABD7 in popluar number systems.

HEX FF AB D7
Decimal 255 171 215
Binary 11111111 10101011 11010111
Octal 377 253 327

Shades and tints

Shades of #FFABD7

#FFABD7
(255,171,215)
#E89CC4
(232,156,196)
#D18DB1
(209,141,177)
#BA7E9E
(186,126,158)
#A36F8B
(163,111,139)
#8C6078
(140,96,120)
#755165
(117,81,101)
#5E4252
(94,66,82)
#47333F
(71,51,63)
#30242C
(48,36,44)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFABD7

#FFABD7
(255,171,215)
#FFB2DA
(255,178,218)
#FFB9DD
(255,185,221)
#FFC0E0
(255,192,224)
#FFC7E3
(255,199,227)
#FFCEE6
(255,206,230)
#FFD5E9
(255,213,233)
#FFDCEC
(255,220,236)
#FFE3EF
(255,227,239)
#FFEAF2
(255,234,242)
#FFF1F5
(255,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFABD7; }

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

This text font color is #FFABD7.

Background Color

.myBgColor { background-color: #FFABD7; }

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

This div background color is #FFABD7.

Border color

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

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

This div border color is #FFABD7.

Opacity

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

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

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

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

This text has shadow with #FFABD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFABD7.

Preview

Color preview on black background

This text has color #FFABD7 on black background.


Color preview on white background

This text has color #FFABD7 on white background.


Black color preview on #FFABD7 background

This text has black color on #FFABD7 background.


White color preview on #FFABD7 background

This text has white color on #FFABD7 background.


Related colors

Complementary color

Complementary color for #hex is #005428.


I love getcolorcode.com

Triadic colors

1 #D7FFAB and #ABD7FF with #FFABD7 are triadic colors.

2 #D7ABFF and #ABFFD7 with #FFABD7 are triadic colors.