COLOR #F3A9EA

HEX: #F3A9EA
RGB: (243,169,234)

Color info

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

RGB color model

#F3A9EA color RGB value is (243,169,234).

  • red value is 243;
  • green value is 169;
  • blue value is 234.
RGB:
(243,169,234)
(95%,66%,92%)

RGB channels and saturation

R 243 of 255 = 95%
G 169 of 255 = 66%
B 234 of 255 = 92%

243
169
234

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

Portions of RGB colors in percentages

R + G + B =
243 + 169 + 234 = 646 (100%)
R 243 of 646 ~ 37.62%
G 169 of 646 ~ 26.16%
B 234 of 646 ~ 36.22%

%37.62
%26.16
%36.22

CMYK color model

#F3A9EA color CMYK value is (0,30,4,5).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(0,30,4,5)
C0M30Y4K5 
(0%,30%,4%,5%)
(0.00/0.30/0.04/0.05)	

CMYK percentages

%0
%30.45
%3.7
%4.71

Codes

Color #F3A9EA in popluar color models

F3A9EA
RGB243169234
HSL307°75.51%80.78%
HSB/HSV307°30.45%95.29%
CMYK0.00%30.45%3.70%
4.71%

Color #F3A9EA in popluar number systems.

HEXF3A9EA
Decimal243169234
Binary111100111010100111101010
Octal363251352

Shades and tints

Shades of #F3A9EA

#F3A9EA
(243,169,234)
#DD9AD5
(221,154,213)
#C78BC0
(199,139,192)
#B17CAB
(177,124,171)
#9B6D96
(155,109,150)
#855E81
(133,94,129)
#6F4F6C
(111,79,108)
#594057
(89,64,87)
#433142
(67,49,66)
#2D222D
(45,34,45)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #F3A9EA

#F3A9EA
(243,169,234)
#F4B0EB
(244,176,235)
#F5B7EC
(245,183,236)
#F6BEED
(246,190,237)
#F7C5EE
(247,197,238)
#F8CCEF
(248,204,239)
#F9D3F0
(249,211,240)
#FADAF1
(250,218,241)
#FBE1F2
(251,225,242)
#FCE8F3
(252,232,243)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A9EA color. Also use rgb(243,169,234) instead hex code.

Text Font Color

.myTextColor { color: #F3A9EA; }

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

This text font color is #F3A9EA.


Background Color

.myBgColor { background-color: #F3A9EA; }

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

This div background color is #F3A9EA.


Border color

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

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

This div border color is #F3A9EA.


Opacity

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

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

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

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

This text has shadow with #F3A9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A9EA on black background.


Color preview on white background

This text has color #F3A9EA on white background.



Black color preview on #F3A9EA background

This text has black color on #F3A9EA background.


White color preview on #F3A9EA background

This text has white color on #F3A9EA background.