COLOR #F3E0FB

HEX: #F3E0FB
RGB: (243,224,251)

Color info

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

RGB color model

#F3E0FB color RGB value is (243,224,251).

  • red value is 243;
  • green value is 224;
  • blue value is 251.
RGB:
(243,224,251)
(95%,88%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 224 of 255 = 88%
B 251 of 255 = 98%

243
224
251

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

Portions of RGB colors in percentages

R + G + B =
243 + 224 + 251 = 718 (100%)
R 243 of 718 ~ 33.84%
G 224 of 718 ~ 31.2%
B 251 of 718 ~ 34.96%

%33.84
%31.2
%34.96

CMYK color model

#F3E0FB color CMYK value is (3,11,0,2).

  • cyan value is 3.19%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(3,11,0,2)
C3M11Y0K2 
(3%,11%,0%,2%)
(0.03/0.11/0.00/0.02)	

CMYK percentages

%3.19
%10.76
%0
%1.57

Codes

Color #F3E0FB in popluar color models

F3E0FB
RGB243224251
HSL282°77.14%93.14%
HSB/HSV282°10.76%98.43%
CMYK3.19%10.76%0.00%
1.57%

Color #F3E0FB in popluar number systems.

HEXF3E0FB
Decimal243224251
Binary111100111110000011111011
Octal363340373

Shades and tints

Shades of #F3E0FB

#F3E0FB
(243,224,251)
#DDCCE5
(221,204,229)
#C7B8CF
(199,184,207)
#B1A4B9
(177,164,185)
#9B90A3
(155,144,163)
#857C8D
(133,124,141)
#6F6877
(111,104,119)
#595461
(89,84,97)
#43404B
(67,64,75)
#2D2C35
(45,44,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #F3E0FB

#F3E0FB
(243,224,251)
#F4E2FB
(244,226,251)
#F5E4FB
(245,228,251)
#F6E6FB
(246,230,251)
#F7E8FB
(247,232,251)
#F8EAFB
(248,234,251)
#F9ECFB
(249,236,251)
#FAEEFB
(250,238,251)
#FBF0FB
(251,240,251)
#FCF2FB
(252,242,251)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E0FB color. Also use rgb(243,224,251) instead hex code.

Text Font Color

.myTextColor { color: #F3E0FB; }

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

This text font color is #F3E0FB.


Background Color

.myBgColor { background-color: #F3E0FB; }

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

This div background color is #F3E0FB.


Border color

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

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

This div border color is #F3E0FB.


Opacity

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

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

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

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

This text has shadow with #F3E0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E0FB on black background.


Color preview on white background

This text has color #F3E0FB on white background.



Black color preview on #F3E0FB background

This text has black color on #F3E0FB background.


White color preview on #F3E0FB background

This text has white color on #F3E0FB background.