COLOR #F8B6FE

HEX: #F8B6FE RGB: (248,182,254)

Color info

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

RGB color model

#F8B6FE color RGB value is (248,182,254).

RGB: (248,182,254) (97%, 71%, 100%)

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 254 of 255 = 100%

248
182
254

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

Portions of RGB colors in percentages

R + G + B = 248 + 182 + 254 = 684 (100%)
R 248 of 684 ~ 36.26%
G 182 of 684 ~ 26.61%
B 254 of 684 ~ 37.13'%

%36.26
%26.61
%37.13

CMYK color model

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

  • cyan value is 2.36%
  • magenta value is 28.35%
  • 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

%2.36
%28.35
%0
%0.39

Codes

Color #F8B6FE in popluar color models

F8 B6 FE
RGB 248 182 254
HSL 295° 97.30% 85.49%
HSB/HSV 295° 28.35% 99.61%
CMYK 2.36% 28.35% 0.00%
0.39%

Color #F8B6FE in popluar number systems.

HEX F8 B6 FE
Decimal 248 182 254
Binary 11111000 10110110 11111110
Octal 370 266 376

Shades and tints

Shades of #F8B6FE

#F8B6FE
(248,182,254)
#E2A6E7
(226,166,231)
#CC96D0
(204,150,208)
#B686B9
(182,134,185)
#A076A2
(160,118,162)
#8A668B
(138,102,139)
#745674
(116,86,116)
#5E465D
(94,70,93)
#483646
(72,54,70)
#32262F
(50,38,47)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #F8B6FE

#F8B6FE
(248,182,254)
#F8BCFE
(248,188,254)
#F8C2FE
(248,194,254)
#F8C8FE
(248,200,254)
#F8CEFE
(248,206,254)
#F8D4FE
(248,212,254)
#F8DAFE
(248,218,254)
#F8E0FE
(248,224,254)
#F8E6FE
(248,230,254)
#F8ECFE
(248,236,254)
#F8F2FE
(248,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B6FE; }

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

This text font color is #F8B6FE.

Background Color

.myBgColor { background-color: #F8B6FE; }

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

This div background color is #F8B6FE.

Border color

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

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

This div border color is #F8B6FE.

Opacity

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

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

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

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

This text has shadow with #F8B6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8B6FE.

Preview

Color preview on black background

This text has color #F8B6FE on black background.


Color preview on white background

This text has color #F8B6FE on white background.


Black color preview on #F8B6FE background

This text has black color on #F8B6FE background.


White color preview on #F8B6FE background

This text has white color on #F8B6FE background.


Related colors

Complementary color

Complementary color for #hex is #074901.


I love getcolorcode.com

Triadic colors

1 #FEF8B6 and #B6FEF8 with #F8B6FE are triadic colors.

2 #FEB6F8 and #B6F8FE with #F8B6FE are triadic colors.