COLOR #F9BCB8

HEX: #F9BCB8
RGB: (249,188,184)

Color info

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

RGB color model

#F9BCB8 color RGB value is (249,188,184).

  • red value is 249;
  • green value is 188;
  • blue value is 184.
RGB:
(249,188,184)
(98%,74%,72%)

RGB channels and saturation

R 249 of 255 = 98%
G 188 of 255 = 74%
B 184 of 255 = 72%

249
188
184

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

Portions of RGB colors in percentages

R + G + B =
249 + 188 + 184 = 621 (100%)
R 249 of 621 ~ 40.1%
G 188 of 621 ~ 30.27%
B 184 of 621 ~ 29.63%

%40.1
%30.27
%29.63

CMYK color model

#F9BCB8 color CMYK value is (0,24,26,2).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 26.10%
  • key color value is 2.35%
CMYK:
(0,24,26,2)
C0M24Y26K2 
(0%,24%,26%,2%)
(0.00/0.24/0.26/0.02)	

CMYK percentages

%0
%24.5
%26.1
%2.35

Codes

Color #F9BCB8 in popluar color models

F9BCB8
RGB249188184
HSL84.42%84.90%
HSB/HSV26.10%97.65%
CMYK0.00%24.50%26.10%
2.35%

Color #F9BCB8 in popluar number systems.

HEXF9BCB8
Decimal249188184
Binary111110011011110010111000
Octal371274270

Shades and tints

Shades of #F9BCB8

#F9BCB8
(249,188,184)
#E3ABA8
(227,171,168)
#CD9A98
(205,154,152)
#B78988
(183,137,136)
#A17878
(161,120,120)
#8B6768
(139,103,104)
#755658
(117,86,88)
#5F4548
(95,69,72)
#493438
(73,52,56)
#332328
(51,35,40)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #F9BCB8

#F9BCB8
(249,188,184)
#F9C2BE
(249,194,190)
#F9C8C4
(249,200,196)
#F9CECA
(249,206,202)
#F9D4D0
(249,212,208)
#F9DAD6
(249,218,214)
#F9E0DC
(249,224,220)
#F9E6E2
(249,230,226)
#F9ECE8
(249,236,232)
#F9F2EE
(249,242,238)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BCB8 color. Also use rgb(249,188,184) instead hex code.

Text Font Color

.myTextColor { color: #F9BCB8; }

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

This text font color is #F9BCB8.


Background Color

.myBgColor { background-color: #F9BCB8; }

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

This div background color is #F9BCB8.


Border color

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

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

This div border color is #F9BCB8.


Opacity

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

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

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

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

This text has shadow with #F9BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BCB8 on black background.


Color preview on white background

This text has color #F9BCB8 on white background.



Black color preview on #F9BCB8 background

This text has black color on #F9BCB8 background.


White color preview on #F9BCB8 background

This text has white color on #F9BCB8 background.