COLOR #F3D9FB

HEX: #F3D9FB RGB: (243,217,251)

Color info

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

RGB color model

#F3D9FB color RGB value is (243,217,251).

RGB: (243,217,251) (95%, 85%, 98%)

RGB channels and saturation

R 243 of 255 = 95%
G 217 of 255 = 85%
B 251 of 255 = 98%

243
217
251

R + G + B ~ 93%. #F3D9FB is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 217 + 251 = 711 (100%)
R 243 of 711 ~ 34.18%
G 217 of 711 ~ 30.52%
B 251 of 711 ~ 35.3'%

%34.18
%30.52
%35.3

CMYK color model

#F3D9FB color CMYK value is (3,14,0,2).

  • cyan value is 3.19%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (3,14,0,2) C3M14Y0K2 (3%,14%,0%,2%) (0.03/0.14/0.00/0.02) 

CMYK percentages

%3.19
%13.55
%0
%1.57

Codes

Color #F3D9FB in popluar color models

F3 D9 FB
RGB 243 217 251
HSL 286° 80.95% 91.76%
HSB/HSV 286° 13.55% 98.43%
CMYK 3.19% 13.55% 0.00%
1.57%

Color #F3D9FB in popluar number systems.

HEX F3 D9 FB
Decimal 243 217 251
Binary 11110011 11011001 11111011
Octal 363 331 373

Shades and tints

Shades of #F3D9FB

#F3D9FB
(243,217,251)
#DDC6E5
(221,198,229)
#C7B3CF
(199,179,207)
#B1A0B9
(177,160,185)
#9B8DA3
(155,141,163)
#857A8D
(133,122,141)
#6F6777
(111,103,119)
#595461
(89,84,97)
#43414B
(67,65,75)
#2D2E35
(45,46,53)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #F3D9FB

#F3D9FB
(243,217,251)
#F4DCFB
(244,220,251)
#F5DFFB
(245,223,251)
#F6E2FB
(246,226,251)
#F7E5FB
(247,229,251)
#F8E8FB
(248,232,251)
#F9EBFB
(249,235,251)
#FAEEFB
(250,238,251)
#FBF1FB
(251,241,251)
#FCF4FB
(252,244,251)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D9FB color. Also use rgb(243,217,251) instead hex code.

Text Font Color

.myTextColor { color: #F3D9FB; }

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

This text font color is #F3D9FB.

Background Color

.myBgColor { background-color: #F3D9FB; }

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

This div background color is #F3D9FB.

Border color

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

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

This div border color is #F3D9FB.

Opacity

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

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

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

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

This text has shadow with #F3D9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D9FB.

Preview

Color preview on black background

This text has color #F3D9FB on black background.


Color preview on white background

This text has color #F3D9FB on white background.


Black color preview on #F3D9FB background

This text has black color on #F3D9FB background.


White color preview on #F3D9FB background

This text has white color on #F3D9FB background.


Related colors

Complementary color

Complementary color for #hex is #0C2604.


I love getcolorcode.com

Triadic colors

1 #FBF3D9 and #D9FBF3 with #F3D9FB are triadic colors.

2 #FBD9F3 and #D9F3FB with #F3D9FB are triadic colors.