COLOR #F2A6D8

HEX: #F2A6D8 RGB: (242,166,216)

Color info

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

RGB color model

#F2A6D8 color RGB value is (242,166,216).

RGB: (242,166,216) (95%, 65%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 166 of 255 = 65%
B 216 of 255 = 85%

242
166
216

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

Portions of RGB colors in percentages

R + G + B = 242 + 166 + 216 = 624 (100%)
R 242 of 624 ~ 38.78%
G 166 of 624 ~ 26.6%
B 216 of 624 ~ 34.62'%

%38.78
%26.6
%34.62

CMYK color model

#F2A6D8 color CMYK value is (0,31,11,5).

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 10.74%
  • key color value is 5.10%

CMYK: (0,31,11,5)
C0M31Y11K5 (0%, 31%, 11%, 5%)
(0.00 / 0.31 / 0.11 / 0.05)

CMYK percentages

%0
%31.4
%10.74
%5.1

Codes

Color #F2A6D8 in popluar color models

F2 A6 D8
RGB 242 166 216
HSL 321° 74.51% 80.00%
HSB/HSV 321° 31.40% 94.90%
CMYK 0.00% 31.40% 10.74%
5.10%

Color #F2A6D8 in popluar number systems.

HEX F2 A6 D8
Decimal 242 166 216
Binary 11110010 10100110 11011000
Octal 362 246 330

Shades and tints

Shades of #F2A6D8

#F2A6D8
(242,166,216)
#DC97C5
(220,151,197)
#C688B2
(198,136,178)
#B0799F
(176,121,159)
#9A6A8C
(154,106,140)
#845B79
(132,91,121)
#6E4C66
(110,76,102)
#583D53
(88,61,83)
#422E40
(66,46,64)
#2C1F2D
(44,31,45)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #F2A6D8

#F2A6D8
(242,166,216)
#F3AEDB
(243,174,219)
#F4B6DE
(244,182,222)
#F5BEE1
(245,190,225)
#F6C6E4
(246,198,228)
#F7CEE7
(247,206,231)
#F8D6EA
(248,214,234)
#F9DEED
(249,222,237)
#FAE6F0
(250,230,240)
#FBEEF3
(251,238,243)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A6D8 color. Also use rgb(242,166,216) instead hex code.

Text Font Color

.myTextColor { color: #F2A6D8; }

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

This text font color is #F2A6D8.

Background Color

.myBgColor { background-color: #F2A6D8; }

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

This div background color is #F2A6D8.

Border color

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

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

This div border color is #F2A6D8.

Opacity

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

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

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

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

This text has shadow with #F2A6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A6D8.

Preview

Color preview on black background

This text has color #F2A6D8 on black background.


Color preview on white background

This text has color #F2A6D8 on white background.


Black color preview on #F2A6D8 background

This text has black color on #F2A6D8 background.


White color preview on #F2A6D8 background

This text has white color on #F2A6D8 background.


Related colors

Complementary color

Complementary color for #hex is #0D5927.


I love getcolorcode.com

Triadic colors

1 #D8F2A6 and #A6D8F2 with #F2A6D8 are triadic colors.

2 #D8A6F2 and #A6F2D8 with #F2A6D8 are triadic colors.