COLOR #F9A4FB

HEX: #F9A4FB
RGB: (249,164,251)

Color info

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

RGB color model

#F9A4FB color RGB value is (249,164,251).

  • red value is 249;
  • green value is 164;
  • blue value is 251.
RGB:
(249,164,251)
(98%,64%,98%)

RGB channels and saturation

R 249 of 255 = 98%
G 164 of 255 = 64%
B 251 of 255 = 98%

249
164
251

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

Portions of RGB colors in percentages

R + G + B =
249 + 164 + 251 = 664 (100%)
R 249 of 664 ~ 37.5%
G 164 of 664 ~ 24.7%
B 251 of 664 ~ 37.8%

%37.5
%24.7
%37.8

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 34.66%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,35,0,2)
C1M35Y0K2 
(1%,35%,0%,2%)
(0.01/0.35/0.00/0.02)	

CMYK percentages

%0.8
%34.66
%0
%1.57

Codes

Color #F9A4FB in popluar color models

F9A4FB
RGB249164251
HSL299°91.58%81.37%
HSB/HSV299°34.66%98.43%
CMYK0.80%34.66%0.00%
1.57%

Color #F9A4FB in popluar number systems.

HEXF9A4FB
Decimal249164251
Binary111110011010010011111011
Octal371244373

Shades and tints

Shades of #F9A4FB

#F9A4FB
(249,164,251)
#E396E5
(227,150,229)
#CD88CF
(205,136,207)
#B77AB9
(183,122,185)
#A16CA3
(161,108,163)
#8B5E8D
(139,94,141)
#755077
(117,80,119)
#5F4261
(95,66,97)
#49344B
(73,52,75)
#332635
(51,38,53)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #F9A4FB

#F9A4FB
(249,164,251)
#F9ACFB
(249,172,251)
#F9B4FB
(249,180,251)
#F9BCFB
(249,188,251)
#F9C4FB
(249,196,251)
#F9CCFB
(249,204,251)
#F9D4FB
(249,212,251)
#F9DCFB
(249,220,251)
#F9E4FB
(249,228,251)
#F9ECFB
(249,236,251)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A4FB color. Also use rgb(249,164,251) instead hex code.

Text Font Color

.myTextColor { color: #F9A4FB; }

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

This text font color is #F9A4FB.


Background Color

.myBgColor { background-color: #F9A4FB; }

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

This div background color is #F9A4FB.


Border color

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

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

This div border color is #F9A4FB.


Opacity

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

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

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

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

This text has shadow with #F9A4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A4FB on black background.


Color preview on white background

This text has color #F9A4FB on white background.



Black color preview on #F9A4FB background

This text has black color on #F9A4FB background.


White color preview on #F9A4FB background

This text has white color on #F9A4FB background.