COLOR #F0B0BC

HEX: #F0B0BC RGB: (240,176,188)

Color info

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

RGB color model

#F0B0BC color RGB value is (240,176,188).

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

RGB channels and saturation

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

240
176
188

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

Portions of RGB colors in percentages

R + G + B = 240 + 176 + 188 = 604 (100%)
R 240 of 604 ~ 39.74%
G 176 of 604 ~ 29.14%
B 188 of 604 ~ 31.13'%

%39.74
%29.14
%31.13

CMYK color model

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

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

CMYK: (0,27,22,6)
C0M27Y22K6 (0%, 27%, 22%, 6%)
(0.00 / 0.27 / 0.22 / 0.06)

CMYK percentages

%0
%26.67
%21.67
%5.88

Codes

Color #F0B0BC in popluar color models

F0 B0 BC
RGB 240 176 188
HSL 349° 68.09% 81.57%
HSB/HSV 349° 26.67% 94.12%
CMYK 0.00% 26.67% 21.67%
5.88%

Color #F0B0BC in popluar number systems.

HEX F0 B0 BC
Decimal 240 176 188
Binary 11110000 10110000 10111100
Octal 360 260 274

Shades and tints

Shades of #F0B0BC

#F0B0BC
(240,176,188)
#DBA0AB
(219,160,171)
#C6909A
(198,144,154)
#B18089
(177,128,137)
#9C7078
(156,112,120)
#876067
(135,96,103)
#725056
(114,80,86)
#5D4045
(93,64,69)
#483034
(72,48,52)
#332023
(51,32,35)
#1E1012
(30,16,18)
#000000
(0,0,0)

Tints of #F0B0BC

#F0B0BC
(240,176,188)
#F1B7C2
(241,183,194)
#F2BEC8
(242,190,200)
#F3C5CE
(243,197,206)
#F4CCD4
(244,204,212)
#F5D3DA
(245,211,218)
#F6DAE0
(246,218,224)
#F7E1E6
(247,225,230)
#F8E8EC
(248,232,236)
#F9EFF2
(249,239,242)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B0BC; }

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

This text font color is #F0B0BC.

Background Color

.myBgColor { background-color: #F0B0BC; }

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

This div background color is #F0B0BC.

Border color

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

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

This div border color is #F0B0BC.

Opacity

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

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

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

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

This text has shadow with #F0B0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B0BC.

Preview

Color preview on black background

This text has color #F0B0BC on black background.


Color preview on white background

This text has color #F0B0BC on white background.


Black color preview on #F0B0BC background

This text has black color on #F0B0BC background.


White color preview on #F0B0BC background

This text has white color on #F0B0BC background.


Related colors

Complementary color

Complementary color for #hex is #0F4F43.


I love getcolorcode.com

Triadic colors

1 #BCF0B0 and #B0BCF0 with #F0B0BC are triadic colors.

2 #BCB0F0 and #B0F0BC with #F0B0BC are triadic colors.