COLOR #F0BAEC

HEX: #F0BAEC
RGB: (240,186,236)

Color info

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

RGB color model

#F0BAEC color RGB value is (240,186,236).

  • red value is 240;
  • green value is 186;
  • blue value is 236.
RGB:
(240,186,236)
(94%,73%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 186 of 255 = 73%
B 236 of 255 = 93%

240
186
236

R + G + B ~ 87%. #F0BAEC is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 186 + 236 = 662 (100%)
R 240 of 662 ~ 36.25%
G 186 of 662 ~ 28.1%
B 236 of 662 ~ 35.65%

%36.25
%28.1
%35.65

CMYK color model

#F0BAEC color CMYK value is (0,23,2,6).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(0,23,2,6)
C0M23Y2K6 
(0%,23%,2%,6%)
(0.00/0.23/0.02/0.06)	

CMYK percentages

%0
%22.5
%1.67
%5.88

Codes

Color #F0BAEC in popluar color models

F0BAEC
RGB240186236
HSL304°64.29%83.53%
HSB/HSV304°22.50%94.12%
CMYK0.00%22.50%1.67%
5.88%

Color #F0BAEC in popluar number systems.

HEXF0BAEC
Decimal240186236
Binary111100001011101011101100
Octal360272354

Shades and tints

Shades of #F0BAEC

#F0BAEC
(240,186,236)
#DBAAD7
(219,170,215)
#C69AC2
(198,154,194)
#B18AAD
(177,138,173)
#9C7A98
(156,122,152)
#876A83
(135,106,131)
#725A6E
(114,90,110)
#5D4A59
(93,74,89)
#483A44
(72,58,68)
#332A2F
(51,42,47)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #F0BAEC

#F0BAEC
(240,186,236)
#F1C0ED
(241,192,237)
#F2C6EE
(242,198,238)
#F3CCEF
(243,204,239)
#F4D2F0
(244,210,240)
#F5D8F1
(245,216,241)
#F6DEF2
(246,222,242)
#F7E4F3
(247,228,243)
#F8EAF4
(248,234,244)
#F9F0F5
(249,240,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BAEC; }

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

This text font color is #F0BAEC.


Background Color

.myBgColor { background-color: #F0BAEC; }

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

This div background color is #F0BAEC.


Border color

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

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

This div border color is #F0BAEC.


Opacity

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

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

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

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

This text has shadow with #F0BAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BAEC on black background.


Color preview on white background

This text has color #F0BAEC on white background.



Black color preview on #F0BAEC background

This text has black color on #F0BAEC background.


White color preview on #F0BAEC background

This text has white color on #F0BAEC background.