COLOR #F9A6FF

HEX: #F9A6FF
RGB: (249,166,255)

Color info

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

RGB color model

#F9A6FF color RGB value is (249,166,255).

  • red value is 249;
  • green value is 166;
  • blue value is 255.
RGB:
(249,166,255)
(98%,65%,100%)

RGB channels and saturation

R 249 of 255 = 98%
G 166 of 255 = 65%
B 255 of 255 = 100%

249
166
255

R + G + B ~ 88%. #F9A6FF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 166 + 255 = 670 (100%)
R 249 of 670 ~ 37.16%
G 166 of 670 ~ 24.78%
B 255 of 670 ~ 38.06%

%37.16
%24.78
%38.06

CMYK color model

#F9A6FF color CMYK value is (2,35,0,0).

  • cyan value is 2.35%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,35,0,0)
C2M35Y0K0 
(2%,35%,0%,0%)
(0.02/0.35/0.00/0.00)	

CMYK percentages

%2.35
%34.9
%0
%0

Codes

Color #F9A6FF in popluar color models

F9A6FF
RGB249166255
HSL296°100.00%82.55%
HSB/HSV296°34.90%100.00%
CMYK2.35%34.90%0.00%
0.00%

Color #F9A6FF in popluar number systems.

HEXF9A6FF
Decimal249166255
Binary111110011010011011111111
Octal371246377

Shades and tints

Shades of #F9A6FF

#F9A6FF
(249,166,255)
#E397E8
(227,151,232)
#CD88D1
(205,136,209)
#B779BA
(183,121,186)
#A16AA3
(161,106,163)
#8B5B8C
(139,91,140)
#754C75
(117,76,117)
#5F3D5E
(95,61,94)
#492E47
(73,46,71)
#331F30
(51,31,48)
#1D1019
(29,16,25)
#000000
(0,0,0)

Tints of #F9A6FF

#F9A6FF
(249,166,255)
#F9AEFF
(249,174,255)
#F9B6FF
(249,182,255)
#F9BEFF
(249,190,255)
#F9C6FF
(249,198,255)
#F9CEFF
(249,206,255)
#F9D6FF
(249,214,255)
#F9DEFF
(249,222,255)
#F9E6FF
(249,230,255)
#F9EEFF
(249,238,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A6FF color. Also use rgb(249,166,255) instead hex code.

Text Font Color

.myTextColor { color: #F9A6FF; }

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

This text font color is #F9A6FF.


Background Color

.myBgColor { background-color: #F9A6FF; }

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

This div background color is #F9A6FF.


Border color

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

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

This div border color is #F9A6FF.


Opacity

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

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

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

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

This text has shadow with #F9A6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A6FF on black background.


Color preview on white background

This text has color #F9A6FF on white background.



Black color preview on #F9A6FF background

This text has black color on #F9A6FF background.


White color preview on #F9A6FF background

This text has white color on #F9A6FF background.