COLOR #F0B0BD

HEX: #F0B0BD
RGB: (240,176,189)

Color info

#F0B0BD contains mainly red and blue colors. Web safe color of #F0B0BD is #FF99CC (or #F9C).

RGB color model

#F0B0BD color RGB value is (240,176,189).

  • red value is 240;
  • green value is 176;
  • blue value is 189.
RGB:
(240,176,189)
(94%,69%,74%)

RGB channels and saturation

R 240 of 255 = 94%
G 176 of 255 = 69%
B 189 of 255 = 74%

240
176
189

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

Portions of RGB colors in percentages

R + G + B =
240 + 176 + 189 = 605 (100%)
R 240 of 605 ~ 39.67%
G 176 of 605 ~ 29.09%
B 189 of 605 ~ 31.24%

%39.67
%29.09
%31.24

CMYK color model

#F0B0BD color CMYK value is (0,27,21,6).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(0,27,21,6)
C0M27Y21K6 
(0%,27%,21%,6%)
(0.00/0.27/0.21/0.06)	

CMYK percentages

%0
%26.67
%21.25
%5.88

Codes

Color #F0B0BD in popluar color models

F0B0BD
RGB240176189
HSL348°68.09%81.57%
HSB/HSV348°26.67%94.12%
CMYK0.00%26.67%21.25%
5.88%

Color #F0B0BD in popluar number systems.

HEXF0B0BD
Decimal240176189
Binary111100001011000010111101
Octal360260275

Shades and tints

Shades of #F0B0BD

#F0B0BD
(240,176,189)
#DBA0AC
(219,160,172)
#C6909B
(198,144,155)
#B1808A
(177,128,138)
#9C7079
(156,112,121)
#876068
(135,96,104)
#725057
(114,80,87)
#5D4046
(93,64,70)
#483035
(72,48,53)
#332024
(51,32,36)
#1E1013
(30,16,19)
#000000
(0,0,0)

Tints of #F0B0BD

#F0B0BD
(240,176,189)
#F1B7C3
(241,183,195)
#F2BEC9
(242,190,201)
#F3C5CF
(243,197,207)
#F4CCD5
(244,204,213)
#F5D3DB
(245,211,219)
#F6DAE1
(246,218,225)
#F7E1E7
(247,225,231)
#F8E8ED
(248,232,237)
#F9EFF3
(249,239,243)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B0BD; }

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

This text font color is #F0B0BD.


Background Color

.myBgColor { background-color: #F0B0BD; }

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

This div background color is #F0B0BD.


Border color

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

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

This div border color is #F0B0BD.


Opacity

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

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

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

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

This text has shadow with #F0B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B0BD on black background.


Color preview on white background

This text has color #F0B0BD on white background.



Black color preview on #F0B0BD background

This text has black color on #F0B0BD background.


White color preview on #F0B0BD background

This text has white color on #F0B0BD background.