COLOR #F0BBE2

HEX: #F0BBE2
RGB: (240,187,226)

Color info

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

RGB color model

#F0BBE2 color RGB value is (240,187,226).

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

RGB channels and saturation

R 240 of 255 = 94%
G 187 of 255 = 73%
B 226 of 255 = 89%

240
187
226

R + G + B ~ 85%. #F0BBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 187 + 226 = 653 (100%)
R 240 of 653 ~ 36.75%
G 187 of 653 ~ 28.64%
B 226 of 653 ~ 34.61%

%36.75
%28.64
%34.61

CMYK color model

#F0BBE2 color CMYK value is (0,22,6,6).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,22,6,6)
C0M22Y6K6 
(0%,22%,6%,6%)
(0.00/0.22/0.06/0.06)	

CMYK percentages

%0
%22.08
%5.83
%5.88

Codes

Color #F0BBE2 in popluar color models

F0BBE2
RGB240187226
HSL316°63.86%83.73%
HSB/HSV316°22.08%94.12%
CMYK0.00%22.08%5.83%
5.88%

Color #F0BBE2 in popluar number systems.

HEXF0BBE2
Decimal240187226
Binary111100001011101111100010
Octal360273342

Shades and tints

Shades of #F0BBE2

#F0BBE2
(240,187,226)
#DBAACE
(219,170,206)
#C699BA
(198,153,186)
#B188A6
(177,136,166)
#9C7792
(156,119,146)
#87667E
(135,102,126)
#72556A
(114,85,106)
#5D4456
(93,68,86)
#483342
(72,51,66)
#33222E
(51,34,46)
#1E111A
(30,17,26)
#000000
(0,0,0)

Tints of #F0BBE2

#F0BBE2
(240,187,226)
#F1C1E4
(241,193,228)
#F2C7E6
(242,199,230)
#F3CDE8
(243,205,232)
#F4D3EA
(244,211,234)
#F5D9EC
(245,217,236)
#F6DFEE
(246,223,238)
#F7E5F0
(247,229,240)
#F8EBF2
(248,235,242)
#F9F1F4
(249,241,244)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BBE2; }

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

This text font color is #F0BBE2.


Background Color

.myBgColor { background-color: #F0BBE2; }

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

This div background color is #F0BBE2.


Border color

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

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

This div border color is #F0BBE2.


Opacity

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

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

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

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

This text has shadow with #F0BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BBE2 on black background.


Color preview on white background

This text has color #F0BBE2 on white background.



Black color preview on #F0BBE2 background

This text has black color on #F0BBE2 background.


White color preview on #F0BBE2 background

This text has white color on #F0BBE2 background.