COLOR #F3F6EE

HEX: #F3F6EE RGB: (243,246,238)

Color info

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

RGB color model

#F3F6EE color RGB value is (243,246,238).

RGB: (243,246,238) (95%, 96%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 246 of 255 = 96%
B 238 of 255 = 93%

243
246
238

R + G + B ~ 95%. #F3F6EE is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 246 + 238 = 727 (100%)
R 243 of 727 ~ 33.43%
G 246 of 727 ~ 33.84%
B 238 of 727 ~ 32.74'%

%33.43
%33.84
%32.74

CMYK color model

#F3F6EE color CMYK value is (1,0,3,4).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%

CMYK: (1,0,3,4)
C1M0Y3K4 (1%, 0%, 3%, 4%)
(0.01 / 0.00 / 0.03 / 0.04)

CMYK percentages

%1.22
%0
%3.25
%3.53

Codes

Color #F3F6EE in popluar color models

F3 F6 EE
RGB 243 246 238
HSL 83° 30.77% 94.90%
HSB/HSV 83° 3.25% 96.47%
CMYK 1.22% 0.00% 3.25%
3.53%

Color #F3F6EE in popluar number systems.

HEX F3 F6 EE
Decimal 243 246 238
Binary 11110011 11110110 11101110
Octal 363 366 356

Shades and tints

Shades of #F3F6EE

#F3F6EE
(243,246,238)
#DDE0D9
(221,224,217)
#C7CAC4
(199,202,196)
#B1B4AF
(177,180,175)
#9B9E9A
(155,158,154)
#858885
(133,136,133)
#6F7270
(111,114,112)
#595C5B
(89,92,91)
#434646
(67,70,70)
#2D3031
(45,48,49)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #F3F6EE

#F3F6EE
(243,246,238)
#F4F6EF
(244,246,239)
#F5F6F0
(245,246,240)
#F6F6F1
(246,246,241)
#F7F6F2
(247,246,242)
#F8F6F3
(248,246,243)
#F9F6F4
(249,246,244)
#FAF6F5
(250,246,245)
#FBF6F6
(251,246,246)
#FCF6F7
(252,246,247)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F6EE color. Also use rgb(243,246,238) instead hex code.

Text Font Color

.myTextColor { color: #F3F6EE; }

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

This text font color is #F3F6EE.

Background Color

.myBgColor { background-color: #F3F6EE; }

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

This div background color is #F3F6EE.

Border color

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

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

This div border color is #F3F6EE.

Opacity

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

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

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

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

This text has shadow with #F3F6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F6EE.

Preview

Color preview on black background

This text has color #F3F6EE on black background.


Color preview on white background

This text has color #F3F6EE on white background.


Black color preview on #F3F6EE background

This text has black color on #F3F6EE background.


White color preview on #F3F6EE background

This text has white color on #F3F6EE background.


Related colors

Complementary color

Complementary color for #hex is #0C0911.


I love getcolorcode.com

Triadic colors

1 #EEF3F6 and #F6EEF3 with #F3F6EE are triadic colors.

2 #EEF6F3 and #F6F3EE with #F3F6EE are triadic colors.