COLOR #F0B6EB

HEX: #F0B6EB RGB: (240,182,235)

Color info

#F0B6EB contains red, green and blue colors in about the same proportion. Web safe color of #F0B6EB is #FFCCFF (or #FCF).

RGB color model

#F0B6EB color RGB value is (240,182,235).

RGB: (240,182,235) (94%, 71%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 235 of 255 = 92%

240
182
235

R + G + B ~ 86%. #F0B6EB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 182 + 235 = 657 (100%)
R 240 of 657 ~ 36.53%
G 182 of 657 ~ 27.7%
B 235 of 657 ~ 35.77'%

%36.53
%27.7
%35.77

CMYK color model

#F0B6EB color CMYK value is (0,24,2,6).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK: (0,24,2,6) C0M24Y2K6 (0%,24%,2%,6%) (0.00/0.24/0.02/0.06) 

CMYK percentages

%0
%24.17
%2.08
%5.88

Codes

Color #F0B6EB in popluar color models

F0 B6 EB
RGB 240 182 235
HSL 305° 65.91% 82.75%
HSB/HSV 305° 24.17% 94.12%
CMYK 0.00% 24.17% 2.08%
5.88%

Color #F0B6EB in popluar number systems.

HEX F0 B6 EB
Decimal 240 182 235
Binary 11110000 10110110 11101011
Octal 360 266 353

Shades and tints

Shades of #F0B6EB

#F0B6EB
(240,182,235)
#DBA6D6
(219,166,214)
#C696C1
(198,150,193)
#B186AC
(177,134,172)
#9C7697
(156,118,151)
#876682
(135,102,130)
#72566D
(114,86,109)
#5D4658
(93,70,88)
#483643
(72,54,67)
#33262E
(51,38,46)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F0B6EB

#F0B6EB
(240,182,235)
#F1BCEC
(241,188,236)
#F2C2ED
(242,194,237)
#F3C8EE
(243,200,238)
#F4CEEF
(244,206,239)
#F5D4F0
(245,212,240)
#F6DAF1
(246,218,241)
#F7E0F2
(247,224,242)
#F8E6F3
(248,230,243)
#F9ECF4
(249,236,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B6EB; }

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

This text font color is #F0B6EB.

Background Color

.myBgColor { background-color: #F0B6EB; }

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

This div background color is #F0B6EB.

Border color

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

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

This div border color is #F0B6EB.

Opacity

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

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

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

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

This text has shadow with #F0B6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B6EB.

Preview

Color preview on black background

This text has color #F0B6EB on black background.


Color preview on white background

This text has color #F0B6EB on white background.


Black color preview on #F0B6EB background

This text has black color on #F0B6EB background.


White color preview on #F0B6EB background

This text has white color on #F0B6EB background.


Related colors

Complementary color

Complementary color for #hex is #0F4914.


I love getcolorcode.com

Triadic colors

1 #EBF0B6 and #B6EBF0 with #F0B6EB are triadic colors.

2 #EBB6F0 and #B6F0EB with #F0B6EB are triadic colors.