COLOR #F8B6FA

HEX: #F8B6FA
RGB: (248,182,250)

Color info

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

RGB color model

#F8B6FA color RGB value is (248,182,250).

  • red value is 248;
  • green value is 182;
  • blue value is 250.
RGB:
(248,182,250)
(97%,71%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 250 of 255 = 98%

248
182
250

R + G + B ~ 89%. #F8B6FA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 182 + 250 = 680 (100%)
R 248 of 680 ~ 36.47%
G 182 of 680 ~ 26.76%
B 250 of 680 ~ 36.76%

%36.47
%26.76
%36.76

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,27,0,2)
C1M27Y0K2 
(1%,27%,0%,2%)
(0.01/0.27/0.00/0.02)	

CMYK percentages

%0.8
%27.2
%0
%1.96

Codes

Color #F8B6FA in popluar color models

F8B6FA
RGB248182250
HSL298°87.18%84.71%
HSB/HSV298°27.20%98.04%
CMYK0.80%27.20%0.00%
1.96%

Color #F8B6FA in popluar number systems.

HEXF8B6FA
Decimal248182250
Binary111110001011011011111010
Octal370266372

Shades and tints

Shades of #F8B6FA

#F8B6FA
(248,182,250)
#E2A6E4
(226,166,228)
#CC96CE
(204,150,206)
#B686B8
(182,134,184)
#A076A2
(160,118,162)
#8A668C
(138,102,140)
#745676
(116,86,118)
#5E4660
(94,70,96)
#48364A
(72,54,74)
#322634
(50,38,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #F8B6FA

#F8B6FA
(248,182,250)
#F8BCFA
(248,188,250)
#F8C2FA
(248,194,250)
#F8C8FA
(248,200,250)
#F8CEFA
(248,206,250)
#F8D4FA
(248,212,250)
#F8DAFA
(248,218,250)
#F8E0FA
(248,224,250)
#F8E6FA
(248,230,250)
#F8ECFA
(248,236,250)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B6FA color. Also use rgb(248,182,250) instead hex code.

Text Font Color

.myTextColor { color: #F8B6FA; }

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

This text font color is #F8B6FA.


Background Color

.myBgColor { background-color: #F8B6FA; }

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

This div background color is #F8B6FA.


Border color

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

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

This div border color is #F8B6FA.


Opacity

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

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

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

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

This text has shadow with #F8B6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B6FA on black background.


Color preview on white background

This text has color #F8B6FA on white background.



Black color preview on #F8B6FA background

This text has black color on #F8B6FA background.


White color preview on #F8B6FA background

This text has white color on #F8B6FA background.