COLOR #F2A6CE

HEX: #F2A6CE RGB: (242,166,206)

Color info

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

RGB color model

#F2A6CE color RGB value is (242,166,206).

RGB: (242,166,206) (95%, 65%, 81%)

RGB channels and saturation

R 242 of 255 = 95%
G 166 of 255 = 65%
B 206 of 255 = 81%

242
166
206

R + G + B ~ 80%. #F2A6CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 166 + 206 = 614 (100%)
R 242 of 614 ~ 39.41%
G 166 of 614 ~ 27.04%
B 206 of 614 ~ 33.55'%

%39.41
%27.04
%33.55

CMYK color model

#F2A6CE color CMYK value is (0,31,15,5).

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

CMYK: (0,31,15,5)
C0M31Y15K5 (0%, 31%, 15%, 5%)
(0.00 / 0.31 / 0.15 / 0.05)

CMYK percentages

%0
%31.4
%14.88
%5.1

Codes

Color #F2A6CE in popluar color models

F2 A6 CE
RGB 242 166 206
HSL 328° 74.51% 80.00%
HSB/HSV 328° 31.40% 94.90%
CMYK 0.00% 31.40% 14.88%
5.10%

Color #F2A6CE in popluar number systems.

HEX F2 A6 CE
Decimal 242 166 206
Binary 11110010 10100110 11001110
Octal 362 246 316

Shades and tints

Shades of #F2A6CE

#F2A6CE
(242,166,206)
#DC97BC
(220,151,188)
#C688AA
(198,136,170)
#B07998
(176,121,152)
#9A6A86
(154,106,134)
#845B74
(132,91,116)
#6E4C62
(110,76,98)
#583D50
(88,61,80)
#422E3E
(66,46,62)
#2C1F2C
(44,31,44)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #F2A6CE

#F2A6CE
(242,166,206)
#F3AED2
(243,174,210)
#F4B6D6
(244,182,214)
#F5BEDA
(245,190,218)
#F6C6DE
(246,198,222)
#F7CEE2
(247,206,226)
#F8D6E6
(248,214,230)
#F9DEEA
(249,222,234)
#FAE6EE
(250,230,238)
#FBEEF2
(251,238,242)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2A6CE; }

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

This text font color is #F2A6CE.

Background Color

.myBgColor { background-color: #F2A6CE; }

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

This div background color is #F2A6CE.

Border color

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

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

This div border color is #F2A6CE.

Opacity

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

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

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

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

This text has shadow with #F2A6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A6CE.

Preview

Color preview on black background

This text has color #F2A6CE on black background.


Color preview on white background

This text has color #F2A6CE on white background.


Black color preview on #F2A6CE background

This text has black color on #F2A6CE background.


White color preview on #F2A6CE background

This text has white color on #F2A6CE background.


Related colors

Complementary color

Complementary color for #hex is #0D5931.


I love getcolorcode.com

Triadic colors

1 #CEF2A6 and #A6CEF2 with #F2A6CE are triadic colors.

2 #CEA6F2 and #A6F2CE with #F2A6CE are triadic colors.