COLOR #F0B6CE

HEX: #F0B6CE RGB: (240,182,206)

Color info

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

RGB color model

#F0B6CE color RGB value is (240,182,206).

RGB: (240,182,206) (94%, 71%, 81%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 206 of 255 = 81%

240
182
206

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

Portions of RGB colors in percentages

R + G + B = 240 + 182 + 206 = 628 (100%)
R 240 of 628 ~ 38.22%
G 182 of 628 ~ 28.98%
B 206 of 628 ~ 32.8'%

%38.22
%28.98
%32.8

CMYK color model

#F0B6CE color CMYK value is (0,24,14,6).

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

CMYK: (0,24,14,6)
C0M24Y14K6 (0%, 24%, 14%, 6%)
(0.00 / 0.24 / 0.14 / 0.06)

CMYK percentages

%0
%24.17
%14.17
%5.88

Codes

Color #F0B6CE in popluar color models

F0 B6 CE
RGB 240 182 206
HSL 335° 65.91% 82.75%
HSB/HSV 335° 24.17% 94.12%
CMYK 0.00% 24.17% 14.17%
5.88%

Color #F0B6CE in popluar number systems.

HEX F0 B6 CE
Decimal 240 182 206
Binary 11110000 10110110 11001110
Octal 360 266 316

Shades and tints

Shades of #F0B6CE

#F0B6CE
(240,182,206)
#DBA6BC
(219,166,188)
#C696AA
(198,150,170)
#B18698
(177,134,152)
#9C7686
(156,118,134)
#876674
(135,102,116)
#725662
(114,86,98)
#5D4650
(93,70,80)
#48363E
(72,54,62)
#33262C
(51,38,44)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #F0B6CE

#F0B6CE
(240,182,206)
#F1BCD2
(241,188,210)
#F2C2D6
(242,194,214)
#F3C8DA
(243,200,218)
#F4CEDE
(244,206,222)
#F5D4E2
(245,212,226)
#F6DAE6
(246,218,230)
#F7E0EA
(247,224,234)
#F8E6EE
(248,230,238)
#F9ECF2
(249,236,242)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B6CE; }

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

This text font color is #F0B6CE.

Background Color

.myBgColor { background-color: #F0B6CE; }

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

This div background color is #F0B6CE.

Border color

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

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

This div border color is #F0B6CE.

Opacity

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

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

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

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

This text has shadow with #F0B6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B6CE.

Preview

Color preview on black background

This text has color #F0B6CE on black background.


Color preview on white background

This text has color #F0B6CE on white background.


Black color preview on #F0B6CE background

This text has black color on #F0B6CE background.


White color preview on #F0B6CE background

This text has white color on #F0B6CE background.


Related colors

Complementary color

Complementary color for #hex is #0F4931.


I love getcolorcode.com

Triadic colors

1 #CEF0B6 and #B6CEF0 with #F0B6CE are triadic colors.

2 #CEB6F0 and #B6F0CE with #F0B6CE are triadic colors.