COLOR #F3A6E7

HEX: #F3A6E7
RGB: (243,166,231)

Color info

#F3A6E7 contains mainly red and blue colors. Web safe color of #F3A6E7 is #FF99FF (or #F9F).

RGB color model

#F3A6E7 color RGB value is (243,166,231).

  • red value is 243;
  • green value is 166;
  • blue value is 231.
RGB:
(243,166,231)
(95%,65%,91%)

RGB channels and saturation

R 243 of 255 = 95%
G 166 of 255 = 65%
B 231 of 255 = 91%

243
166
231

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

Portions of RGB colors in percentages

R + G + B =
243 + 166 + 231 = 640 (100%)
R 243 of 640 ~ 37.97%
G 166 of 640 ~ 25.94%
B 231 of 640 ~ 36.09%

%37.97
%25.94
%36.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 4.94%
  • key color value is 4.71%
CMYK:
(0,32,5,5)
C0M32Y5K5 
(0%,32%,5%,5%)
(0.00/0.32/0.05/0.05)	

CMYK percentages

%0
%31.69
%4.94
%4.71

Codes

Color #F3A6E7 in popluar color models

F3A6E7
RGB243166231
HSL309°76.24%80.20%
HSB/HSV309°31.69%95.29%
CMYK0.00%31.69%4.94%
4.71%

Color #F3A6E7 in popluar number systems.

HEXF3A6E7
Decimal243166231
Binary111100111010011011100111
Octal363246347

Shades and tints

Shades of #F3A6E7

#F3A6E7
(243,166,231)
#DD97D2
(221,151,210)
#C788BD
(199,136,189)
#B179A8
(177,121,168)
#9B6A93
(155,106,147)
#855B7E
(133,91,126)
#6F4C69
(111,76,105)
#593D54
(89,61,84)
#432E3F
(67,46,63)
#2D1F2A
(45,31,42)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #F3A6E7

#F3A6E7
(243,166,231)
#F4AEE9
(244,174,233)
#F5B6EB
(245,182,235)
#F6BEED
(246,190,237)
#F7C6EF
(247,198,239)
#F8CEF1
(248,206,241)
#F9D6F3
(249,214,243)
#FADEF5
(250,222,245)
#FBE6F7
(251,230,247)
#FCEEF9
(252,238,249)
#FDF6FB
(253,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3A6E7; }

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

This text font color is #F3A6E7.


Background Color

.myBgColor { background-color: #F3A6E7; }

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

This div background color is #F3A6E7.


Border color

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

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

This div border color is #F3A6E7.


Opacity

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

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

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

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

This text has shadow with #F3A6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A6E7 on black background.


Color preview on white background

This text has color #F3A6E7 on white background.



Black color preview on #F3A6E7 background

This text has black color on #F3A6E7 background.


White color preview on #F3A6E7 background

This text has white color on #F3A6E7 background.