COLOR #F3EEDD

HEX: #F3EEDD RGB: (243,238,221)

Color info

#F3EEDD contains red, green and blue colors in about the same proportion. Web safe color of #F3EEDD is #FFFFCC (or #FFC).

RGB color model

#F3EEDD color RGB value is (243,238,221).

RGB: (243,238,221) (95%, 93%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 238 of 255 = 93%
B 221 of 255 = 87%

243
238
221

R + G + B ~ 92%. #F3EEDD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 238 + 221 = 702 (100%)
R 243 of 702 ~ 34.62%
G 238 of 702 ~ 33.9%
B 221 of 702 ~ 31.48'%

%34.62
%33.9
%31.48

CMYK color model

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

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

CMYK: (0,2,9,5)
C0M2Y9K5 (0%, 2%, 9%, 5%)
(0.00 / 0.02 / 0.09 / 0.05)

CMYK percentages

%0
%2.06
%9.05
%4.71

Codes

Color #F3EEDD in popluar color models

F3 EE DD
RGB 243 238 221
HSL 46° 47.83% 90.98%
HSB/HSV 46° 9.05% 95.29%
CMYK 0.00% 2.06% 9.05%
4.71%

Color #F3EEDD in popluar number systems.

HEX F3 EE DD
Decimal 243 238 221
Binary 11110011 11101110 11011101
Octal 363 356 335

Shades and tints

Shades of #F3EEDD

#F3EEDD
(243,238,221)
#DDD9C9
(221,217,201)
#C7C4B5
(199,196,181)
#B1AFA1
(177,175,161)
#9B9A8D
(155,154,141)
#858579
(133,133,121)
#6F7065
(111,112,101)
#595B51
(89,91,81)
#43463D
(67,70,61)
#2D3129
(45,49,41)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #F3EEDD

#F3EEDD
(243,238,221)
#F4EFE0
(244,239,224)
#F5F0E3
(245,240,227)
#F6F1E6
(246,241,230)
#F7F2E9
(247,242,233)
#F8F3EC
(248,243,236)
#F9F4EF
(249,244,239)
#FAF5F2
(250,245,242)
#FBF6F5
(251,246,245)
#FCF7F8
(252,247,248)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EEDD; }

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

This text font color is #F3EEDD.

Background Color

.myBgColor { background-color: #F3EEDD; }

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

This div background color is #F3EEDD.

Border color

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

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

This div border color is #F3EEDD.

Opacity

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

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

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

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

This text has shadow with #F3EEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EEDD.

Preview

Color preview on black background

This text has color #F3EEDD on black background.


Color preview on white background

This text has color #F3EEDD on white background.


Black color preview on #F3EEDD background

This text has black color on #F3EEDD background.


White color preview on #F3EEDD background

This text has white color on #F3EEDD background.


Related colors

Complementary color

Complementary color for #hex is #0C1122.


I love getcolorcode.com

Triadic colors

1 #DDF3EE and #EEDDF3 with #F3EEDD are triadic colors.

2 #DDEEF3 and #EEF3DD with #F3EEDD are triadic colors.