COLOR #F3EBF0

HEX: #F3EBF0
RGB: (243,235,240)

Color info

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

RGB color model

#F3EBF0 color RGB value is (243,235,240).

  • red value is 243;
  • green value is 235;
  • blue value is 240.
RGB:
(243,235,240)
(95%,92%,94%)

RGB channels and saturation

R 243 of 255 = 95%
G 235 of 255 = 92%
B 240 of 255 = 94%

243
235
240

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

Portions of RGB colors in percentages

R + G + B =
243 + 235 + 240 = 718 (100%)
R 243 of 718 ~ 33.84%
G 235 of 718 ~ 32.73%
B 240 of 718 ~ 33.43%

%33.84
%32.73
%33.43

CMYK color model

#F3EBF0 color CMYK value is (0,3,1,5).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK:
(0,3,1,5)
C0M3Y1K5 
(0%,3%,1%,5%)
(0.00/0.03/0.01/0.05)	

CMYK percentages

%0
%3.29
%1.23
%4.71

Codes

Color #F3EBF0 in popluar color models

F3EBF0
RGB243235240
HSL323°25.00%93.73%
HSB/HSV323°3.29%95.29%
CMYK0.00%3.29%1.23%
4.71%

Color #F3EBF0 in popluar number systems.

HEXF3EBF0
Decimal243235240
Binary111100111110101111110000
Octal363353360

Shades and tints

Shades of #F3EBF0

#F3EBF0
(243,235,240)
#DDD6DB
(221,214,219)
#C7C1C6
(199,193,198)
#B1ACB1
(177,172,177)
#9B979C
(155,151,156)
#858287
(133,130,135)
#6F6D72
(111,109,114)
#59585D
(89,88,93)
#434348
(67,67,72)
#2D2E33
(45,46,51)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #F3EBF0

#F3EBF0
(243,235,240)
#F4ECF1
(244,236,241)
#F5EDF2
(245,237,242)
#F6EEF3
(246,238,243)
#F7EFF4
(247,239,244)
#F8F0F5
(248,240,245)
#F9F1F6
(249,241,246)
#FAF2F7
(250,242,247)
#FBF3F8
(251,243,248)
#FCF4F9
(252,244,249)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EBF0 color. Also use rgb(243,235,240) instead hex code.

Text Font Color

.myTextColor { color: #F3EBF0; }

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

This text font color is #F3EBF0.


Background Color

.myBgColor { background-color: #F3EBF0; }

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

This div background color is #F3EBF0.


Border color

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

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

This div border color is #F3EBF0.


Opacity

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

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

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

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

This text has shadow with #F3EBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EBF0 on black background.


Color preview on white background

This text has color #F3EBF0 on white background.



Black color preview on #F3EBF0 background

This text has black color on #F3EBF0 background.


White color preview on #F3EBF0 background

This text has white color on #F3EBF0 background.