COLOR #FFA3F1

HEX: #FFA3F1
RGB: (255,163,241)

Color info

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

RGB color model

#FFA3F1 color RGB value is (255,163,241).

  • red value is 255;
  • green value is 163;
  • blue value is 241.
RGB:
(255,163,241)
(100%,64%,95%)

RGB channels and saturation

R 255 of 255 = 100%
G 163 of 255 = 64%
B 241 of 255 = 95%

255
163
241

R + G + B ~ 86%. #FFA3F1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 163 + 241 = 659 (100%)
R 255 of 659 ~ 38.69%
G 163 of 659 ~ 24.73%
B 241 of 659 ~ 36.57%

%38.69
%24.73
%36.57

CMYK color model

#FFA3F1 color CMYK value is (0,36,5,0).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,36,5,0)
C0M36Y5K0 
(0%,36%,5%,0%)
(0.00/0.36/0.05/0.00)	

CMYK percentages

%0
%36.08
%5.49
%0

Codes

Color #FFA3F1 in popluar color models

FFA3F1
RGB255163241
HSL309°100.00%81.96%
HSB/HSV309°36.08%100.00%
CMYK0.00%36.08%5.49%
0.00%

Color #FFA3F1 in popluar number systems.

HEXFFA3F1
Decimal255163241
Binary111111111010001111110001
Octal377243361

Shades and tints

Shades of #FFA3F1

#FFA3F1
(255,163,241)
#E895DC
(232,149,220)
#D187C7
(209,135,199)
#BA79B2
(186,121,178)
#A36B9D
(163,107,157)
#8C5D88
(140,93,136)
#754F73
(117,79,115)
#5E415E
(94,65,94)
#473349
(71,51,73)
#302534
(48,37,52)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #FFA3F1

#FFA3F1
(255,163,241)
#FFABF2
(255,171,242)
#FFB3F3
(255,179,243)
#FFBBF4
(255,187,244)
#FFC3F5
(255,195,245)
#FFCBF6
(255,203,246)
#FFD3F7
(255,211,247)
#FFDBF8
(255,219,248)
#FFE3F9
(255,227,249)
#FFEBFA
(255,235,250)
#FFF3FB
(255,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA3F1 color. Also use rgb(255,163,241) instead hex code.

Text Font Color

.myTextColor { color: #FFA3F1; }

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

This text font color is #FFA3F1.


Background Color

.myBgColor { background-color: #FFA3F1; }

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

This div background color is #FFA3F1.


Border color

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

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

This div border color is #FFA3F1.


Opacity

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

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

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

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

This text has shadow with #FFA3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA3F1 on black background.


Color preview on white background

This text has color #FFA3F1 on white background.



Black color preview on #FFA3F1 background

This text has black color on #FFA3F1 background.


White color preview on #FFA3F1 background

This text has white color on #FFA3F1 background.