COLOR #F0BEF0

HEX: #F0BEF0
RGB: (240,190,240)

Color info

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

RGB color model

#F0BEF0 color RGB value is (240,190,240).

  • red value is 240;
  • green value is 190;
  • blue value is 240.
RGB:
(240,190,240)
(94%,75%,94%)

RGB channels and saturation

R 240 of 255 = 94%
G 190 of 255 = 75%
B 240 of 255 = 94%

240
190
240

R + G + B ~ 88%. #F0BEF0 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 190 + 240 = 670 (100%)
R 240 of 670 ~ 35.82%
G 190 of 670 ~ 28.36%
B 240 of 670 ~ 35.82%

%35.82
%28.36
%35.82

CMYK color model

#F0BEF0 color CMYK value is (0,21,0,6).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(0,21,0,6)
C0M21Y0K6 
(0%,21%,0%,6%)
(0.00/0.21/0.00/0.06)	

CMYK percentages

%0
%20.83
%0
%5.88

Codes

Color #F0BEF0 in popluar color models

F0BEF0
RGB240190240
HSL300°62.50%84.31%
HSB/HSV300°20.83%94.12%
CMYK0.00%20.83%0.00%
5.88%

Color #F0BEF0 in popluar number systems.

HEXF0BEF0
Decimal240190240
Binary111100001011111011110000
Octal360276360

Shades and tints

Shades of #F0BEF0

#F0BEF0
(240,190,240)
#DBADDB
(219,173,219)
#C69CC6
(198,156,198)
#B18BB1
(177,139,177)
#9C7A9C
(156,122,156)
#876987
(135,105,135)
#725872
(114,88,114)
#5D475D
(93,71,93)
#483648
(72,54,72)
#332533
(51,37,51)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #F0BEF0

#F0BEF0
(240,190,240)
#F1C3F1
(241,195,241)
#F2C8F2
(242,200,242)
#F3CDF3
(243,205,243)
#F4D2F4
(244,210,244)
#F5D7F5
(245,215,245)
#F6DCF6
(246,220,246)
#F7E1F7
(247,225,247)
#F8E6F8
(248,230,248)
#F9EBF9
(249,235,249)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BEF0; }

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

This text font color is #F0BEF0.


Background Color

.myBgColor { background-color: #F0BEF0; }

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

This div background color is #F0BEF0.


Border color

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

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

This div border color is #F0BEF0.


Opacity

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

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

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

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

This text has shadow with #F0BEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BEF0 on black background.


Color preview on white background

This text has color #F0BEF0 on white background.



Black color preview on #F0BEF0 background

This text has black color on #F0BEF0 background.


White color preview on #F0BEF0 background

This text has white color on #F0BEF0 background.