COLOR #F2AFD2

HEX: #F2AFD2 RGB: (242,175,210)

Color info

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

RGB color model

#F2AFD2 color RGB value is (242,175,210).

RGB: (242,175,210) (95%, 69%, 82%)

RGB channels and saturation

R 242 of 255 = 95%
G 175 of 255 = 69%
B 210 of 255 = 82%

242
175
210

R + G + B ~ 82%. #F2AFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 175 + 210 = 627 (100%)
R 242 of 627 ~ 38.6%
G 175 of 627 ~ 27.91%
B 210 of 627 ~ 33.49'%

%38.6
%27.91
%33.49

CMYK color model

#F2AFD2 color CMYK value is (0,28,13,5).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 13.22%
  • key color value is 5.10%

CMYK: (0,28,13,5)
C0M28Y13K5 (0%, 28%, 13%, 5%)
(0.00 / 0.28 / 0.13 / 0.05)

CMYK percentages

%0
%27.69
%13.22
%5.1

Codes

Color #F2AFD2 in popluar color models

F2 AF D2
RGB 242 175 210
HSL 329° 72.04% 81.76%
HSB/HSV 329° 27.69% 94.90%
CMYK 0.00% 27.69% 13.22%
5.10%

Color #F2AFD2 in popluar number systems.

HEX F2 AF D2
Decimal 242 175 210
Binary 11110010 10101111 11010010
Octal 362 257 322

Shades and tints

Shades of #F2AFD2

#F2AFD2
(242,175,210)
#DCA0BF
(220,160,191)
#C691AC
(198,145,172)
#B08299
(176,130,153)
#9A7386
(154,115,134)
#846473
(132,100,115)
#6E5560
(110,85,96)
#58464D
(88,70,77)
#42373A
(66,55,58)
#2C2827
(44,40,39)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #F2AFD2

#F2AFD2
(242,175,210)
#F3B6D6
(243,182,214)
#F4BDDA
(244,189,218)
#F5C4DE
(245,196,222)
#F6CBE2
(246,203,226)
#F7D2E6
(247,210,230)
#F8D9EA
(248,217,234)
#F9E0EE
(249,224,238)
#FAE7F2
(250,231,242)
#FBEEF6
(251,238,246)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AFD2 color. Also use rgb(242,175,210) instead hex code.

Text Font Color

.myTextColor { color: #F2AFD2; }

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

This text font color is #F2AFD2.

Background Color

.myBgColor { background-color: #F2AFD2; }

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

This div background color is #F2AFD2.

Border color

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

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

This div border color is #F2AFD2.

Opacity

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

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

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

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

This text has shadow with #F2AFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AFD2.

Preview

Color preview on black background

This text has color #F2AFD2 on black background.


Color preview on white background

This text has color #F2AFD2 on white background.


Black color preview on #F2AFD2 background

This text has black color on #F2AFD2 background.


White color preview on #F2AFD2 background

This text has white color on #F2AFD2 background.


Related colors

Complementary color

Complementary color for #hex is #0D502D.


I love getcolorcode.com

Triadic colors

1 #D2F2AF and #AFD2F2 with #F2AFD2 are triadic colors.

2 #D2AFF2 and #AFF2D2 with #F2AFD2 are triadic colors.