COLOR #F3DBF6

HEX: #F3DBF6
RGB: (243,219,246)

Color info

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

RGB color model

#F3DBF6 color RGB value is (243,219,246).

  • red value is 243;
  • green value is 219;
  • blue value is 246.
RGB:
(243,219,246)
(95%,86%,96%)

RGB channels and saturation

R 243 of 255 = 95%
G 219 of 255 = 86%
B 246 of 255 = 96%

243
219
246

R + G + B ~ 92%. #F3DBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 219 + 246 = 708 (100%)
R 243 of 708 ~ 34.32%
G 219 of 708 ~ 30.93%
B 246 of 708 ~ 34.75%

%34.32
%30.93
%34.75

CMYK color model

#F3DBF6 color CMYK value is (1,11,0,4).

  • cyan value is 1.22%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,11,0,4)
C1M11Y0K4 
(1%,11%,0%,4%)
(0.01/0.11/0.00/0.04)	

CMYK percentages

%1.22
%10.98
%0
%3.53

Codes

Color #F3DBF6 in popluar color models

F3DBF6
RGB243219246
HSL293°60.00%91.18%
HSB/HSV293°10.98%96.47%
CMYK1.22%10.98%0.00%
3.53%

Color #F3DBF6 in popluar number systems.

HEXF3DBF6
Decimal243219246
Binary111100111101101111110110
Octal363333366

Shades and tints

Shades of #F3DBF6

#F3DBF6
(243,219,246)
#DDC8E0
(221,200,224)
#C7B5CA
(199,181,202)
#B1A2B4
(177,162,180)
#9B8F9E
(155,143,158)
#857C88
(133,124,136)
#6F6972
(111,105,114)
#59565C
(89,86,92)
#434346
(67,67,70)
#2D3030
(45,48,48)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #F3DBF6

#F3DBF6
(243,219,246)
#F4DEF6
(244,222,246)
#F5E1F6
(245,225,246)
#F6E4F6
(246,228,246)
#F7E7F6
(247,231,246)
#F8EAF6
(248,234,246)
#F9EDF6
(249,237,246)
#FAF0F6
(250,240,246)
#FBF3F6
(251,243,246)
#FCF6F6
(252,246,246)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DBF6 color. Also use rgb(243,219,246) instead hex code.

Text Font Color

.myTextColor { color: #F3DBF6; }

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

This text font color is #F3DBF6.


Background Color

.myBgColor { background-color: #F3DBF6; }

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

This div background color is #F3DBF6.


Border color

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

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

This div border color is #F3DBF6.


Opacity

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

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

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

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

This text has shadow with #F3DBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DBF6 on black background.


Color preview on white background

This text has color #F3DBF6 on white background.



Black color preview on #F3DBF6 background

This text has black color on #F3DBF6 background.


White color preview on #F3DBF6 background

This text has white color on #F3DBF6 background.