COLOR #F3EDFF

HEX: #F3EDFF
RGB: (243,237,255)

Color info

#F3EDFF contains red, green and blue colors in about the same proportion. Web safe color of #F3EDFF is #FFFFFF (or #FFF).

RGB color model

#F3EDFF color RGB value is (243,237,255).

  • red value is 243;
  • green value is 237;
  • blue value is 255.
RGB:
(243,237,255)
(95%,93%,100%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 255 of 255 = 100%

243
237
255

R + G + B ~ 96%. #F3EDFF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 237 + 255 = 735 (100%)
R 243 of 735 ~ 33.06%
G 237 of 735 ~ 32.24%
B 255 of 735 ~ 34.69%

%33.06
%32.24
%34.69

CMYK color model

#F3EDFF color CMYK value is (5,7,0,0).

  • cyan value is 4.71%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,7,0,0)
C5M7Y0K0 
(5%,7%,0%,0%)
(0.05/0.07/0.00/0.00)	

CMYK percentages

%4.71
%7.06
%0
%0

Codes

Color #F3EDFF in popluar color models

F3EDFF
RGB243237255
HSL260°100.00%96.47%
HSB/HSV260°7.06%100.00%
CMYK4.71%7.06%0.00%
0.00%

Color #F3EDFF in popluar number systems.

HEXF3EDFF
Decimal243237255
Binary111100111110110111111111
Octal363355377

Shades and tints

Shades of #F3EDFF

#F3EDFF
(243,237,255)
#DDD8E8
(221,216,232)
#C7C3D1
(199,195,209)
#B1AEBA
(177,174,186)
#9B99A3
(155,153,163)
#85848C
(133,132,140)
#6F6F75
(111,111,117)
#595A5E
(89,90,94)
#434547
(67,69,71)
#2D3030
(45,48,48)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #F3EDFF

#F3EDFF
(243,237,255)
#F4EEFF
(244,238,255)
#F5EFFF
(245,239,255)
#F6F0FF
(246,240,255)
#F7F1FF
(247,241,255)
#F8F2FF
(248,242,255)
#F9F3FF
(249,243,255)
#FAF4FF
(250,244,255)
#FBF5FF
(251,245,255)
#FCF6FF
(252,246,255)
#FDF7FF
(253,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDFF; }

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

This text font color is #F3EDFF.


Background Color

.myBgColor { background-color: #F3EDFF; }

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

This div background color is #F3EDFF.


Border color

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

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

This div border color is #F3EDFF.


Opacity

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

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

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

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

This text has shadow with #F3EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EDFF on black background.


Color preview on white background

This text has color #F3EDFF on white background.



Black color preview on #F3EDFF background

This text has black color on #F3EDFF background.


White color preview on #F3EDFF background

This text has white color on #F3EDFF background.