COLOR #F0BCBE

HEX: #F0BCBE
RGB: (240,188,190)

Color info

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

RGB color model

#F0BCBE color RGB value is (240,188,190).

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

RGB channels and saturation

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

240
188
190

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

Portions of RGB colors in percentages

R + G + B =
240 + 188 + 190 = 618 (100%)
R 240 of 618 ~ 38.83%
G 188 of 618 ~ 30.42%
B 190 of 618 ~ 30.74%

%38.83
%30.42
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,22,21,6)
C0M22Y21K6 
(0%,22%,21%,6%)
(0.00/0.22/0.21/0.06)	

CMYK percentages

%0
%21.67
%20.83
%5.88

Codes

Color #F0BCBE in popluar color models

F0BCBE
RGB240188190
HSL358°63.41%83.92%
HSB/HSV358°21.67%94.12%
CMYK0.00%21.67%20.83%
5.88%

Color #F0BCBE in popluar number systems.

HEXF0BCBE
Decimal240188190
Binary111100001011110010111110
Octal360274276

Shades and tints

Shades of #F0BCBE

#F0BCBE
(240,188,190)
#DBABAD
(219,171,173)
#C69A9C
(198,154,156)
#B1898B
(177,137,139)
#9C787A
(156,120,122)
#876769
(135,103,105)
#725658
(114,86,88)
#5D4547
(93,69,71)
#483436
(72,52,54)
#332325
(51,35,37)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #F0BCBE

#F0BCBE
(240,188,190)
#F1C2C3
(241,194,195)
#F2C8C8
(242,200,200)
#F3CECD
(243,206,205)
#F4D4D2
(244,212,210)
#F5DAD7
(245,218,215)
#F6E0DC
(246,224,220)
#F7E6E1
(247,230,225)
#F8ECE6
(248,236,230)
#F9F2EB
(249,242,235)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BCBE; }

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

This text font color is #F0BCBE.


Background Color

.myBgColor { background-color: #F0BCBE; }

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

This div background color is #F0BCBE.


Border color

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

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

This div border color is #F0BCBE.


Opacity

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

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

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

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

This text has shadow with #F0BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BCBE on black background.


Color preview on white background

This text has color #F0BCBE on white background.



Black color preview on #F0BCBE background

This text has black color on #F0BCBE background.


White color preview on #F0BCBE background

This text has white color on #F0BCBE background.