COLOR #F3BDEE

HEX: #F3BDEE
RGB: (243,189,238)

Color info

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

RGB color model

#F3BDEE color RGB value is (243,189,238).

  • red value is 243;
  • green value is 189;
  • blue value is 238.
RGB:
(243,189,238)
(95%,74%,93%)

RGB channels and saturation

R 243 of 255 = 95%
G 189 of 255 = 74%
B 238 of 255 = 93%

243
189
238

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

Portions of RGB colors in percentages

R + G + B =
243 + 189 + 238 = 670 (100%)
R 243 of 670 ~ 36.27%
G 189 of 670 ~ 28.21%
B 238 of 670 ~ 35.52%

%36.27
%28.21
%35.52

CMYK color model

#F3BDEE color CMYK value is (0,22,2,5).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(0,22,2,5)
C0M22Y2K5 
(0%,22%,2%,5%)
(0.00/0.22/0.02/0.05)	

CMYK percentages

%0
%22.22
%2.06
%4.71

Codes

Color #F3BDEE in popluar color models

F3BDEE
RGB243189238
HSL306°69.23%84.71%
HSB/HSV306°22.22%95.29%
CMYK0.00%22.22%2.06%
4.71%

Color #F3BDEE in popluar number systems.

HEXF3BDEE
Decimal243189238
Binary111100111011110111101110
Octal363275356

Shades and tints

Shades of #F3BDEE

#F3BDEE
(243,189,238)
#DDACD9
(221,172,217)
#C79BC4
(199,155,196)
#B18AAF
(177,138,175)
#9B799A
(155,121,154)
#856885
(133,104,133)
#6F5770
(111,87,112)
#59465B
(89,70,91)
#433546
(67,53,70)
#2D2431
(45,36,49)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #F3BDEE

#F3BDEE
(243,189,238)
#F4C3EF
(244,195,239)
#F5C9F0
(245,201,240)
#F6CFF1
(246,207,241)
#F7D5F2
(247,213,242)
#F8DBF3
(248,219,243)
#F9E1F4
(249,225,244)
#FAE7F5
(250,231,245)
#FBEDF6
(251,237,246)
#FCF3F7
(252,243,247)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BDEE color. Also use rgb(243,189,238) instead hex code.

Text Font Color

.myTextColor { color: #F3BDEE; }

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

This text font color is #F3BDEE.


Background Color

.myBgColor { background-color: #F3BDEE; }

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

This div background color is #F3BDEE.


Border color

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

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

This div border color is #F3BDEE.


Opacity

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

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

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

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

This text has shadow with #F3BDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BDEE on black background.


Color preview on white background

This text has color #F3BDEE on white background.



Black color preview on #F3BDEE background

This text has black color on #F3BDEE background.


White color preview on #F3BDEE background

This text has white color on #F3BDEE background.