COLOR #F0BBFE

HEX: #F0BBFE RGB: (240,187,254)

Color info

#F0BBFE contains mainly red and blue colors. Web safe color of #F0BBFE is #FFCCFF (or #FCF).

RGB color model

#F0BBFE color RGB value is (240,187,254).

RGB: (240,187,254) (94%, 73%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 187 of 255 = 73%
B 254 of 255 = 100%

240
187
254

R + G + B ~ 89%. #F0BBFE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 187 + 254 = 681 (100%)
R 240 of 681 ~ 35.24%
G 187 of 681 ~ 27.46%
B 254 of 681 ~ 37.3'%

%35.24
%27.46
%37.3

CMYK color model

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

  • cyan value is 5.51%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (6,26,0,0)
C6M26Y0K0 (6%, 26%, 0%, 0%)
(0.06 / 0.26 / 0.00 / 0.00)

CMYK percentages

%5.51
%26.38
%0
%0.39

Codes

Color #F0BBFE in popluar color models

F0 BB FE
RGB 240 187 254
HSL 287° 97.10% 86.47%
HSB/HSV 287° 26.38% 99.61%
CMYK 5.51% 26.38% 0.00%
0.39%

Color #F0BBFE in popluar number systems.

HEX F0 BB FE
Decimal 240 187 254
Binary 11110000 10111011 11111110
Octal 360 273 376

Shades and tints

Shades of #F0BBFE

#F0BBFE
(240,187,254)
#DBAAE7
(219,170,231)
#C699D0
(198,153,208)
#B188B9
(177,136,185)
#9C77A2
(156,119,162)
#87668B
(135,102,139)
#725574
(114,85,116)
#5D445D
(93,68,93)
#483346
(72,51,70)
#33222F
(51,34,47)
#1E1118
(30,17,24)
#000000
(0,0,0)

Tints of #F0BBFE

#F0BBFE
(240,187,254)
#F1C1FE
(241,193,254)
#F2C7FE
(242,199,254)
#F3CDFE
(243,205,254)
#F4D3FE
(244,211,254)
#F5D9FE
(245,217,254)
#F6DFFE
(246,223,254)
#F7E5FE
(247,229,254)
#F8EBFE
(248,235,254)
#F9F1FE
(249,241,254)
#FAF7FE
(250,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BBFE; }

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

This text font color is #F0BBFE.

Background Color

.myBgColor { background-color: #F0BBFE; }

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

This div background color is #F0BBFE.

Border color

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

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

This div border color is #F0BBFE.

Opacity

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

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

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

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

This text has shadow with #F0BBFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BBFE.

Preview

Color preview on black background

This text has color #F0BBFE on black background.


Color preview on white background

This text has color #F0BBFE on white background.


Black color preview on #F0BBFE background

This text has black color on #F0BBFE background.


White color preview on #F0BBFE background

This text has white color on #F0BBFE background.


Related colors

Complementary color

Complementary color for #hex is #0F4401.


I love getcolorcode.com

Triadic colors

1 #FEF0BB and #BBFEF0 with #F0BBFE are triadic colors.

2 #FEBBF0 and #BBF0FE with #F0BBFE are triadic colors.