COLOR #F3D3FC

HEX: #F3D3FC RGB: (243,211,252)

Color info

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

RGB color model

#F3D3FC color RGB value is (243,211,252).

RGB: (243,211,252) (95%, 83%, 99%)

RGB channels and saturation

R 243 of 255 = 95%
G 211 of 255 = 83%
B 252 of 255 = 99%

243
211
252

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

Portions of RGB colors in percentages

R + G + B = 243 + 211 + 252 = 706 (100%)
R 243 of 706 ~ 34.42%
G 211 of 706 ~ 29.89%
B 252 of 706 ~ 35.69'%

%34.42
%29.89
%35.69

CMYK color model

#F3D3FC color CMYK value is (4,16,0,1).

  • cyan value is 3.57%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (4,16,0,1)
C4M16Y0K1 (4%, 16%, 0%, 1%)
(0.04 / 0.16 / 0.00 / 0.01)

CMYK percentages

%3.57
%16.27
%0
%1.18

Codes

Color #F3D3FC in popluar color models

F3 D3 FC
RGB 243 211 252
HSL 287° 87.23% 90.78%
HSB/HSV 287° 16.27% 98.82%
CMYK 3.57% 16.27% 0.00%
1.18%

Color #F3D3FC in popluar number systems.

HEX F3 D3 FC
Decimal 243 211 252
Binary 11110011 11010011 11111100
Octal 363 323 374

Shades and tints

Shades of #F3D3FC

#F3D3FC
(243,211,252)
#DDC0E6
(221,192,230)
#C7ADD0
(199,173,208)
#B19ABA
(177,154,186)
#9B87A4
(155,135,164)
#85748E
(133,116,142)
#6F6178
(111,97,120)
#594E62
(89,78,98)
#433B4C
(67,59,76)
#2D2836
(45,40,54)
#171520
(23,21,32)
#000000
(0,0,0)

Tints of #F3D3FC

#F3D3FC
(243,211,252)
#F4D7FC
(244,215,252)
#F5DBFC
(245,219,252)
#F6DFFC
(246,223,252)
#F7E3FC
(247,227,252)
#F8E7FC
(248,231,252)
#F9EBFC
(249,235,252)
#FAEFFC
(250,239,252)
#FBF3FC
(251,243,252)
#FCF7FC
(252,247,252)
#FDFBFC
(253,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D3FC color. Also use rgb(243,211,252) instead hex code.

Text Font Color

.myTextColor { color: #F3D3FC; }

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

This text font color is #F3D3FC.

Background Color

.myBgColor { background-color: #F3D3FC; }

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

This div background color is #F3D3FC.

Border color

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

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

This div border color is #F3D3FC.

Opacity

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

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

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

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

This text has shadow with #F3D3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D3FC.

Preview

Color preview on black background

This text has color #F3D3FC on black background.


Color preview on white background

This text has color #F3D3FC on white background.


Black color preview on #F3D3FC background

This text has black color on #F3D3FC background.


White color preview on #F3D3FC background

This text has white color on #F3D3FC background.


Related colors

Complementary color

Complementary color for #hex is #0C2C03.


I love getcolorcode.com

Triadic colors

1 #FCF3D3 and #D3FCF3 with #F3D3FC are triadic colors.

2 #FCD3F3 and #D3F3FC with #F3D3FC are triadic colors.