COLOR #F4BCBB

HEX: #F4BCBB
RGB: (244,188,187)

Color info

#F4BCBB contains red, green and blue colors in about the same proportion. Web safe color of #F4BCBB is #FFCCCC (or #FCC).

RGB color model

#F4BCBB color RGB value is (244,188,187).

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

RGB channels and saturation

R 244 of 255 = 96%
G 188 of 255 = 74%
B 187 of 255 = 73%

244
188
187

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

Portions of RGB colors in percentages

R + G + B =
244 + 188 + 187 = 619 (100%)
R 244 of 619 ~ 39.42%
G 188 of 619 ~ 30.37%
B 187 of 619 ~ 30.21%

%39.42
%30.37
%30.21

CMYK color model

#F4BCBB color CMYK value is (0,23,23,4).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK:
(0,23,23,4)
C0M23Y23K4 
(0%,23%,23%,4%)
(0.00/0.23/0.23/0.04)	

CMYK percentages

%0
%22.95
%23.36
%4.31

Codes

Color #F4BCBB in popluar color models

F4BCBB
RGB244188187
HSL72.15%84.51%
HSB/HSV23.36%95.69%
CMYK0.00%22.95%23.36%
4.31%

Color #F4BCBB in popluar number systems.

HEXF4BCBB
Decimal244188187
Binary111101001011110010111011
Octal364274273

Shades and tints

Shades of #F4BCBB

#F4BCBB
(244,188,187)
#DEABAA
(222,171,170)
#C89A99
(200,154,153)
#B28988
(178,137,136)
#9C7877
(156,120,119)
#866766
(134,103,102)
#705655
(112,86,85)
#5A4544
(90,69,68)
#443433
(68,52,51)
#2E2322
(46,35,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #F4BCBB

#F4BCBB
(244,188,187)
#F5C2C1
(245,194,193)
#F6C8C7
(246,200,199)
#F7CECD
(247,206,205)
#F8D4D3
(248,212,211)
#F9DAD9
(249,218,217)
#FAE0DF
(250,224,223)
#FBE6E5
(251,230,229)
#FCECEB
(252,236,235)
#FDF2F1
(253,242,241)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4BCBB; }

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

This text font color is #F4BCBB.


Background Color

.myBgColor { background-color: #F4BCBB; }

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

This div background color is #F4BCBB.


Border color

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

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

This div border color is #F4BCBB.


Opacity

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

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

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

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

This text has shadow with #F4BCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BCBB on black background.


Color preview on white background

This text has color #F4BCBB on white background.



Black color preview on #F4BCBB background

This text has black color on #F4BCBB background.


White color preview on #F4BCBB background

This text has white color on #F4BCBB background.