COLOR #F3BAF9

HEX: #F3BAF9
RGB: (243,186,249)

Color info

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

RGB color model

#F3BAF9 color RGB value is (243,186,249).

  • red value is 243;
  • green value is 186;
  • blue value is 249.
RGB:
(243,186,249)
(95%,73%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 186 of 255 = 73%
B 249 of 255 = 98%

243
186
249

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

Portions of RGB colors in percentages

R + G + B =
243 + 186 + 249 = 678 (100%)
R 243 of 678 ~ 35.84%
G 186 of 678 ~ 27.43%
B 249 of 678 ~ 36.73%

%35.84
%27.43
%36.73

CMYK color model

#F3BAF9 color CMYK value is (2,25,0,2).

  • cyan value is 2.41%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(2,25,0,2)
C2M25Y0K2 
(2%,25%,0%,2%)
(0.02/0.25/0.00/0.02)	

CMYK percentages

%2.41
%25.3
%0
%2.35

Codes

Color #F3BAF9 in popluar color models

F3BAF9
RGB243186249
HSL294°84.00%85.29%
HSB/HSV294°25.30%97.65%
CMYK2.41%25.30%0.00%
2.35%

Color #F3BAF9 in popluar number systems.

HEXF3BAF9
Decimal243186249
Binary111100111011101011111001
Octal363272371

Shades and tints

Shades of #F3BAF9

#F3BAF9
(243,186,249)
#DDAAE3
(221,170,227)
#C79ACD
(199,154,205)
#B18AB7
(177,138,183)
#9B7AA1
(155,122,161)
#856A8B
(133,106,139)
#6F5A75
(111,90,117)
#594A5F
(89,74,95)
#433A49
(67,58,73)
#2D2A33
(45,42,51)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #F3BAF9

#F3BAF9
(243,186,249)
#F4C0F9
(244,192,249)
#F5C6F9
(245,198,249)
#F6CCF9
(246,204,249)
#F7D2F9
(247,210,249)
#F8D8F9
(248,216,249)
#F9DEF9
(249,222,249)
#FAE4F9
(250,228,249)
#FBEAF9
(251,234,249)
#FCF0F9
(252,240,249)
#FDF6F9
(253,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BAF9 color. Also use rgb(243,186,249) instead hex code.

Text Font Color

.myTextColor { color: #F3BAF9; }

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

This text font color is #F3BAF9.


Background Color

.myBgColor { background-color: #F3BAF9; }

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

This div background color is #F3BAF9.


Border color

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

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

This div border color is #F3BAF9.


Opacity

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

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

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

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

This text has shadow with #F3BAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BAF9 on black background.


Color preview on white background

This text has color #F3BAF9 on white background.



Black color preview on #F3BAF9 background

This text has black color on #F3BAF9 background.


White color preview on #F3BAF9 background

This text has white color on #F3BAF9 background.