COLOR #F3E0DD

HEX: #F3E0DD RGB: (243,224,221)

Color info

#F3E0DD contains red, green and blue colors in about the same proportion. Web safe color of #F3E0DD is #FFCCCC (or #FCC).

RGB color model

#F3E0DD color RGB value is (243,224,221).

RGB: (243,224,221) (95%, 88%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 224 of 255 = 88%
B 221 of 255 = 87%

243
224
221

R + G + B ~ 90%. #F3E0DD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 224 + 221 = 688 (100%)
R 243 of 688 ~ 35.32%
G 224 of 688 ~ 32.56%
B 221 of 688 ~ 32.12'%

%35.32
%32.56
%32.12

CMYK color model

#F3E0DD color CMYK value is (0,8,9,5).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK: (0,8,9,5) C0M8Y9K5 (0%,8%,9%,5%) (0.00/0.08/0.09/0.05) 

CMYK percentages

%0
%7.82
%9.05
%4.71

Codes

Color #F3E0DD in popluar color models

F3 E0 DD
RGB 243 224 221
HSL 47.83% 90.98%
HSB/HSV 9.05% 95.29%
CMYK 0.00% 7.82% 9.05%
4.71%

Color #F3E0DD in popluar number systems.

HEX F3 E0 DD
Decimal 243 224 221
Binary 11110011 11100000 11011101
Octal 363 340 335

Shades and tints

Shades of #F3E0DD

#F3E0DD
(243,224,221)
#DDCCC9
(221,204,201)
#C7B8B5
(199,184,181)
#B1A4A1
(177,164,161)
#9B908D
(155,144,141)
#857C79
(133,124,121)
#6F6865
(111,104,101)
#595451
(89,84,81)
#43403D
(67,64,61)
#2D2C29
(45,44,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #F3E0DD

#F3E0DD
(243,224,221)
#F4E2E0
(244,226,224)
#F5E4E3
(245,228,227)
#F6E6E6
(246,230,230)
#F7E8E9
(247,232,233)
#F8EAEC
(248,234,236)
#F9ECEF
(249,236,239)
#FAEEF2
(250,238,242)
#FBF0F5
(251,240,245)
#FCF2F8
(252,242,248)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E0DD; }

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

This text font color is #F3E0DD.

Background Color

.myBgColor { background-color: #F3E0DD; }

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

This div background color is #F3E0DD.

Border color

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

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

This div border color is #F3E0DD.

Opacity

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

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

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

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

This text has shadow with #F3E0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E0DD.

Preview

Color preview on black background

This text has color #F3E0DD on black background.


Color preview on white background

This text has color #F3E0DD on white background.


Black color preview on #F3E0DD background

This text has black color on #F3E0DD background.


White color preview on #F3E0DD background

This text has white color on #F3E0DD background.


Related colors

Complementary color

Complementary color for #hex is #0C1F22.


I love getcolorcode.com

Triadic colors

1 #DDF3E0 and #E0DDF3 with #F3E0DD are triadic colors.

2 #DDE0F3 and #E0F3DD with #F3E0DD are triadic colors.