COLOR #F8BCB2

HEX: #F8BCB2
RGB: (248,188,178)

Color info

#F8BCB2 contains mainly red color. Web safe color of #F8BCB2 is #FFCC99 (or #FC9).

RGB color model

#F8BCB2 color RGB value is (248,188,178).

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

RGB channels and saturation

R 248 of 255 = 97%
G 188 of 255 = 74%
B 178 of 255 = 70%

248
188
178

R + G + B ~ 80%. #F8BCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 188 + 178 = 614 (100%)
R 248 of 614 ~ 40.39%
G 188 of 614 ~ 30.62%
B 178 of 614 ~ 28.99%

%40.39
%30.62
%28.99

CMYK color model

#F8BCB2 color CMYK value is (0,24,28,3).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 28.23%
  • key color value is 2.75%
CMYK:
(0,24,28,3)
C0M24Y28K3 
(0%,24%,28%,3%)
(0.00/0.24/0.28/0.03)	

CMYK percentages

%0
%24.19
%28.23
%2.75

Codes

Color #F8BCB2 in popluar color models

F8BCB2
RGB248188178
HSL83.33%83.53%
HSB/HSV28.23%97.25%
CMYK0.00%24.19%28.23%
2.75%

Color #F8BCB2 in popluar number systems.

HEXF8BCB2
Decimal248188178
Binary111110001011110010110010
Octal370274262

Shades and tints

Shades of #F8BCB2

#F8BCB2
(248,188,178)
#E2ABA2
(226,171,162)
#CC9A92
(204,154,146)
#B68982
(182,137,130)
#A07872
(160,120,114)
#8A6762
(138,103,98)
#745652
(116,86,82)
#5E4542
(94,69,66)
#483432
(72,52,50)
#322322
(50,35,34)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #F8BCB2

#F8BCB2
(248,188,178)
#F8C2B9
(248,194,185)
#F8C8C0
(248,200,192)
#F8CEC7
(248,206,199)
#F8D4CE
(248,212,206)
#F8DAD5
(248,218,213)
#F8E0DC
(248,224,220)
#F8E6E3
(248,230,227)
#F8ECEA
(248,236,234)
#F8F2F1
(248,242,241)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BCB2; }

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

This text font color is #F8BCB2.


Background Color

.myBgColor { background-color: #F8BCB2; }

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

This div background color is #F8BCB2.


Border color

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

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

This div border color is #F8BCB2.


Opacity

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

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

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

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

This text has shadow with #F8BCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BCB2 on black background.


Color preview on white background

This text has color #F8BCB2 on white background.



Black color preview on #F8BCB2 background

This text has black color on #F8BCB2 background.


White color preview on #F8BCB2 background

This text has white color on #F8BCB2 background.