COLOR #F1EDBC

HEX: #F1EDBC RGB: (241,237,188)

Color info

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

RGB color model

#F1EDBC color RGB value is (241,237,188).

RGB: (241,237,188) (95%, 93%, 74%)

RGB channels and saturation

R 241 of 255 = 95%
G 237 of 255 = 93%
B 188 of 255 = 74%

241
237
188

R + G + B ~ 87%. #F1EDBC is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 237 + 188 = 666 (100%)
R 241 of 666 ~ 36.19%
G 237 of 666 ~ 35.59%
B 188 of 666 ~ 28.23'%

%36.19
%35.59
%28.23

CMYK color model

#F1EDBC color CMYK value is (0,2,22,5).

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

CMYK: (0,2,22,5)
C0M2Y22K5 (0%, 2%, 22%, 5%)
(0.00 / 0.02 / 0.22 / 0.05)

CMYK percentages

%0
%1.66
%21.99
%5.49

Codes

Color #F1EDBC in popluar color models

F1 ED BC
RGB 241 237 188
HSL 55° 65.43% 84.12%
HSB/HSV 55° 21.99% 94.51%
CMYK 0.00% 1.66% 21.99%
5.49%

Color #F1EDBC in popluar number systems.

HEX F1 ED BC
Decimal 241 237 188
Binary 11110001 11101101 10111100
Octal 361 355 274

Shades and tints

Shades of #F1EDBC

#F1EDBC
(241,237,188)
#DCD8AB
(220,216,171)
#C7C39A
(199,195,154)
#B2AE89
(178,174,137)
#9D9978
(157,153,120)
#888467
(136,132,103)
#736F56
(115,111,86)
#5E5A45
(94,90,69)
#494534
(73,69,52)
#343023
(52,48,35)
#1F1B12
(31,27,18)
#000000
(0,0,0)

Tints of #F1EDBC

#F1EDBC
(241,237,188)
#F2EEC2
(242,238,194)
#F3EFC8
(243,239,200)
#F4F0CE
(244,240,206)
#F5F1D4
(245,241,212)
#F6F2DA
(246,242,218)
#F7F3E0
(247,243,224)
#F8F4E6
(248,244,230)
#F9F5EC
(249,245,236)
#FAF6F2
(250,246,242)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDBC; }

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

This text font color is #F1EDBC.

Background Color

.myBgColor { background-color: #F1EDBC; }

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

This div background color is #F1EDBC.

Border color

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

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

This div border color is #F1EDBC.

Opacity

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

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

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

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

This text has shadow with #F1EDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EDBC.

Preview

Color preview on black background

This text has color #F1EDBC on black background.


Color preview on white background

This text has color #F1EDBC on white background.


Black color preview on #F1EDBC background

This text has black color on #F1EDBC background.


White color preview on #F1EDBC background

This text has white color on #F1EDBC background.


Related colors

Complementary color

Complementary color for #hex is #0E1243.


I love getcolorcode.com

Triadic colors

1 #BCF1ED and #EDBCF1 with #F1EDBC are triadic colors.

2 #BCEDF1 and #EDF1BC with #F1EDBC are triadic colors.