COLOR #F8B0FB

HEX: #F8B0FB
RGB: (248,176,251)

Color info

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

RGB color model

#F8B0FB color RGB value is (248,176,251).

  • red value is 248;
  • green value is 176;
  • blue value is 251.
RGB:
(248,176,251)
(97%,69%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 176 of 255 = 69%
B 251 of 255 = 98%

248
176
251

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

Portions of RGB colors in percentages

R + G + B =
248 + 176 + 251 = 675 (100%)
R 248 of 675 ~ 36.74%
G 176 of 675 ~ 26.07%
B 251 of 675 ~ 37.19%

%36.74
%26.07
%37.19

CMYK color model

#F8B0FB color CMYK value is (1,30,0,2).

  • cyan value is 1.20%
  • magenta value is 29.88%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,30,0,2)
C1M30Y0K2 
(1%,30%,0%,2%)
(0.01/0.30/0.00/0.02)	

CMYK percentages

%1.2
%29.88
%0
%1.57

Codes

Color #F8B0FB in popluar color models

F8B0FB
RGB248176251
HSL298°90.36%83.73%
HSB/HSV298°29.88%98.43%
CMYK1.20%29.88%0.00%
1.57%

Color #F8B0FB in popluar number systems.

HEXF8B0FB
Decimal248176251
Binary111110001011000011111011
Octal370260373

Shades and tints

Shades of #F8B0FB

#F8B0FB
(248,176,251)
#E2A0E5
(226,160,229)
#CC90CF
(204,144,207)
#B680B9
(182,128,185)
#A070A3
(160,112,163)
#8A608D
(138,96,141)
#745077
(116,80,119)
#5E4061
(94,64,97)
#48304B
(72,48,75)
#322035
(50,32,53)
#1C101F
(28,16,31)
#000000
(0,0,0)

Tints of #F8B0FB

#F8B0FB
(248,176,251)
#F8B7FB
(248,183,251)
#F8BEFB
(248,190,251)
#F8C5FB
(248,197,251)
#F8CCFB
(248,204,251)
#F8D3FB
(248,211,251)
#F8DAFB
(248,218,251)
#F8E1FB
(248,225,251)
#F8E8FB
(248,232,251)
#F8EFFB
(248,239,251)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B0FB color. Also use rgb(248,176,251) instead hex code.

Text Font Color

.myTextColor { color: #F8B0FB; }

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

This text font color is #F8B0FB.


Background Color

.myBgColor { background-color: #F8B0FB; }

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

This div background color is #F8B0FB.


Border color

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

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

This div border color is #F8B0FB.


Opacity

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

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

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

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

This text has shadow with #F8B0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B0FB on black background.


Color preview on white background

This text has color #F8B0FB on white background.



Black color preview on #F8B0FB background

This text has black color on #F8B0FB background.


White color preview on #F8B0FB background

This text has white color on #F8B0FB background.