COLOR #F3EAFF

HEX: #F3EAFF
RGB: (243,234,255)

Color info

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

RGB color model

#F3EAFF color RGB value is (243,234,255).

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

RGB channels and saturation

R 243 of 255 = 95%
G 234 of 255 = 92%
B 255 of 255 = 100%

243
234
255

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

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 255 = 732 (100%)
R 243 of 732 ~ 33.2%
G 234 of 732 ~ 31.97%
B 255 of 732 ~ 34.84%

%33.2
%31.97
%34.84

CMYK color model

#F3EAFF color CMYK value is (5,8,0,0).

  • cyan value is 4.71%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,8,0,0)
C5M8Y0K0 
(5%,8%,0%,0%)
(0.05/0.08/0.00/0.00)	

CMYK percentages

%4.71
%8.24
%0
%0

Codes

Color #F3EAFF in popluar color models

F3EAFF
RGB243234255
HSL266°100.00%95.88%
HSB/HSV266°8.24%100.00%
CMYK4.71%8.24%0.00%
0.00%

Color #F3EAFF in popluar number systems.

HEXF3EAFF
Decimal243234255
Binary111100111110101011111111
Octal363352377

Shades and tints

Shades of #F3EAFF

#F3EAFF
(243,234,255)
#DDD5E8
(221,213,232)
#C7C0D1
(199,192,209)
#B1ABBA
(177,171,186)
#9B96A3
(155,150,163)
#85818C
(133,129,140)
#6F6C75
(111,108,117)
#59575E
(89,87,94)
#434247
(67,66,71)
#2D2D30
(45,45,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #F3EAFF

#F3EAFF
(243,234,255)
#F4EBFF
(244,235,255)
#F5ECFF
(245,236,255)
#F6EDFF
(246,237,255)
#F7EEFF
(247,238,255)
#F8EFFF
(248,239,255)
#F9F0FF
(249,240,255)
#FAF1FF
(250,241,255)
#FBF2FF
(251,242,255)
#FCF3FF
(252,243,255)
#FDF4FF
(253,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EAFF; }

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

This text font color is #F3EAFF.


Background Color

.myBgColor { background-color: #F3EAFF; }

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

This div background color is #F3EAFF.


Border color

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

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

This div border color is #F3EAFF.


Opacity

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

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

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

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

This text has shadow with #F3EAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EAFF on black background.


Color preview on white background

This text has color #F3EAFF on white background.



Black color preview on #F3EAFF background

This text has black color on #F3EAFF background.


White color preview on #F3EAFF background

This text has white color on #F3EAFF background.