COLOR #F7AFDD

HEX: #F7AFDD
RGB: (247,175,221)

Color info

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

RGB color model

#F7AFDD color RGB value is (247,175,221).

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

RGB channels and saturation

R 247 of 255 = 97%
G 175 of 255 = 69%
B 221 of 255 = 87%

247
175
221

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

Portions of RGB colors in percentages

R + G + B =
247 + 175 + 221 = 643 (100%)
R 247 of 643 ~ 38.41%
G 175 of 643 ~ 27.22%
B 221 of 643 ~ 34.37%

%38.41
%27.22
%34.37

CMYK color model

#F7AFDD color CMYK value is (0,29,11,3).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,29,11,3)
C0M29Y11K3 
(0%,29%,11%,3%)
(0.00/0.29/0.11/0.03)	

CMYK percentages

%0
%29.15
%10.53
%3.14

Codes

Color #F7AFDD in popluar color models

F7AFDD
RGB247175221
HSL322°81.82%82.75%
HSB/HSV322°29.15%96.86%
CMYK0.00%29.15%10.53%
3.14%

Color #F7AFDD in popluar number systems.

HEXF7AFDD
Decimal247175221
Binary111101111010111111011101
Octal367257335

Shades and tints

Shades of #F7AFDD

#F7AFDD
(247,175,221)
#E1A0C9
(225,160,201)
#CB91B5
(203,145,181)
#B582A1
(181,130,161)
#9F738D
(159,115,141)
#896479
(137,100,121)
#735565
(115,85,101)
#5D4651
(93,70,81)
#47373D
(71,55,61)
#312829
(49,40,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #F7AFDD

#F7AFDD
(247,175,221)
#F7B6E0
(247,182,224)
#F7BDE3
(247,189,227)
#F7C4E6
(247,196,230)
#F7CBE9
(247,203,233)
#F7D2EC
(247,210,236)
#F7D9EF
(247,217,239)
#F7E0F2
(247,224,242)
#F7E7F5
(247,231,245)
#F7EEF8
(247,238,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7AFDD; }

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

This text font color is #F7AFDD.


Background Color

.myBgColor { background-color: #F7AFDD; }

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

This div background color is #F7AFDD.


Border color

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

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

This div border color is #F7AFDD.


Opacity

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

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

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

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

This text has shadow with #F7AFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7AFDD on black background.


Color preview on white background

This text has color #F7AFDD on white background.



Black color preview on #F7AFDD background

This text has black color on #F7AFDD background.


White color preview on #F7AFDD background

This text has white color on #F7AFDD background.