COLOR #F9B8FE

HEX: #F9B8FE
RGB: (249,184,254)

Color info

#F9B8FE contains mainly red and blue colors. Web safe color of #F9B8FE is #FFCCFF (or #FCF).

RGB color model

#F9B8FE color RGB value is (249,184,254).

  • red value is 249;
  • green value is 184;
  • blue value is 254.
RGB:
(249,184,254)
(98%,72%,100%)

RGB channels and saturation

R 249 of 255 = 98%
G 184 of 255 = 72%
B 254 of 255 = 100%

249
184
254

R + G + B ~ 90%. #F9B8FE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 184 + 254 = 687 (100%)
R 249 of 687 ~ 36.24%
G 184 of 687 ~ 26.78%
B 254 of 687 ~ 36.97%

%36.24
%26.78
%36.97

CMYK color model

#F9B8FE color CMYK value is (2,28,0,0).

  • cyan value is 1.97%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,28,0,0)
C2M28Y0K0 
(2%,28%,0%,0%)
(0.02/0.28/0.00/0.00)	

CMYK percentages

%1.97
%27.56
%0
%0.39

Codes

Color #F9B8FE in popluar color models

F9B8FE
RGB249184254
HSL296°97.22%85.88%
HSB/HSV296°27.56%99.61%
CMYK1.97%27.56%0.00%
0.39%

Color #F9B8FE in popluar number systems.

HEXF9B8FE
Decimal249184254
Binary111110011011100011111110
Octal371270376

Shades and tints

Shades of #F9B8FE

#F9B8FE
(249,184,254)
#E3A8E7
(227,168,231)
#CD98D0
(205,152,208)
#B788B9
(183,136,185)
#A178A2
(161,120,162)
#8B688B
(139,104,139)
#755874
(117,88,116)
#5F485D
(95,72,93)
#493846
(73,56,70)
#33282F
(51,40,47)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9B8FE

#F9B8FE
(249,184,254)
#F9BEFE
(249,190,254)
#F9C4FE
(249,196,254)
#F9CAFE
(249,202,254)
#F9D0FE
(249,208,254)
#F9D6FE
(249,214,254)
#F9DCFE
(249,220,254)
#F9E2FE
(249,226,254)
#F9E8FE
(249,232,254)
#F9EEFE
(249,238,254)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B8FE color. Also use rgb(249,184,254) instead hex code.

Text Font Color

.myTextColor { color: #F9B8FE; }

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

This text font color is #F9B8FE.


Background Color

.myBgColor { background-color: #F9B8FE; }

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

This div background color is #F9B8FE.


Border color

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

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

This div border color is #F9B8FE.


Opacity

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

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

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

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

This text has shadow with #F9B8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B8FE on black background.


Color preview on white background

This text has color #F9B8FE on white background.



Black color preview on #F9B8FE background

This text has black color on #F9B8FE background.


White color preview on #F9B8FE background

This text has white color on #F9B8FE background.