COLOR #F3DCFB

HEX: #F3DCFB RGB: (243,220,251)

Color info

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

RGB color model

#F3DCFB color RGB value is (243,220,251).

RGB: (243,220,251) (95%, 86%, 98%)

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 251 of 255 = 98%

243
220
251

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

Portions of RGB colors in percentages

R + G + B = 243 + 220 + 251 = 714 (100%)
R 243 of 714 ~ 34.03%
G 220 of 714 ~ 30.81%
B 251 of 714 ~ 35.15'%

%34.03
%30.81
%35.15

CMYK color model

#F3DCFB color CMYK value is (3,12,0,2).

  • cyan value is 3.19%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (3,12,0,2) C3M12Y0K2 (3%,12%,0%,2%) (0.03/0.12/0.00/0.02) 

CMYK percentages

%3.19
%12.35
%0
%1.57

Codes

Color #F3DCFB in popluar color models

F3 DC FB
RGB 243 220 251
HSL 285° 79.49% 92.35%
HSB/HSV 285° 12.35% 98.43%
CMYK 3.19% 12.35% 0.00%
1.57%

Color #F3DCFB in popluar number systems.

HEX F3 DC FB
Decimal 243 220 251
Binary 11110011 11011100 11111011
Octal 363 334 373

Shades and tints

Shades of #F3DCFB

#F3DCFB
(243,220,251)
#DDC8E5
(221,200,229)
#C7B4CF
(199,180,207)
#B1A0B9
(177,160,185)
#9B8CA3
(155,140,163)
#85788D
(133,120,141)
#6F6477
(111,100,119)
#595061
(89,80,97)
#433C4B
(67,60,75)
#2D2835
(45,40,53)
#17141F
(23,20,31)
#000000
(0,0,0)

Tints of #F3DCFB

#F3DCFB
(243,220,251)
#F4DFFB
(244,223,251)
#F5E2FB
(245,226,251)
#F6E5FB
(246,229,251)
#F7E8FB
(247,232,251)
#F8EBFB
(248,235,251)
#F9EEFB
(249,238,251)
#FAF1FB
(250,241,251)
#FBF4FB
(251,244,251)
#FCF7FB
(252,247,251)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCFB; }

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

This text font color is #F3DCFB.

Background Color

.myBgColor { background-color: #F3DCFB; }

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

This div background color is #F3DCFB.

Border color

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

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

This div border color is #F3DCFB.

Opacity

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

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

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

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

This text has shadow with #F3DCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DCFB.

Preview

Color preview on black background

This text has color #F3DCFB on black background.


Color preview on white background

This text has color #F3DCFB on white background.


Black color preview on #F3DCFB background

This text has black color on #F3DCFB background.


White color preview on #F3DCFB background

This text has white color on #F3DCFB background.


Related colors

Complementary color

Complementary color for #hex is #0C2304.


I love getcolorcode.com

Triadic colors

1 #FBF3DC and #DCFBF3 with #F3DCFB are triadic colors.

2 #FBDCF3 and #DCF3FB with #F3DCFB are triadic colors.