COLOR #F1EDD6

HEX: #F1EDD6 RGB: (241,237,214)

Color info

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

RGB color model

#F1EDD6 color RGB value is (241,237,214).

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

RGB channels and saturation

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

241
237
214

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

Portions of RGB colors in percentages

R + G + B = 241 + 237 + 214 = 692 (100%)
R 241 of 692 ~ 34.83%
G 237 of 692 ~ 34.25%
B 214 of 692 ~ 30.92'%

%34.83
%34.25
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 11.20%
  • key color value is 5.49%

CMYK: (0,2,11,5)
C0M2Y11K5 (0%, 2%, 11%, 5%)
(0.00 / 0.02 / 0.11 / 0.05)

CMYK percentages

%0
%1.66
%11.2
%5.49

Codes

Color #F1EDD6 in popluar color models

F1 ED D6
RGB 241 237 214
HSL 51° 49.09% 89.22%
HSB/HSV 51° 11.20% 94.51%
CMYK 0.00% 1.66% 11.20%
5.49%

Color #F1EDD6 in popluar number systems.

HEX F1 ED D6
Decimal 241 237 214
Binary 11110001 11101101 11010110
Octal 361 355 326

Shades and tints

Shades of #F1EDD6

#F1EDD6
(241,237,214)
#DCD8C3
(220,216,195)
#C7C3B0
(199,195,176)
#B2AE9D
(178,174,157)
#9D998A
(157,153,138)
#888477
(136,132,119)
#736F64
(115,111,100)
#5E5A51
(94,90,81)
#49453E
(73,69,62)
#34302B
(52,48,43)
#1F1B18
(31,27,24)
#000000
(0,0,0)

Tints of #F1EDD6

#F1EDD6
(241,237,214)
#F2EED9
(242,238,217)
#F3EFDC
(243,239,220)
#F4F0DF
(244,240,223)
#F5F1E2
(245,241,226)
#F6F2E5
(246,242,229)
#F7F3E8
(247,243,232)
#F8F4EB
(248,244,235)
#F9F5EE
(249,245,238)
#FAF6F1
(250,246,241)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDD6; }

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

This text font color is #F1EDD6.

Background Color

.myBgColor { background-color: #F1EDD6; }

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

This div background color is #F1EDD6.

Border color

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

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

This div border color is #F1EDD6.

Opacity

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

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

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

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

This text has shadow with #F1EDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EDD6.

Preview

Color preview on black background

This text has color #F1EDD6 on black background.


Color preview on white background

This text has color #F1EDD6 on white background.


Black color preview on #F1EDD6 background

This text has black color on #F1EDD6 background.


White color preview on #F1EDD6 background

This text has white color on #F1EDD6 background.


Related colors

Complementary color

Complementary color for #hex is #0E1229.


I love getcolorcode.com

Triadic colors

1 #D6F1ED and #EDD6F1 with #F1EDD6 are triadic colors.

2 #D6EDF1 and #EDF1D6 with #F1EDD6 are triadic colors.