COLOR #F3BDE5

HEX: #F3BDE5
RGB: (243,189,229)

Color info

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

RGB color model

#F3BDE5 color RGB value is (243,189,229).

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

RGB channels and saturation

R 243 of 255 = 95%
G 189 of 255 = 74%
B 229 of 255 = 90%

243
189
229

R + G + B ~ 86%. #F3BDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 189 + 229 = 661 (100%)
R 243 of 661 ~ 36.76%
G 189 of 661 ~ 28.59%
B 229 of 661 ~ 34.64%

%36.76
%28.59
%34.64

CMYK color model

#F3BDE5 color CMYK value is (0,22,6,5).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(0,22,6,5)
C0M22Y6K5 
(0%,22%,6%,5%)
(0.00/0.22/0.06/0.05)	

CMYK percentages

%0
%22.22
%5.76
%4.71

Codes

Color #F3BDE5 in popluar color models

F3BDE5
RGB243189229
HSL316°69.23%84.71%
HSB/HSV316°22.22%95.29%
CMYK0.00%22.22%5.76%
4.71%

Color #F3BDE5 in popluar number systems.

HEXF3BDE5
Decimal243189229
Binary111100111011110111100101
Octal363275345

Shades and tints

Shades of #F3BDE5

#F3BDE5
(243,189,229)
#DDACD1
(221,172,209)
#C79BBD
(199,155,189)
#B18AA9
(177,138,169)
#9B7995
(155,121,149)
#856881
(133,104,129)
#6F576D
(111,87,109)
#594659
(89,70,89)
#433545
(67,53,69)
#2D2431
(45,36,49)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #F3BDE5

#F3BDE5
(243,189,229)
#F4C3E7
(244,195,231)
#F5C9E9
(245,201,233)
#F6CFEB
(246,207,235)
#F7D5ED
(247,213,237)
#F8DBEF
(248,219,239)
#F9E1F1
(249,225,241)
#FAE7F3
(250,231,243)
#FBEDF5
(251,237,245)
#FCF3F7
(252,243,247)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BDE5; }

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

This text font color is #F3BDE5.


Background Color

.myBgColor { background-color: #F3BDE5; }

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

This div background color is #F3BDE5.


Border color

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

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

This div border color is #F3BDE5.


Opacity

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

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

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

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

This text has shadow with #F3BDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BDE5 on black background.


Color preview on white background

This text has color #F3BDE5 on white background.



Black color preview on #F3BDE5 background

This text has black color on #F3BDE5 background.


White color preview on #F3BDE5 background

This text has white color on #F3BDE5 background.