COLOR #F3BADF

HEX: #F3BADF
RGB: (243,186,223)

Color info

#F3BADF contains red, green and blue colors in about the same proportion. Web safe color of #F3BADF is #FFCCCC (or #FCC).

RGB color model

#F3BADF color RGB value is (243,186,223).

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

RGB channels and saturation

R 243 of 255 = 95%
G 186 of 255 = 73%
B 223 of 255 = 87%

243
186
223

R + G + B ~ 85%. #F3BADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 186 + 223 = 652 (100%)
R 243 of 652 ~ 37.27%
G 186 of 652 ~ 28.53%
B 223 of 652 ~ 34.2%

%37.27
%28.53
%34.2

CMYK color model

#F3BADF color CMYK value is (0,23,8,5).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(0,23,8,5)
C0M23Y8K5 
(0%,23%,8%,5%)
(0.00/0.23/0.08/0.05)	

CMYK percentages

%0
%23.46
%8.23
%4.71

Codes

Color #F3BADF in popluar color models

F3BADF
RGB243186223
HSL321°70.37%84.12%
HSB/HSV321°23.46%95.29%
CMYK0.00%23.46%8.23%
4.71%

Color #F3BADF in popluar number systems.

HEXF3BADF
Decimal243186223
Binary111100111011101011011111
Octal363272337

Shades and tints

Shades of #F3BADF

#F3BADF
(243,186,223)
#DDAACB
(221,170,203)
#C79AB7
(199,154,183)
#B18AA3
(177,138,163)
#9B7A8F
(155,122,143)
#856A7B
(133,106,123)
#6F5A67
(111,90,103)
#594A53
(89,74,83)
#433A3F
(67,58,63)
#2D2A2B
(45,42,43)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #F3BADF

#F3BADF
(243,186,223)
#F4C0E1
(244,192,225)
#F5C6E3
(245,198,227)
#F6CCE5
(246,204,229)
#F7D2E7
(247,210,231)
#F8D8E9
(248,216,233)
#F9DEEB
(249,222,235)
#FAE4ED
(250,228,237)
#FBEAEF
(251,234,239)
#FCF0F1
(252,240,241)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BADF; }

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

This text font color is #F3BADF.


Background Color

.myBgColor { background-color: #F3BADF; }

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

This div background color is #F3BADF.


Border color

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

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

This div border color is #F3BADF.


Opacity

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

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

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

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

This text has shadow with #F3BADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BADF on black background.


Color preview on white background

This text has color #F3BADF on white background.



Black color preview on #F3BADF background

This text has black color on #F3BADF background.


White color preview on #F3BADF background

This text has white color on #F3BADF background.