COLOR #F8B2B6

HEX: #F8B2B6
RGB: (248,178,182)

Color info

#F8B2B6 contains mainly red color. Web safe color of #F8B2B6 is #FF99CC (or #F9C).

RGB color model

#F8B2B6 color RGB value is (248,178,182).

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

RGB channels and saturation

R 248 of 255 = 97%
G 178 of 255 = 70%
B 182 of 255 = 71%

248
178
182

R + G + B ~ 79%. #F8B2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 178 + 182 = 608 (100%)
R 248 of 608 ~ 40.79%
G 178 of 608 ~ 29.28%
B 182 of 608 ~ 29.93%

%40.79
%29.28
%29.93

CMYK color model

#F8B2B6 color CMYK value is (0,28,27,3).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(0,28,27,3)
C0M28Y27K3 
(0%,28%,27%,3%)
(0.00/0.28/0.27/0.03)	

CMYK percentages

%0
%28.23
%26.61
%2.75

Codes

Color #F8B2B6 in popluar color models

F8B2B6
RGB248178182
HSL357°83.33%83.53%
HSB/HSV357°28.23%97.25%
CMYK0.00%28.23%26.61%
2.75%

Color #F8B2B6 in popluar number systems.

HEXF8B2B6
Decimal248178182
Binary111110001011001010110110
Octal370262266

Shades and tints

Shades of #F8B2B6

#F8B2B6
(248,178,182)
#E2A2A6
(226,162,166)
#CC9296
(204,146,150)
#B68286
(182,130,134)
#A07276
(160,114,118)
#8A6266
(138,98,102)
#745256
(116,82,86)
#5E4246
(94,66,70)
#483236
(72,50,54)
#322226
(50,34,38)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #F8B2B6

#F8B2B6
(248,178,182)
#F8B9BC
(248,185,188)
#F8C0C2
(248,192,194)
#F8C7C8
(248,199,200)
#F8CECE
(248,206,206)
#F8D5D4
(248,213,212)
#F8DCDA
(248,220,218)
#F8E3E0
(248,227,224)
#F8EAE6
(248,234,230)
#F8F1EC
(248,241,236)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B2B6; }

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

This text font color is #F8B2B6.


Background Color

.myBgColor { background-color: #F8B2B6; }

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

This div background color is #F8B2B6.


Border color

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

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

This div border color is #F8B2B6.


Opacity

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

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

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

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

This text has shadow with #F8B2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B2B6 on black background.


Color preview on white background

This text has color #F8B2B6 on white background.



Black color preview on #F8B2B6 background

This text has black color on #F8B2B6 background.


White color preview on #F8B2B6 background

This text has white color on #F8B2B6 background.