COLOR #F3E5FF

HEX: #F3E5FF RGB: (243,229,255)

Color info

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

RGB color model

#F3E5FF color RGB value is (243,229,255).

RGB: (243,229,255) (95%, 90%, 100%)

RGB channels and saturation

R 243 of 255 = 95%
G 229 of 255 = 90%
B 255 of 255 = 100%

243
229
255

R + G + B ~ 95%. #F3E5FF is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 229 + 255 = 727 (100%)
R 243 of 727 ~ 33.43%
G 229 of 727 ~ 31.5%
B 255 of 727 ~ 35.08'%

%33.43
%31.5
%35.08

CMYK color model

#F3E5FF color CMYK value is (5,10,0,0).

  • cyan value is 4.71%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (5,10,0,0)
C5M10Y0K0 (5%, 10%, 0%, 0%)
(0.05 / 0.10 / 0.00 / 0.00)

CMYK percentages

%4.71
%10.2
%0
%0

Codes

Color #F3E5FF in popluar color models

F3 E5 FF
RGB 243 229 255
HSL 272° 100.00% 94.90%
HSB/HSV 272° 10.20% 100.00%
CMYK 4.71% 10.20% 0.00%
0.00%

Color #F3E5FF in popluar number systems.

HEX F3 E5 FF
Decimal 243 229 255
Binary 11110011 11100101 11111111
Octal 363 345 377

Shades and tints

Shades of #F3E5FF

#F3E5FF
(243,229,255)
#DDD1E8
(221,209,232)
#C7BDD1
(199,189,209)
#B1A9BA
(177,169,186)
#9B95A3
(155,149,163)
#85818C
(133,129,140)
#6F6D75
(111,109,117)
#59595E
(89,89,94)
#434547
(67,69,71)
#2D3130
(45,49,48)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #F3E5FF

#F3E5FF
(243,229,255)
#F4E7FF
(244,231,255)
#F5E9FF
(245,233,255)
#F6EBFF
(246,235,255)
#F7EDFF
(247,237,255)
#F8EFFF
(248,239,255)
#F9F1FF
(249,241,255)
#FAF3FF
(250,243,255)
#FBF5FF
(251,245,255)
#FCF7FF
(252,247,255)
#FDF9FF
(253,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E5FF color. Also use rgb(243,229,255) instead hex code.

Text Font Color

.myTextColor { color: #F3E5FF; }

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

This text font color is #F3E5FF.

Background Color

.myBgColor { background-color: #F3E5FF; }

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

This div background color is #F3E5FF.

Border color

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

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

This div border color is #F3E5FF.

Opacity

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

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

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

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

This text has shadow with #F3E5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E5FF.

Preview

Color preview on black background

This text has color #F3E5FF on black background.


Color preview on white background

This text has color #F3E5FF on white background.


Black color preview on #F3E5FF background

This text has black color on #F3E5FF background.


White color preview on #F3E5FF background

This text has white color on #F3E5FF background.


Related colors

Complementary color

Complementary color for #hex is #0C1A00.


I love getcolorcode.com

Triadic colors

1 #FFF3E5 and #E5FFF3 with #F3E5FF are triadic colors.

2 #FFE5F3 and #E5F3FF with #F3E5FF are triadic colors.