COLOR #F8BBFE

HEX: #F8BBFE
RGB: (248,187,254)

Color info

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

RGB color model

#F8BBFE color RGB value is (248,187,254).

  • red value is 248;
  • green value is 187;
  • blue value is 254.
RGB:
(248,187,254)
(97%,73%,100%)

RGB channels and saturation

R 248 of 255 = 97%
G 187 of 255 = 73%
B 254 of 255 = 100%

248
187
254

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

Portions of RGB colors in percentages

R + G + B =
248 + 187 + 254 = 689 (100%)
R 248 of 689 ~ 35.99%
G 187 of 689 ~ 27.14%
B 254 of 689 ~ 36.87%

%35.99
%27.14
%36.87

CMYK color model

#F8BBFE color CMYK value is (2,26,0,0).

  • cyan value is 2.36%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,26,0,0)
C2M26Y0K0 
(2%,26%,0%,0%)
(0.02/0.26/0.00/0.00)	

CMYK percentages

%2.36
%26.38
%0
%0.39

Codes

Color #F8BBFE in popluar color models

F8BBFE
RGB248187254
HSL295°97.10%86.47%
HSB/HSV295°26.38%99.61%
CMYK2.36%26.38%0.00%
0.39%

Color #F8BBFE in popluar number systems.

HEXF8BBFE
Decimal248187254
Binary111110001011101111111110
Octal370273376

Shades and tints

Shades of #F8BBFE

#F8BBFE
(248,187,254)
#E2AAE7
(226,170,231)
#CC99D0
(204,153,208)
#B688B9
(182,136,185)
#A077A2
(160,119,162)
#8A668B
(138,102,139)
#745574
(116,85,116)
#5E445D
(94,68,93)
#483346
(72,51,70)
#32222F
(50,34,47)
#1C1118
(28,17,24)
#000000
(0,0,0)

Tints of #F8BBFE

#F8BBFE
(248,187,254)
#F8C1FE
(248,193,254)
#F8C7FE
(248,199,254)
#F8CDFE
(248,205,254)
#F8D3FE
(248,211,254)
#F8D9FE
(248,217,254)
#F8DFFE
(248,223,254)
#F8E5FE
(248,229,254)
#F8EBFE
(248,235,254)
#F8F1FE
(248,241,254)
#F8F7FE
(248,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BBFE color. Also use rgb(248,187,254) instead hex code.

Text Font Color

.myTextColor { color: #F8BBFE; }

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

This text font color is #F8BBFE.


Background Color

.myBgColor { background-color: #F8BBFE; }

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

This div background color is #F8BBFE.


Border color

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

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

This div border color is #F8BBFE.


Opacity

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

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

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

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

This text has shadow with #F8BBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BBFE on black background.


Color preview on white background

This text has color #F8BBFE on white background.



Black color preview on #F8BBFE background

This text has black color on #F8BBFE background.


White color preview on #F8BBFE background

This text has white color on #F8BBFE background.