COLOR #F8BCBB

HEX: #F8BCBB
RGB: (248,188,187)

Color info

#F8BCBB contains mainly red color. Web safe color of #F8BCBB is #FFCCCC (or #FCC).

RGB color model

#F8BCBB color RGB value is (248,188,187).

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

RGB channels and saturation

R 248 of 255 = 97%
G 188 of 255 = 74%
B 187 of 255 = 73%

248
188
187

R + G + B ~ 81%. #F8BCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 188 + 187 = 623 (100%)
R 248 of 623 ~ 39.81%
G 188 of 623 ~ 30.18%
B 187 of 623 ~ 30.02%

%39.81
%30.18
%30.02

CMYK color model

#F8BCBB color CMYK value is (0,24,25,3).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK:
(0,24,25,3)
C0M24Y25K3 
(0%,24%,25%,3%)
(0.00/0.24/0.25/0.03)	

CMYK percentages

%0
%24.19
%24.6
%2.75

Codes

Color #F8BCBB in popluar color models

F8BCBB
RGB248188187
HSL81.33%85.29%
HSB/HSV24.60%97.25%
CMYK0.00%24.19%24.60%
2.75%

Color #F8BCBB in popluar number systems.

HEXF8BCBB
Decimal248188187
Binary111110001011110010111011
Octal370274273

Shades and tints

Shades of #F8BCBB

#F8BCBB
(248,188,187)
#E2ABAA
(226,171,170)
#CC9A99
(204,154,153)
#B68988
(182,137,136)
#A07877
(160,120,119)
#8A6766
(138,103,102)
#745655
(116,86,85)
#5E4544
(94,69,68)
#483433
(72,52,51)
#322322
(50,35,34)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #F8BCBB

#F8BCBB
(248,188,187)
#F8C2C1
(248,194,193)
#F8C8C7
(248,200,199)
#F8CECD
(248,206,205)
#F8D4D3
(248,212,211)
#F8DAD9
(248,218,217)
#F8E0DF
(248,224,223)
#F8E6E5
(248,230,229)
#F8ECEB
(248,236,235)
#F8F2F1
(248,242,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BCBB; }

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

This text font color is #F8BCBB.


Background Color

.myBgColor { background-color: #F8BCBB; }

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

This div background color is #F8BCBB.


Border color

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

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

This div border color is #F8BCBB.


Opacity

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

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

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

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

This text has shadow with #F8BCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BCBB on black background.


Color preview on white background

This text has color #F8BCBB on white background.



Black color preview on #F8BCBB background

This text has black color on #F8BCBB background.


White color preview on #F8BCBB background

This text has white color on #F8BCBB background.