COLOR #F8B6EA

HEX: #F8B6EA
RGB: (248,182,234)

Color info

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

RGB color model

#F8B6EA color RGB value is (248,182,234).

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

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 234 of 255 = 92%

248
182
234

R + G + B ~ 87%. #F8B6EA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 182 + 234 = 664 (100%)
R 248 of 664 ~ 37.35%
G 182 of 664 ~ 27.41%
B 234 of 664 ~ 35.24%

%37.35
%27.41
%35.24

CMYK color model

#F8B6EA color CMYK value is (0,27,6,3).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(0,27,6,3)
C0M27Y6K3 
(0%,27%,6%,3%)
(0.00/0.27/0.06/0.03)	

CMYK percentages

%0
%26.61
%5.65
%2.75

Codes

Color #F8B6EA in popluar color models

F8B6EA
RGB248182234
HSL313°82.50%84.31%
HSB/HSV313°26.61%97.25%
CMYK0.00%26.61%5.65%
2.75%

Color #F8B6EA in popluar number systems.

HEXF8B6EA
Decimal248182234
Binary111110001011011011101010
Octal370266352

Shades and tints

Shades of #F8B6EA

#F8B6EA
(248,182,234)
#E2A6D5
(226,166,213)
#CC96C0
(204,150,192)
#B686AB
(182,134,171)
#A07696
(160,118,150)
#8A6681
(138,102,129)
#74566C
(116,86,108)
#5E4657
(94,70,87)
#483642
(72,54,66)
#32262D
(50,38,45)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #F8B6EA

#F8B6EA
(248,182,234)
#F8BCEB
(248,188,235)
#F8C2EC
(248,194,236)
#F8C8ED
(248,200,237)
#F8CEEE
(248,206,238)
#F8D4EF
(248,212,239)
#F8DAF0
(248,218,240)
#F8E0F1
(248,224,241)
#F8E6F2
(248,230,242)
#F8ECF3
(248,236,243)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B6EA; }

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

This text font color is #F8B6EA.


Background Color

.myBgColor { background-color: #F8B6EA; }

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

This div background color is #F8B6EA.


Border color

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

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

This div border color is #F8B6EA.


Opacity

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

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

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

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

This text has shadow with #F8B6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B6EA on black background.


Color preview on white background

This text has color #F8B6EA on white background.



Black color preview on #F8B6EA background

This text has black color on #F8B6EA background.


White color preview on #F8B6EA background

This text has white color on #F8B6EA background.