COLOR #F0BEF4

HEX: #F0BEF4
RGB: (240,190,244)

Color info

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

RGB color model

#F0BEF4 color RGB value is (240,190,244).

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

RGB channels and saturation

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

240
190
244

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

Portions of RGB colors in percentages

R + G + B =
240 + 190 + 244 = 674 (100%)
R 240 of 674 ~ 35.61%
G 190 of 674 ~ 28.19%
B 244 of 674 ~ 36.2%

%35.61
%28.19
%36.2

CMYK color model

#F0BEF4 color CMYK value is (2,22,0,4).

  • cyan value is 1.64%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,22,0,4)
C2M22Y0K4 
(2%,22%,0%,4%)
(0.02/0.22/0.00/0.04)	

CMYK percentages

%1.64
%22.13
%0
%4.31

Codes

Color #F0BEF4 in popluar color models

F0BEF4
RGB240190244
HSL296°71.05%85.10%
HSB/HSV296°22.13%95.69%
CMYK1.64%22.13%0.00%
4.31%

Color #F0BEF4 in popluar number systems.

HEXF0BEF4
Decimal240190244
Binary111100001011111011110100
Octal360276364

Shades and tints

Shades of #F0BEF4

#F0BEF4
(240,190,244)
#DBADDE
(219,173,222)
#C69CC8
(198,156,200)
#B18BB2
(177,139,178)
#9C7A9C
(156,122,156)
#876986
(135,105,134)
#725870
(114,88,112)
#5D475A
(93,71,90)
#483644
(72,54,68)
#33252E
(51,37,46)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #F0BEF4

#F0BEF4
(240,190,244)
#F1C3F5
(241,195,245)
#F2C8F6
(242,200,246)
#F3CDF7
(243,205,247)
#F4D2F8
(244,210,248)
#F5D7F9
(245,215,249)
#F6DCFA
(246,220,250)
#F7E1FB
(247,225,251)
#F8E6FC
(248,230,252)
#F9EBFD
(249,235,253)
#FAF0FE
(250,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BEF4; }

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

This text font color is #F0BEF4.


Background Color

.myBgColor { background-color: #F0BEF4; }

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

This div background color is #F0BEF4.


Border color

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

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

This div border color is #F0BEF4.


Opacity

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

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

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

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

This text has shadow with #F0BEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BEF4 on black background.


Color preview on white background

This text has color #F0BEF4 on white background.



Black color preview on #F0BEF4 background

This text has black color on #F0BEF4 background.


White color preview on #F0BEF4 background

This text has white color on #F0BEF4 background.