COLOR #FBB9FE

HEX: #FBB9FE
RGB: (251,185,254)

Color info

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

RGB color model

#FBB9FE color RGB value is (251,185,254).

  • red value is 251;
  • green value is 185;
  • blue value is 254.
RGB:
(251,185,254)
(98%,73%,100%)

RGB channels and saturation

R 251 of 255 = 98%
G 185 of 255 = 73%
B 254 of 255 = 100%

251
185
254

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

Portions of RGB colors in percentages

R + G + B =
251 + 185 + 254 = 690 (100%)
R 251 of 690 ~ 36.38%
G 185 of 690 ~ 26.81%
B 254 of 690 ~ 36.81%

%36.38
%26.81
%36.81

CMYK color model

#FBB9FE color CMYK value is (1,27,0,0).

  • cyan value is 1.18%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,27,0,0)
C1M27Y0K0 
(1%,27%,0%,0%)
(0.01/0.27/0.00/0.00)	

CMYK percentages

%1.18
%27.17
%0
%0.39

Codes

Color #FBB9FE in popluar color models

FBB9FE
RGB251185254
HSL297°97.18%86.08%
HSB/HSV297°27.17%99.61%
CMYK1.18%27.17%0.00%
0.39%

Color #FBB9FE in popluar number systems.

HEXFBB9FE
Decimal251185254
Binary111110111011100111111110
Octal373271376

Shades and tints

Shades of #FBB9FE

#FBB9FE
(251,185,254)
#E5A9E7
(229,169,231)
#CF99D0
(207,153,208)
#B989B9
(185,137,185)
#A379A2
(163,121,162)
#8D698B
(141,105,139)
#775974
(119,89,116)
#61495D
(97,73,93)
#4B3946
(75,57,70)
#35292F
(53,41,47)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBB9FE

#FBB9FE
(251,185,254)
#FBBFFE
(251,191,254)
#FBC5FE
(251,197,254)
#FBCBFE
(251,203,254)
#FBD1FE
(251,209,254)
#FBD7FE
(251,215,254)
#FBDDFE
(251,221,254)
#FBE3FE
(251,227,254)
#FBE9FE
(251,233,254)
#FBEFFE
(251,239,254)
#FBF5FE
(251,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB9FE color. Also use rgb(251,185,254) instead hex code.

Text Font Color

.myTextColor { color: #FBB9FE; }

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

This text font color is #FBB9FE.


Background Color

.myBgColor { background-color: #FBB9FE; }

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

This div background color is #FBB9FE.


Border color

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

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

This div border color is #FBB9FE.


Opacity

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

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

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

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

This text has shadow with #FBB9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB9FE on black background.


Color preview on white background

This text has color #FBB9FE on white background.



Black color preview on #FBB9FE background

This text has black color on #FBB9FE background.


White color preview on #FBB9FE background

This text has white color on #FBB9FE background.