COLOR #F3F2EB

HEX: #F3F2EB
RGB: (243,242,235)

Color info

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

RGB color model

#F3F2EB color RGB value is (243,242,235).

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

RGB channels and saturation

R 243 of 255 = 95%
G 242 of 255 = 95%
B 235 of 255 = 92%

243
242
235

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

Portions of RGB colors in percentages

R + G + B =
243 + 242 + 235 = 720 (100%)
R 243 of 720 ~ 33.75%
G 242 of 720 ~ 33.61%
B 235 of 720 ~ 32.64%

%33.75
%33.61
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK:
(0,0,3,5)
C0M0Y3K5 
(0%,0%,3%,5%)
(0.00/0.00/0.03/0.05)	

CMYK percentages

%0
%0.41
%3.29
%4.71

Codes

Color #F3F2EB in popluar color models

F3F2EB
RGB243242235
HSL53°25.00%93.73%
HSB/HSV53°3.29%95.29%
CMYK0.00%0.41%3.29%
4.71%

Color #F3F2EB in popluar number systems.

HEXF3F2EB
Decimal243242235
Binary111100111111001011101011
Octal363362353

Shades and tints

Shades of #F3F2EB

#F3F2EB
(243,242,235)
#DDDCD6
(221,220,214)
#C7C6C1
(199,198,193)
#B1B0AC
(177,176,172)
#9B9A97
(155,154,151)
#858482
(133,132,130)
#6F6E6D
(111,110,109)
#595858
(89,88,88)
#434243
(67,66,67)
#2D2C2E
(45,44,46)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #F3F2EB

#F3F2EB
(243,242,235)
#F4F3EC
(244,243,236)
#F5F4ED
(245,244,237)
#F6F5EE
(246,245,238)
#F7F6EF
(247,246,239)
#F8F7F0
(248,247,240)
#F9F8F1
(249,248,241)
#FAF9F2
(250,249,242)
#FBFAF3
(251,250,243)
#FCFBF4
(252,251,244)
#FDFCF5
(253,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F2EB; }

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

This text font color is #F3F2EB.


Background Color

.myBgColor { background-color: #F3F2EB; }

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

This div background color is #F3F2EB.


Border color

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

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

This div border color is #F3F2EB.


Opacity

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

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

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

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

This text has shadow with #F3F2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F2EB on black background.


Color preview on white background

This text has color #F3F2EB on white background.



Black color preview on #F3F2EB background

This text has black color on #F3F2EB background.


White color preview on #F3F2EB background

This text has white color on #F3F2EB background.