COLOR #F5A6FE

HEX: #F5A6FE RGB: (245,166,254)

Color info

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

RGB color model

#F5A6FE color RGB value is (245,166,254).

RGB: (245,166,254) (96%, 65%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 166 of 255 = 65%
B 254 of 255 = 100%

245
166
254

R + G + B ~ 87%. #F5A6FE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 166 + 254 = 665 (100%)
R 245 of 665 ~ 36.84%
G 166 of 665 ~ 24.96%
B 254 of 665 ~ 38.2'%

%36.84
%24.96
%38.2

CMYK color model

#F5A6FE color CMYK value is (4,35,0,0).

  • cyan value is 3.54%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (4,35,0,0)
C4M35Y0K0 (4%, 35%, 0%, 0%)
(0.04 / 0.35 / 0.00 / 0.00)

CMYK percentages

%3.54
%34.65
%0
%0.39

Codes

Color #F5A6FE in popluar color models

F5 A6 FE
RGB 245 166 254
HSL 294° 97.78% 82.35%
HSB/HSV 294° 34.65% 99.61%
CMYK 3.54% 34.65% 0.00%
0.39%

Color #F5A6FE in popluar number systems.

HEX F5 A6 FE
Decimal 245 166 254
Binary 11110101 10100110 11111110
Octal 365 246 376

Shades and tints

Shades of #F5A6FE

#F5A6FE
(245,166,254)
#DF97E7
(223,151,231)
#C988D0
(201,136,208)
#B379B9
(179,121,185)
#9D6AA2
(157,106,162)
#875B8B
(135,91,139)
#714C74
(113,76,116)
#5B3D5D
(91,61,93)
#452E46
(69,46,70)
#2F1F2F
(47,31,47)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #F5A6FE

#F5A6FE
(245,166,254)
#F5AEFE
(245,174,254)
#F5B6FE
(245,182,254)
#F5BEFE
(245,190,254)
#F5C6FE
(245,198,254)
#F5CEFE
(245,206,254)
#F5D6FE
(245,214,254)
#F5DEFE
(245,222,254)
#F5E6FE
(245,230,254)
#F5EEFE
(245,238,254)
#F5F6FE
(245,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A6FE color. Also use rgb(245,166,254) instead hex code.

Text Font Color

.myTextColor { color: #F5A6FE; }

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

This text font color is #F5A6FE.

Background Color

.myBgColor { background-color: #F5A6FE; }

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

This div background color is #F5A6FE.

Border color

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

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

This div border color is #F5A6FE.

Opacity

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

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

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

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

This text has shadow with #F5A6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A6FE.

Preview

Color preview on black background

This text has color #F5A6FE on black background.


Color preview on white background

This text has color #F5A6FE on white background.


Black color preview on #F5A6FE background

This text has black color on #F5A6FE background.


White color preview on #F5A6FE background

This text has white color on #F5A6FE background.


Related colors

Complementary color

Complementary color for #hex is #0A5901.


I love getcolorcode.com

Triadic colors

1 #FEF5A6 and #A6FEF5 with #F5A6FE are triadic colors.

2 #FEA6F5 and #A6F5FE with #F5A6FE are triadic colors.