COLOR #F0B6D1

HEX: #F0B6D1
RGB: (240,182,209)

Color info

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

RGB color model

#F0B6D1 color RGB value is (240,182,209).

  • red value is 240;
  • green value is 182;
  • blue value is 209.
RGB:
(240,182,209)
(94%,71%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 209 of 255 = 82%

240
182
209

R + G + B ~ 82%. #F0B6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 182 + 209 = 631 (100%)
R 240 of 631 ~ 38.03%
G 182 of 631 ~ 28.84%
B 209 of 631 ~ 33.12%

%38.03
%28.84
%33.12

CMYK color model

#F0B6D1 color CMYK value is (0,24,13,6).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(0,24,13,6)
C0M24Y13K6 
(0%,24%,13%,6%)
(0.00/0.24/0.13/0.06)	

CMYK percentages

%0
%24.17
%12.92
%5.88

Codes

Color #F0B6D1 in popluar color models

F0B6D1
RGB240182209
HSL332°65.91%82.75%
HSB/HSV332°24.17%94.12%
CMYK0.00%24.17%12.92%
5.88%

Color #F0B6D1 in popluar number systems.

HEXF0B6D1
Decimal240182209
Binary111100001011011011010001
Octal360266321

Shades and tints

Shades of #F0B6D1

#F0B6D1
(240,182,209)
#DBA6BE
(219,166,190)
#C696AB
(198,150,171)
#B18698
(177,134,152)
#9C7685
(156,118,133)
#876672
(135,102,114)
#72565F
(114,86,95)
#5D464C
(93,70,76)
#483639
(72,54,57)
#332626
(51,38,38)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #F0B6D1

#F0B6D1
(240,182,209)
#F1BCD5
(241,188,213)
#F2C2D9
(242,194,217)
#F3C8DD
(243,200,221)
#F4CEE1
(244,206,225)
#F5D4E5
(245,212,229)
#F6DAE9
(246,218,233)
#F7E0ED
(247,224,237)
#F8E6F1
(248,230,241)
#F9ECF5
(249,236,245)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B6D1; }

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

This text font color is #F0B6D1.


Background Color

.myBgColor { background-color: #F0B6D1; }

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

This div background color is #F0B6D1.


Border color

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

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

This div border color is #F0B6D1.


Opacity

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

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

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

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

This text has shadow with #F0B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B6D1 on black background.


Color preview on white background

This text has color #F0B6D1 on white background.



Black color preview on #F0B6D1 background

This text has black color on #F0B6D1 background.


White color preview on #F0B6D1 background

This text has white color on #F0B6D1 background.