COLOR #F3BAED

HEX: #F3BAED
RGB: (243,186,237)

Color info

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

RGB color model

#F3BAED color RGB value is (243,186,237).

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

RGB channels and saturation

R 243 of 255 = 95%
G 186 of 255 = 73%
B 237 of 255 = 93%

243
186
237

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

Portions of RGB colors in percentages

R + G + B =
243 + 186 + 237 = 666 (100%)
R 243 of 666 ~ 36.49%
G 186 of 666 ~ 27.93%
B 237 of 666 ~ 35.59%

%36.49
%27.93
%35.59

CMYK color model

#F3BAED color CMYK value is (0,23,2,5).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(0,23,2,5)
C0M23Y2K5 
(0%,23%,2%,5%)
(0.00/0.23/0.02/0.05)	

CMYK percentages

%0
%23.46
%2.47
%4.71

Codes

Color #F3BAED in popluar color models

F3BAED
RGB243186237
HSL306°70.37%84.12%
HSB/HSV306°23.46%95.29%
CMYK0.00%23.46%2.47%
4.71%

Color #F3BAED in popluar number systems.

HEXF3BAED
Decimal243186237
Binary111100111011101011101101
Octal363272355

Shades and tints

Shades of #F3BAED

#F3BAED
(243,186,237)
#DDAAD8
(221,170,216)
#C79AC3
(199,154,195)
#B18AAE
(177,138,174)
#9B7A99
(155,122,153)
#856A84
(133,106,132)
#6F5A6F
(111,90,111)
#594A5A
(89,74,90)
#433A45
(67,58,69)
#2D2A30
(45,42,48)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #F3BAED

#F3BAED
(243,186,237)
#F4C0EE
(244,192,238)
#F5C6EF
(245,198,239)
#F6CCF0
(246,204,240)
#F7D2F1
(247,210,241)
#F8D8F2
(248,216,242)
#F9DEF3
(249,222,243)
#FAE4F4
(250,228,244)
#FBEAF5
(251,234,245)
#FCF0F6
(252,240,246)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BAED; }

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

This text font color is #F3BAED.


Background Color

.myBgColor { background-color: #F3BAED; }

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

This div background color is #F3BAED.


Border color

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

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

This div border color is #F3BAED.


Opacity

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

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

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

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

This text has shadow with #F3BAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BAED on black background.


Color preview on white background

This text has color #F3BAED on white background.



Black color preview on #F3BAED background

This text has black color on #F3BAED background.


White color preview on #F3BAED background

This text has white color on #F3BAED background.