COLOR #F3EDD6

HEX: #F3EDD6 RGB: (243,237,214)

Color info

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

RGB color model

#F3EDD6 color RGB value is (243,237,214).

RGB: (243,237,214) (95%, 93%, 84%)

RGB channels and saturation

R 243 of 255 = 95%
G 237 of 255 = 93%
B 214 of 255 = 84%

243
237
214

R + G + B ~ 91%. #F3EDD6 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 214 = 694 (100%)
R 243 of 694 ~ 35.01%
G 237 of 694 ~ 34.15%
B 214 of 694 ~ 30.84'%

%35.01
%34.15
%30.84

CMYK color model

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

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

CMYK: (0,2,12,5)
C0M2Y12K5 (0%, 2%, 12%, 5%)
(0.00 / 0.02 / 0.12 / 0.05)

CMYK percentages

%0
%2.47
%11.93
%4.71

Codes

Color #F3EDD6 in popluar color models

F3 ED D6
RGB 243 237 214
HSL 48° 54.72% 89.61%
HSB/HSV 48° 11.93% 95.29%
CMYK 0.00% 2.47% 11.93%
4.71%

Color #F3EDD6 in popluar number systems.

HEX F3 ED D6
Decimal 243 237 214
Binary 11110011 11101101 11010110
Octal 363 355 326

Shades and tints

Shades of #F3EDD6

#F3EDD6
(243,237,214)
#DDD8C3
(221,216,195)
#C7C3B0
(199,195,176)
#B1AE9D
(177,174,157)
#9B998A
(155,153,138)
#858477
(133,132,119)
#6F6F64
(111,111,100)
#595A51
(89,90,81)
#43453E
(67,69,62)
#2D302B
(45,48,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #F3EDD6

#F3EDD6
(243,237,214)
#F4EED9
(244,238,217)
#F5EFDC
(245,239,220)
#F6F0DF
(246,240,223)
#F7F1E2
(247,241,226)
#F8F2E5
(248,242,229)
#F9F3E8
(249,243,232)
#FAF4EB
(250,244,235)
#FBF5EE
(251,245,238)
#FCF6F1
(252,246,241)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDD6; }

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

This text font color is #F3EDD6.

Background Color

.myBgColor { background-color: #F3EDD6; }

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

This div background color is #F3EDD6.

Border color

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

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

This div border color is #F3EDD6.

Opacity

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

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

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

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

This text has shadow with #F3EDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EDD6.

Preview

Color preview on black background

This text has color #F3EDD6 on black background.


Color preview on white background

This text has color #F3EDD6 on white background.


Black color preview on #F3EDD6 background

This text has black color on #F3EDD6 background.


White color preview on #F3EDD6 background

This text has white color on #F3EDD6 background.


Related colors

Complementary color

Complementary color for #hex is #0C1229.


I love getcolorcode.com

Triadic colors

1 #D6F3ED and #EDD6F3 with #F3EDD6 are triadic colors.

2 #D6EDF3 and #EDF3D6 with #F3EDD6 are triadic colors.