COLOR #F3E3FD

HEX: #F3E3FD RGB: (243,227,253)

Color info

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

RGB color model

#F3E3FD color RGB value is (243,227,253).

RGB: (243,227,253) (95%, 89%, 99%)

RGB channels and saturation

R 243 of 255 = 95%
G 227 of 255 = 89%
B 253 of 255 = 99%

243
227
253

R + G + B ~ 94%. #F3E3FD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 227 + 253 = 723 (100%)
R 243 of 723 ~ 33.61%
G 227 of 723 ~ 31.4%
B 253 of 723 ~ 34.99'%

%33.61
%31.4
%34.99

CMYK color model

#F3E3FD color CMYK value is (4,10,0,1).

  • cyan value is 3.95%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,10,0,1)
C4M10Y0K1 (4%, 10%, 0%, 1%)
(0.04 / 0.10 / 0.00 / 0.01)

CMYK percentages

%3.95
%10.28
%0
%0.78

Codes

Color #F3E3FD in popluar color models

F3 E3 FD
RGB 243 227 253
HSL 277° 86.67% 94.12%
HSB/HSV 277° 10.28% 99.22%
CMYK 3.95% 10.28% 0.00%
0.78%

Color #F3E3FD in popluar number systems.

HEX F3 E3 FD
Decimal 243 227 253
Binary 11110011 11100011 11111101
Octal 363 343 375

Shades and tints

Shades of #F3E3FD

#F3E3FD
(243,227,253)
#DDCFE6
(221,207,230)
#C7BBCF
(199,187,207)
#B1A7B8
(177,167,184)
#9B93A1
(155,147,161)
#857F8A
(133,127,138)
#6F6B73
(111,107,115)
#59575C
(89,87,92)
#434345
(67,67,69)
#2D2F2E
(45,47,46)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #F3E3FD

#F3E3FD
(243,227,253)
#F4E5FD
(244,229,253)
#F5E7FD
(245,231,253)
#F6E9FD
(246,233,253)
#F7EBFD
(247,235,253)
#F8EDFD
(248,237,253)
#F9EFFD
(249,239,253)
#FAF1FD
(250,241,253)
#FBF3FD
(251,243,253)
#FCF5FD
(252,245,253)
#FDF7FD
(253,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E3FD color. Also use rgb(243,227,253) instead hex code.

Text Font Color

.myTextColor { color: #F3E3FD; }

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

This text font color is #F3E3FD.

Background Color

.myBgColor { background-color: #F3E3FD; }

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

This div background color is #F3E3FD.

Border color

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

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

This div border color is #F3E3FD.

Opacity

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

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

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

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

This text has shadow with #F3E3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E3FD.

Preview

Color preview on black background

This text has color #F3E3FD on black background.


Color preview on white background

This text has color #F3E3FD on white background.


Black color preview on #F3E3FD background

This text has black color on #F3E3FD background.


White color preview on #F3E3FD background

This text has white color on #F3E3FD background.


Related colors

Complementary color

Complementary color for #hex is #0C1C02.


I love getcolorcode.com

Triadic colors

1 #FDF3E3 and #E3FDF3 with #F3E3FD are triadic colors.

2 #FDE3F3 and #E3F3FD with #F3E3FD are triadic colors.