COLOR #F0BCBC

HEX: #F0BCBC RGB: (240,188,188)

Color info

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

RGB color model

#F0BCBC color RGB value is (240,188,188).

RGB: (240,188,188) (94%, 74%, 74%)

RGB channels and saturation

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

240
188
188

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

Portions of RGB colors in percentages

R + G + B = 240 + 188 + 188 = 616 (100%)
R 240 of 616 ~ 38.96%
G 188 of 616 ~ 30.52%
B 188 of 616 ~ 30.52'%

%38.96
%30.52
%30.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 21.67%
  • key color value is 5.88%

CMYK: (0,22,22,6)
C0M22Y22K6 (0%, 22%, 22%, 6%)
(0.00 / 0.22 / 0.22 / 0.06)

CMYK percentages

%0
%21.67
%21.67
%5.88

Codes

Color #F0BCBC in popluar color models

F0 BC BC
RGB 240 188 188
HSL 63.41% 83.92%
HSB/HSV 21.67% 94.12%
CMYK 0.00% 21.67% 21.67%
5.88%

Color #F0BCBC in popluar number systems.

HEX F0 BC BC
Decimal 240 188 188
Binary 11110000 10111100 10111100
Octal 360 274 274

Shades and tints

Shades of #F0BCBC

#F0BCBC
(240,188,188)
#DBABAB
(219,171,171)
#C69A9A
(198,154,154)
#B18989
(177,137,137)
#9C7878
(156,120,120)
#876767
(135,103,103)
#725656
(114,86,86)
#5D4545
(93,69,69)
#483434
(72,52,52)
#332323
(51,35,35)
#1E1212
(30,18,18)
#000000
(0,0,0)

Tints of #F0BCBC

#F0BCBC
(240,188,188)
#F1C2C2
(241,194,194)
#F2C8C8
(242,200,200)
#F3CECE
(243,206,206)
#F4D4D4
(244,212,212)
#F5DADA
(245,218,218)
#F6E0E0
(246,224,224)
#F7E6E6
(247,230,230)
#F8ECEC
(248,236,236)
#F9F2F2
(249,242,242)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BCBC; }

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

This text font color is #F0BCBC.

Background Color

.myBgColor { background-color: #F0BCBC; }

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

This div background color is #F0BCBC.

Border color

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

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

This div border color is #F0BCBC.

Opacity

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

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

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

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

This text has shadow with #F0BCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BCBC.

Preview

Color preview on black background

This text has color #F0BCBC on black background.


Color preview on white background

This text has color #F0BCBC on white background.


Black color preview on #F0BCBC background

This text has black color on #F0BCBC background.


White color preview on #F0BCBC background

This text has white color on #F0BCBC background.


Related colors

Complementary color

Complementary color for #hex is #0F4343.


I love getcolorcode.com