COLOR #F3A6D2

HEX: #F3A6D2 RGB: (243,166,210)

Color info

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

RGB color model

#F3A6D2 color RGB value is (243,166,210).

RGB: (243,166,210) (95%, 65%, 82%)

RGB channels and saturation

R 243 of 255 = 95%
G 166 of 255 = 65%
B 210 of 255 = 82%

243
166
210

R + G + B ~ 81%. #F3A6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 166 + 210 = 619 (100%)
R 243 of 619 ~ 39.26%
G 166 of 619 ~ 26.82%
B 210 of 619 ~ 33.93'%

%39.26
%26.82
%33.93

CMYK color model

#F3A6D2 color CMYK value is (0,32,14,5).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 13.58%
  • key color value is 4.71%

CMYK: (0,32,14,5)
C0M32Y14K5 (0%, 32%, 14%, 5%)
(0.00 / 0.32 / 0.14 / 0.05)

CMYK percentages

%0
%31.69
%13.58
%4.71

Codes

Color #F3A6D2 in popluar color models

F3 A6 D2
RGB 243 166 210
HSL 326° 76.24% 80.20%
HSB/HSV 326° 31.69% 95.29%
CMYK 0.00% 31.69% 13.58%
4.71%

Color #F3A6D2 in popluar number systems.

HEX F3 A6 D2
Decimal 243 166 210
Binary 11110011 10100110 11010010
Octal 363 246 322

Shades and tints

Shades of #F3A6D2

#F3A6D2
(243,166,210)
#DD97BF
(221,151,191)
#C788AC
(199,136,172)
#B17999
(177,121,153)
#9B6A86
(155,106,134)
#855B73
(133,91,115)
#6F4C60
(111,76,96)
#593D4D
(89,61,77)
#432E3A
(67,46,58)
#2D1F27
(45,31,39)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #F3A6D2

#F3A6D2
(243,166,210)
#F4AED6
(244,174,214)
#F5B6DA
(245,182,218)
#F6BEDE
(246,190,222)
#F7C6E2
(247,198,226)
#F8CEE6
(248,206,230)
#F9D6EA
(249,214,234)
#FADEEE
(250,222,238)
#FBE6F2
(251,230,242)
#FCEEF6
(252,238,246)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A6D2 color. Also use rgb(243,166,210) instead hex code.

Text Font Color

.myTextColor { color: #F3A6D2; }

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

This text font color is #F3A6D2.

Background Color

.myBgColor { background-color: #F3A6D2; }

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

This div background color is #F3A6D2.

Border color

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

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

This div border color is #F3A6D2.

Opacity

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

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

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

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

This text has shadow with #F3A6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A6D2.

Preview

Color preview on black background

This text has color #F3A6D2 on black background.


Color preview on white background

This text has color #F3A6D2 on white background.


Black color preview on #F3A6D2 background

This text has black color on #F3A6D2 background.


White color preview on #F3A6D2 background

This text has white color on #F3A6D2 background.


Related colors

Complementary color

Complementary color for #hex is #0C592D.


I love getcolorcode.com

Triadic colors

1 #D2F3A6 and #A6D2F3 with #F3A6D2 are triadic colors.

2 #D2A6F3 and #A6F3D2 with #F3A6D2 are triadic colors.