COLOR #F0BCB3

HEX: #F0BCB3
RGB: (240,188,179)

Color info

#F0BCB3 contains mainly red and green colors. Web safe color of #F0BCB3 is #FFCC99 (or #FC9).

RGB color model

#F0BCB3 color RGB value is (240,188,179).

  • red value is 240;
  • green value is 188;
  • blue value is 179.
RGB:
(240,188,179)
(94%,74%,70%)

RGB channels and saturation

R 240 of 255 = 94%
G 188 of 255 = 74%
B 179 of 255 = 70%

240
188
179

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

Portions of RGB colors in percentages

R + G + B =
240 + 188 + 179 = 607 (100%)
R 240 of 607 ~ 39.54%
G 188 of 607 ~ 30.97%
B 179 of 607 ~ 29.49%

%39.54
%30.97
%29.49

CMYK color model

#F0BCB3 color CMYK value is (0,22,25,6).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 25.42%
  • key color value is 5.88%
CMYK:
(0,22,25,6)
C0M22Y25K6 
(0%,22%,25%,6%)
(0.00/0.22/0.25/0.06)	

CMYK percentages

%0
%21.67
%25.42
%5.88

Codes

Color #F0BCB3 in popluar color models

F0BCB3
RGB240188179
HSL67.03%82.16%
HSB/HSV25.42%94.12%
CMYK0.00%21.67%25.42%
5.88%

Color #F0BCB3 in popluar number systems.

HEXF0BCB3
Decimal240188179
Binary111100001011110010110011
Octal360274263

Shades and tints

Shades of #F0BCB3

#F0BCB3
(240,188,179)
#DBABA3
(219,171,163)
#C69A93
(198,154,147)
#B18983
(177,137,131)
#9C7873
(156,120,115)
#876763
(135,103,99)
#725653
(114,86,83)
#5D4543
(93,69,67)
#483433
(72,52,51)
#332323
(51,35,35)
#1E1213
(30,18,19)
#000000
(0,0,0)

Tints of #F0BCB3

#F0BCB3
(240,188,179)
#F1C2B9
(241,194,185)
#F2C8BF
(242,200,191)
#F3CEC5
(243,206,197)
#F4D4CB
(244,212,203)
#F5DAD1
(245,218,209)
#F6E0D7
(246,224,215)
#F7E6DD
(247,230,221)
#F8ECE3
(248,236,227)
#F9F2E9
(249,242,233)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BCB3 color. Also use rgb(240,188,179) instead hex code.

Text Font Color

.myTextColor { color: #F0BCB3; }

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

This text font color is #F0BCB3.


Background Color

.myBgColor { background-color: #F0BCB3; }

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

This div background color is #F0BCB3.


Border color

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

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

This div border color is #F0BCB3.


Opacity

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

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

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

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

This text has shadow with #F0BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BCB3 on black background.


Color preview on white background

This text has color #F0BCB3 on white background.



Black color preview on #F0BCB3 background

This text has black color on #F0BCB3 background.


White color preview on #F0BCB3 background

This text has white color on #F0BCB3 background.