COLOR #F1E0BC

HEX: #F1E0BC RGB: (241,224,188)

Color info

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

RGB color model

#F1E0BC color RGB value is (241,224,188).

RGB: (241,224,188) (95%, 88%, 74%)

RGB channels and saturation

R 241 of 255 = 95%
G 224 of 255 = 88%
B 188 of 255 = 74%

241
224
188

R + G + B ~ 86%. #F1E0BC is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 224 + 188 = 653 (100%)
R 241 of 653 ~ 36.91%
G 224 of 653 ~ 34.3%
B 188 of 653 ~ 28.79'%

%36.91
%34.3
%28.79

CMYK color model

#F1E0BC color CMYK value is (0,7,22,5).

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

CMYK: (0,7,22,5)
C0M7Y22K5 (0%, 7%, 22%, 5%)
(0.00 / 0.07 / 0.22 / 0.05)

CMYK percentages

%0
%7.05
%21.99
%5.49

Codes

Color #F1E0BC in popluar color models

F1 E0 BC
RGB 241 224 188
HSL 41° 65.43% 84.12%
HSB/HSV 41° 21.99% 94.51%
CMYK 0.00% 7.05% 21.99%
5.49%

Color #F1E0BC in popluar number systems.

HEX F1 E0 BC
Decimal 241 224 188
Binary 11110001 11100000 10111100
Octal 361 340 274

Shades and tints

Shades of #F1E0BC

#F1E0BC
(241,224,188)
#DCCCAB
(220,204,171)
#C7B89A
(199,184,154)
#B2A489
(178,164,137)
#9D9078
(157,144,120)
#887C67
(136,124,103)
#736856
(115,104,86)
#5E5445
(94,84,69)
#494034
(73,64,52)
#342C23
(52,44,35)
#1F1812
(31,24,18)
#000000
(0,0,0)

Tints of #F1E0BC

#F1E0BC
(241,224,188)
#F2E2C2
(242,226,194)
#F3E4C8
(243,228,200)
#F4E6CE
(244,230,206)
#F5E8D4
(245,232,212)
#F6EADA
(246,234,218)
#F7ECE0
(247,236,224)
#F8EEE6
(248,238,230)
#F9F0EC
(249,240,236)
#FAF2F2
(250,242,242)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E0BC; }

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

This text font color is #F1E0BC.

Background Color

.myBgColor { background-color: #F1E0BC; }

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

This div background color is #F1E0BC.

Border color

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

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

This div border color is #F1E0BC.

Opacity

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

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

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

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

This text has shadow with #F1E0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E0BC.

Preview

Color preview on black background

This text has color #F1E0BC on black background.


Color preview on white background

This text has color #F1E0BC on white background.


Black color preview on #F1E0BC background

This text has black color on #F1E0BC background.


White color preview on #F1E0BC background

This text has white color on #F1E0BC background.


Related colors

Complementary color

Complementary color for #hex is #0E1F43.


I love getcolorcode.com

Triadic colors

1 #BCF1E0 and #E0BCF1 with #F1E0BC are triadic colors.

2 #BCE0F1 and #E0F1BC with #F1E0BC are triadic colors.