COLOR #F3F0EE

HEX: #F3F0EE RGB: (243,240,238)

Color info

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

RGB color model

#F3F0EE color RGB value is (243,240,238).

RGB: (243,240,238) (95%, 94%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 238 of 255 = 93%

243
240
238

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

Portions of RGB colors in percentages

R + G + B = 243 + 240 + 238 = 721 (100%)
R 243 of 721 ~ 33.7%
G 240 of 721 ~ 33.29%
B 238 of 721 ~ 33.01'%

%33.7
%33.29
%33.01

CMYK color model

#F3F0EE color CMYK value is (0,1,2,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 2.06%
  • key color value is 4.71%

CMYK: (0,1,2,5)
C0M1Y2K5 (0%, 1%, 2%, 5%)
(0.00 / 0.01 / 0.02 / 0.05)

CMYK percentages

%0
%1.23
%2.06
%4.71

Codes

Color #F3F0EE in popluar color models

F3 F0 EE
RGB 243 240 238
HSL 24° 17.24% 94.31%
HSB/HSV 24° 2.06% 95.29%
CMYK 0.00% 1.23% 2.06%
4.71%

Color #F3F0EE in popluar number systems.

HEX F3 F0 EE
Decimal 243 240 238
Binary 11110011 11110000 11101110
Octal 363 360 356

Shades and tints

Shades of #F3F0EE

#F3F0EE
(243,240,238)
#DDDBD9
(221,219,217)
#C7C6C4
(199,198,196)
#B1B1AF
(177,177,175)
#9B9C9A
(155,156,154)
#858785
(133,135,133)
#6F7270
(111,114,112)
#595D5B
(89,93,91)
#434846
(67,72,70)
#2D3331
(45,51,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #F3F0EE

#F3F0EE
(243,240,238)
#F4F1EF
(244,241,239)
#F5F2F0
(245,242,240)
#F6F3F1
(246,243,241)
#F7F4F2
(247,244,242)
#F8F5F3
(248,245,243)
#F9F6F4
(249,246,244)
#FAF7F5
(250,247,245)
#FBF8F6
(251,248,246)
#FCF9F7
(252,249,247)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F0EE; }

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

This text font color is #F3F0EE.

Background Color

.myBgColor { background-color: #F3F0EE; }

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

This div background color is #F3F0EE.

Border color

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

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

This div border color is #F3F0EE.

Opacity

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

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

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

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

This text has shadow with #F3F0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F0EE.

Preview

Color preview on black background

This text has color #F3F0EE on black background.


Color preview on white background

This text has color #F3F0EE on white background.


Black color preview on #F3F0EE background

This text has black color on #F3F0EE background.


White color preview on #F3F0EE background

This text has white color on #F3F0EE background.


Related colors

Complementary color

Complementary color for #hex is #0C0F11.


I love getcolorcode.com

Triadic colors

1 #EEF3F0 and #F0EEF3 with #F3F0EE are triadic colors.

2 #EEF0F3 and #F0F3EE with #F3F0EE are triadic colors.