COLOR #F7ABDD

HEX: #F7ABDD
RGB: (247,171,221)

Color info

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

RGB color model

#F7ABDD color RGB value is (247,171,221).

  • red value is 247;
  • green value is 171;
  • blue value is 221.
RGB:
(247,171,221)
(97%,67%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 171 of 255 = 67%
B 221 of 255 = 87%

247
171
221

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

Portions of RGB colors in percentages

R + G + B =
247 + 171 + 221 = 639 (100%)
R 247 of 639 ~ 38.65%
G 171 of 639 ~ 26.76%
B 221 of 639 ~ 34.59%

%38.65
%26.76
%34.59

CMYK color model

#F7ABDD color CMYK value is (0,31,11,3).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,31,11,3)
C0M31Y11K3 
(0%,31%,11%,3%)
(0.00/0.31/0.11/0.03)	

CMYK percentages

%0
%30.77
%10.53
%3.14

Codes

Color #F7ABDD in popluar color models

F7ABDD
RGB247171221
HSL321°82.61%81.96%
HSB/HSV321°30.77%96.86%
CMYK0.00%30.77%10.53%
3.14%

Color #F7ABDD in popluar number systems.

HEXF7ABDD
Decimal247171221
Binary111101111010101111011101
Octal367253335

Shades and tints

Shades of #F7ABDD

#F7ABDD
(247,171,221)
#E19CC9
(225,156,201)
#CB8DB5
(203,141,181)
#B57EA1
(181,126,161)
#9F6F8D
(159,111,141)
#896079
(137,96,121)
#735165
(115,81,101)
#5D4251
(93,66,81)
#47333D
(71,51,61)
#312429
(49,36,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #F7ABDD

#F7ABDD
(247,171,221)
#F7B2E0
(247,178,224)
#F7B9E3
(247,185,227)
#F7C0E6
(247,192,230)
#F7C7E9
(247,199,233)
#F7CEEC
(247,206,236)
#F7D5EF
(247,213,239)
#F7DCF2
(247,220,242)
#F7E3F5
(247,227,245)
#F7EAF8
(247,234,248)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7ABDD; }

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

This text font color is #F7ABDD.


Background Color

.myBgColor { background-color: #F7ABDD; }

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

This div background color is #F7ABDD.


Border color

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

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

This div border color is #F7ABDD.


Opacity

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

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

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

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

This text has shadow with #F7ABDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7ABDD on black background.


Color preview on white background

This text has color #F7ABDD on white background.



Black color preview on #F7ABDD background

This text has black color on #F7ABDD background.


White color preview on #F7ABDD background

This text has white color on #F7ABDD background.