COLOR #F3EFEE

HEX: #F3EFEE RGB: (243,239,238)

Color info

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

RGB color model

#F3EFEE color RGB value is (243,239,238).

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

RGB channels and saturation

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

243
239
238

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

Portions of RGB colors in percentages

R + G + B = 243 + 239 + 238 = 720 (100%)
R 243 of 720 ~ 33.75%
G 239 of 720 ~ 33.19%
B 238 of 720 ~ 33.06'%

%33.75
%33.19
%33.06

CMYK color model

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

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

CMYK: (0,2,2,5)
C0M2Y2K5 (0%, 2%, 2%, 5%)
(0.00 / 0.02 / 0.02 / 0.05)

CMYK percentages

%0
%1.65
%2.06
%4.71

Codes

Color #F3EFEE in popluar color models

F3 EF EE
RGB 243 239 238
HSL 12° 17.24% 94.31%
HSB/HSV 12° 2.06% 95.29%
CMYK 0.00% 1.65% 2.06%
4.71%

Color #F3EFEE in popluar number systems.

HEX F3 EF EE
Decimal 243 239 238
Binary 11110011 11101111 11101110
Octal 363 357 356

Shades and tints

Shades of #F3EFEE

#F3EFEE
(243,239,238)
#DDDAD9
(221,218,217)
#C7C5C4
(199,197,196)
#B1B0AF
(177,176,175)
#9B9B9A
(155,155,154)
#858685
(133,134,133)
#6F7170
(111,113,112)
#595C5B
(89,92,91)
#434746
(67,71,70)
#2D3231
(45,50,49)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #F3EFEE

#F3EFEE
(243,239,238)
#F4F0EF
(244,240,239)
#F5F1F0
(245,241,240)
#F6F2F1
(246,242,241)
#F7F3F2
(247,243,242)
#F8F4F3
(248,244,243)
#F9F5F4
(249,245,244)
#FAF6F5
(250,246,245)
#FBF7F6
(251,247,246)
#FCF8F7
(252,248,247)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EFEE; }

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

This text font color is #F3EFEE.

Background Color

.myBgColor { background-color: #F3EFEE; }

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

This div background color is #F3EFEE.

Border color

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

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

This div border color is #F3EFEE.

Opacity

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

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

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

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

This text has shadow with #F3EFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EFEE.

Preview

Color preview on black background

This text has color #F3EFEE on black background.


Color preview on white background

This text has color #F3EFEE on white background.


Black color preview on #F3EFEE background

This text has black color on #F3EFEE background.


White color preview on #F3EFEE background

This text has white color on #F3EFEE background.


Related colors

Complementary color

Complementary color for #hex is #0C1011.


I love getcolorcode.com

Triadic colors

1 #EEF3EF and #EFEEF3 with #F3EFEE are triadic colors.

2 #EEEFF3 and #EFF3EE with #F3EFEE are triadic colors.