COLOR #F0B6BA

HEX: #F0B6BA RGB: (240,182,186)

Color info

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

RGB color model

#F0B6BA color RGB value is (240,182,186).

RGB: (240,182,186) (94%, 71%, 73%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 186 of 255 = 73%

240
182
186

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

Portions of RGB colors in percentages

R + G + B = 240 + 182 + 186 = 608 (100%)
R 240 of 608 ~ 39.47%
G 182 of 608 ~ 29.93%
B 186 of 608 ~ 30.59'%

%39.47
%29.93
%30.59

CMYK color model

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

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

CMYK: (0,24,23,6)
C0M24Y23K6 (0%, 24%, 23%, 6%)
(0.00 / 0.24 / 0.23 / 0.06)

CMYK percentages

%0
%24.17
%22.5
%5.88

Codes

Color #F0B6BA in popluar color models

F0 B6 BA
RGB 240 182 186
HSL 356° 65.91% 82.75%
HSB/HSV 356° 24.17% 94.12%
CMYK 0.00% 24.17% 22.50%
5.88%

Color #F0B6BA in popluar number systems.

HEX F0 B6 BA
Decimal 240 182 186
Binary 11110000 10110110 10111010
Octal 360 266 272

Shades and tints

Shades of #F0B6BA

#F0B6BA
(240,182,186)
#DBA6AA
(219,166,170)
#C6969A
(198,150,154)
#B1868A
(177,134,138)
#9C767A
(156,118,122)
#87666A
(135,102,106)
#72565A
(114,86,90)
#5D464A
(93,70,74)
#48363A
(72,54,58)
#33262A
(51,38,42)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #F0B6BA

#F0B6BA
(240,182,186)
#F1BCC0
(241,188,192)
#F2C2C6
(242,194,198)
#F3C8CC
(243,200,204)
#F4CED2
(244,206,210)
#F5D4D8
(245,212,216)
#F6DADE
(246,218,222)
#F7E0E4
(247,224,228)
#F8E6EA
(248,230,234)
#F9ECF0
(249,236,240)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B6BA; }

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

This text font color is #F0B6BA.

Background Color

.myBgColor { background-color: #F0B6BA; }

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

This div background color is #F0B6BA.

Border color

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

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

This div border color is #F0B6BA.

Opacity

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

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

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

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

This text has shadow with #F0B6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B6BA.

Preview

Color preview on black background

This text has color #F0B6BA on black background.


Color preview on white background

This text has color #F0B6BA on white background.


Black color preview on #F0B6BA background

This text has black color on #F0B6BA background.


White color preview on #F0B6BA background

This text has white color on #F0B6BA background.


Related colors

Complementary color

Complementary color for #hex is #0F4945.


I love getcolorcode.com

Triadic colors

1 #BAF0B6 and #B6BAF0 with #F0B6BA are triadic colors.

2 #BAB6F0 and #B6F0BA with #F0B6BA are triadic colors.