COLOR #F3A8E5

HEX: #F3A8E5
RGB: (243,168,229)

Color info

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

RGB color model

#F3A8E5 color RGB value is (243,168,229).

  • red value is 243;
  • green value is 168;
  • blue value is 229.
RGB:
(243,168,229)
(95%,66%,90%)

RGB channels and saturation

R 243 of 255 = 95%
G 168 of 255 = 66%
B 229 of 255 = 90%

243
168
229

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

Portions of RGB colors in percentages

R + G + B =
243 + 168 + 229 = 640 (100%)
R 243 of 640 ~ 37.97%
G 168 of 640 ~ 26.25%
B 229 of 640 ~ 35.78%

%37.97
%26.25
%35.78

CMYK color model

#F3A8E5 color CMYK value is (0,31,6,5).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(0,31,6,5)
C0M31Y6K5 
(0%,31%,6%,5%)
(0.00/0.31/0.06/0.05)	

CMYK percentages

%0
%30.86
%5.76
%4.71

Codes

Color #F3A8E5 in popluar color models

F3A8E5
RGB243168229
HSL311°75.76%80.59%
HSB/HSV311°30.86%95.29%
CMYK0.00%30.86%5.76%
4.71%

Color #F3A8E5 in popluar number systems.

HEXF3A8E5
Decimal243168229
Binary111100111010100011100101
Octal363250345

Shades and tints

Shades of #F3A8E5

#F3A8E5
(243,168,229)
#DD99D1
(221,153,209)
#C78ABD
(199,138,189)
#B17BA9
(177,123,169)
#9B6C95
(155,108,149)
#855D81
(133,93,129)
#6F4E6D
(111,78,109)
#593F59
(89,63,89)
#433045
(67,48,69)
#2D2131
(45,33,49)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #F3A8E5

#F3A8E5
(243,168,229)
#F4AFE7
(244,175,231)
#F5B6E9
(245,182,233)
#F6BDEB
(246,189,235)
#F7C4ED
(247,196,237)
#F8CBEF
(248,203,239)
#F9D2F1
(249,210,241)
#FAD9F3
(250,217,243)
#FBE0F5
(251,224,245)
#FCE7F7
(252,231,247)
#FDEEF9
(253,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A8E5 color. Also use rgb(243,168,229) instead hex code.

Text Font Color

.myTextColor { color: #F3A8E5; }

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

This text font color is #F3A8E5.


Background Color

.myBgColor { background-color: #F3A8E5; }

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

This div background color is #F3A8E5.


Border color

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

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

This div border color is #F3A8E5.


Opacity

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

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

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

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

This text has shadow with #F3A8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A8E5 on black background.


Color preview on white background

This text has color #F3A8E5 on white background.



Black color preview on #F3A8E5 background

This text has black color on #F3A8E5 background.


White color preview on #F3A8E5 background

This text has white color on #F3A8E5 background.