COLOR #F0B1E2

HEX: #F0B1E2
RGB: (240,177,226)

Color info

#F0B1E2 contains mainly red and blue colors. Web safe color of #F0B1E2 is #FF99CC (or #F9C).

RGB color model

#F0B1E2 color RGB value is (240,177,226).

  • red value is 240;
  • green value is 177;
  • blue value is 226.
RGB:
(240,177,226)
(94%,69%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 177 of 255 = 69%
B 226 of 255 = 89%

240
177
226

R + G + B ~ 84%. #F0B1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 177 + 226 = 643 (100%)
R 240 of 643 ~ 37.33%
G 177 of 643 ~ 27.53%
B 226 of 643 ~ 35.15%

%37.33
%27.53
%35.15

CMYK color model

#F0B1E2 color CMYK value is (0,26,6,6).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,26,6,6)
C0M26Y6K6 
(0%,26%,6%,6%)
(0.00/0.26/0.06/0.06)	

CMYK percentages

%0
%26.25
%5.83
%5.88

Codes

Color #F0B1E2 in popluar color models

F0B1E2
RGB240177226
HSL313°67.74%81.76%
HSB/HSV313°26.25%94.12%
CMYK0.00%26.25%5.83%
5.88%

Color #F0B1E2 in popluar number systems.

HEXF0B1E2
Decimal240177226
Binary111100001011000111100010
Octal360261342

Shades and tints

Shades of #F0B1E2

#F0B1E2
(240,177,226)
#DBA1CE
(219,161,206)
#C691BA
(198,145,186)
#B181A6
(177,129,166)
#9C7192
(156,113,146)
#87617E
(135,97,126)
#72516A
(114,81,106)
#5D4156
(93,65,86)
#483142
(72,49,66)
#33212E
(51,33,46)
#1E111A
(30,17,26)
#000000
(0,0,0)

Tints of #F0B1E2

#F0B1E2
(240,177,226)
#F1B8E4
(241,184,228)
#F2BFE6
(242,191,230)
#F3C6E8
(243,198,232)
#F4CDEA
(244,205,234)
#F5D4EC
(245,212,236)
#F6DBEE
(246,219,238)
#F7E2F0
(247,226,240)
#F8E9F2
(248,233,242)
#F9F0F4
(249,240,244)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B1E2 color. Also use rgb(240,177,226) instead hex code.

Text Font Color

.myTextColor { color: #F0B1E2; }

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

This text font color is #F0B1E2.


Background Color

.myBgColor { background-color: #F0B1E2; }

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

This div background color is #F0B1E2.


Border color

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

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

This div border color is #F0B1E2.


Opacity

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

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

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

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

This text has shadow with #F0B1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B1E2 on black background.


Color preview on white background

This text has color #F0B1E2 on white background.



Black color preview on #F0B1E2 background

This text has black color on #F0B1E2 background.


White color preview on #F0B1E2 background

This text has white color on #F0B1E2 background.