COLOR #F1EDCB

HEX: #F1EDCB RGB: (241,237,203)

Color info

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

RGB color model

#F1EDCB color RGB value is (241,237,203).

RGB: (241,237,203) (95%, 93%, 80%)

RGB channels and saturation

R 241 of 255 = 95%
G 237 of 255 = 93%
B 203 of 255 = 80%

241
237
203

R + G + B ~ 89%. #F1EDCB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 237 + 203 = 681 (100%)
R 241 of 681 ~ 35.39%
G 237 of 681 ~ 34.8%
B 203 of 681 ~ 29.81'%

%35.39
%34.8
%29.81

CMYK color model

#F1EDCB color CMYK value is (0,2,16,5).

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

CMYK: (0,2,16,5)
C0M2Y16K5 (0%, 2%, 16%, 5%)
(0.00 / 0.02 / 0.16 / 0.05)

CMYK percentages

%0
%1.66
%15.77
%5.49

Codes

Color #F1EDCB in popluar color models

F1 ED CB
RGB 241 237 203
HSL 54° 57.58% 87.06%
HSB/HSV 54° 15.77% 94.51%
CMYK 0.00% 1.66% 15.77%
5.49%

Color #F1EDCB in popluar number systems.

HEX F1 ED CB
Decimal 241 237 203
Binary 11110001 11101101 11001011
Octal 361 355 313

Shades and tints

Shades of #F1EDCB

#F1EDCB
(241,237,203)
#DCD8B9
(220,216,185)
#C7C3A7
(199,195,167)
#B2AE95
(178,174,149)
#9D9983
(157,153,131)
#888471
(136,132,113)
#736F5F
(115,111,95)
#5E5A4D
(94,90,77)
#49453B
(73,69,59)
#343029
(52,48,41)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1EDCB

#F1EDCB
(241,237,203)
#F2EECF
(242,238,207)
#F3EFD3
(243,239,211)
#F4F0D7
(244,240,215)
#F5F1DB
(245,241,219)
#F6F2DF
(246,242,223)
#F7F3E3
(247,243,227)
#F8F4E7
(248,244,231)
#F9F5EB
(249,245,235)
#FAF6EF
(250,246,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDCB; }

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

This text font color is #F1EDCB.

Background Color

.myBgColor { background-color: #F1EDCB; }

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

This div background color is #F1EDCB.

Border color

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

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

This div border color is #F1EDCB.

Opacity

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

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

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

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

This text has shadow with #F1EDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EDCB.

Preview

Color preview on black background

This text has color #F1EDCB on black background.


Color preview on white background

This text has color #F1EDCB on white background.


Black color preview on #F1EDCB background

This text has black color on #F1EDCB background.


White color preview on #F1EDCB background

This text has white color on #F1EDCB background.


Related colors

Complementary color

Complementary color for #hex is #0E1234.


I love getcolorcode.com

Triadic colors

1 #CBF1ED and #EDCBF1 with #F1EDCB are triadic colors.

2 #CBEDF1 and #EDF1CB with #F1EDCB are triadic colors.