COLOR #F3EDE9

HEX: #F3EDE9 RGB: (243,237,233)

Color info

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

RGB color model

#F3EDE9 color RGB value is (243,237,233).

RGB: (243,237,233) (95%, 93%, 91%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 233 of 255 = 91%

243
237
233

R + G + B ~ 93%. #F3EDE9 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 233 = 713 (100%)
R 243 of 713 ~ 34.08%
G 237 of 713 ~ 33.24%
B 233 of 713 ~ 32.68'%

%34.08
%33.24
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 4.12%
  • key color value is 4.71%

CMYK: (0,2,4,5)
C0M2Y4K5 (0%, 2%, 4%, 5%)
(0.00 / 0.02 / 0.04 / 0.05)

CMYK percentages

%0
%2.47
%4.12
%4.71

Codes

Color #F3EDE9 in popluar color models

F3 ED E9
RGB 243 237 233
HSL 24° 29.41% 93.33%
HSB/HSV 24° 4.12% 95.29%
CMYK 0.00% 2.47% 4.12%
4.71%

Color #F3EDE9 in popluar number systems.

HEX F3 ED E9
Decimal 243 237 233
Binary 11110011 11101101 11101001
Octal 363 355 351

Shades and tints

Shades of #F3EDE9

#F3EDE9
(243,237,233)
#DDD8D4
(221,216,212)
#C7C3BF
(199,195,191)
#B1AEAA
(177,174,170)
#9B9995
(155,153,149)
#858480
(133,132,128)
#6F6F6B
(111,111,107)
#595A56
(89,90,86)
#434541
(67,69,65)
#2D302C
(45,48,44)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #F3EDE9

#F3EDE9
(243,237,233)
#F4EEEB
(244,238,235)
#F5EFED
(245,239,237)
#F6F0EF
(246,240,239)
#F7F1F1
(247,241,241)
#F8F2F3
(248,242,243)
#F9F3F5
(249,243,245)
#FAF4F7
(250,244,247)
#FBF5F9
(251,245,249)
#FCF6FB
(252,246,251)
#FDF7FD
(253,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EDE9 color. Also use rgb(243,237,233) instead hex code.

Text Font Color

.myTextColor { color: #F3EDE9; }

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

This text font color is #F3EDE9.

Background Color

.myBgColor { background-color: #F3EDE9; }

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

This div background color is #F3EDE9.

Border color

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

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

This div border color is #F3EDE9.

Opacity

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

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

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

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

This text has shadow with #F3EDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EDE9.

Preview

Color preview on black background

This text has color #F3EDE9 on black background.


Color preview on white background

This text has color #F3EDE9 on white background.


Black color preview on #F3EDE9 background

This text has black color on #F3EDE9 background.


White color preview on #F3EDE9 background

This text has white color on #F3EDE9 background.


Related colors

Complementary color

Complementary color for #hex is #0C1216.


I love getcolorcode.com

Triadic colors

1 #E9F3ED and #EDE9F3 with #F3EDE9 are triadic colors.

2 #E9EDF3 and #EDF3E9 with #F3EDE9 are triadic colors.