COLOR #F0B9BA

HEX: #F0B9BA RGB: (240,185,186)

Color info

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

RGB color model

#F0B9BA color RGB value is (240,185,186).

RGB: (240,185,186) (94%, 73%, 73%)

RGB channels and saturation

R 240 of 255 = 94%
G 185 of 255 = 73%
B 186 of 255 = 73%

240
185
186

R + G + B ~ 80%. #F0B9BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 185 + 186 = 611 (100%)
R 240 of 611 ~ 39.28%
G 185 of 611 ~ 30.28%
B 186 of 611 ~ 30.44'%

%39.28
%30.28
%30.44

CMYK color model

#F0B9BA color CMYK value is (0,23,23,6).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 22.50%
  • key color value is 5.88%

CMYK: (0,23,23,6)
C0M23Y23K6 (0%, 23%, 23%, 6%)
(0.00 / 0.23 / 0.23 / 0.06)

CMYK percentages

%0
%22.92
%22.5
%5.88

Codes

Color #F0B9BA in popluar color models

F0 B9 BA
RGB 240 185 186
HSL 359° 64.71% 83.33%
HSB/HSV 359° 22.92% 94.12%
CMYK 0.00% 22.92% 22.50%
5.88%

Color #F0B9BA in popluar number systems.

HEX F0 B9 BA
Decimal 240 185 186
Binary 11110000 10111001 10111010
Octal 360 271 272

Shades and tints

Shades of #F0B9BA

#F0B9BA
(240,185,186)
#DBA9AA
(219,169,170)
#C6999A
(198,153,154)
#B1898A
(177,137,138)
#9C797A
(156,121,122)
#87696A
(135,105,106)
#72595A
(114,89,90)
#5D494A
(93,73,74)
#48393A
(72,57,58)
#33292A
(51,41,42)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #F0B9BA

#F0B9BA
(240,185,186)
#F1BFC0
(241,191,192)
#F2C5C6
(242,197,198)
#F3CBCC
(243,203,204)
#F4D1D2
(244,209,210)
#F5D7D8
(245,215,216)
#F6DDDE
(246,221,222)
#F7E3E4
(247,227,228)
#F8E9EA
(248,233,234)
#F9EFF0
(249,239,240)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B9BA; }

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

This text font color is #F0B9BA.

Background Color

.myBgColor { background-color: #F0B9BA; }

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

This div background color is #F0B9BA.

Border color

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

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

This div border color is #F0B9BA.

Opacity

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

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

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

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

This text has shadow with #F0B9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B9BA.

Preview

Color preview on black background

This text has color #F0B9BA on black background.


Color preview on white background

This text has color #F0B9BA on white background.


Black color preview on #F0B9BA background

This text has black color on #F0B9BA background.


White color preview on #F0B9BA background

This text has white color on #F0B9BA background.


Related colors

Complementary color

Complementary color for #hex is #0F4645.


I love getcolorcode.com

Triadic colors

1 #BAF0B9 and #B9BAF0 with #F0B9BA are triadic colors.

2 #BAB9F0 and #B9F0BA with #F0B9BA are triadic colors.