COLOR #F1E4BD

HEX: #F1E4BD
RGB: (241,228,189)

Color info

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

RGB color model

#F1E4BD color RGB value is (241,228,189).

  • red value is 241;
  • green value is 228;
  • blue value is 189.
RGB:
(241,228,189)
(95%,89%,74%)

RGB channels and saturation

R 241 of 255 = 95%
G 228 of 255 = 89%
B 189 of 255 = 74%

241
228
189

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

Portions of RGB colors in percentages

R + G + B =
241 + 228 + 189 = 658 (100%)
R 241 of 658 ~ 36.63%
G 228 of 658 ~ 34.65%
B 189 of 658 ~ 28.72%

%36.63
%34.65
%28.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,5,22,5)
C0M5Y22K5 
(0%,5%,22%,5%)
(0.00/0.05/0.22/0.05)	

CMYK percentages

%0
%5.39
%21.58
%5.49

Codes

Color #F1E4BD in popluar color models

F1E4BD
RGB241228189
HSL45°65.00%84.31%
HSB/HSV45°21.58%94.51%
CMYK0.00%5.39%21.58%
5.49%

Color #F1E4BD in popluar number systems.

HEXF1E4BD
Decimal241228189
Binary111100011110010010111101
Octal361344275

Shades and tints

Shades of #F1E4BD

#F1E4BD
(241,228,189)
#DCD0AC
(220,208,172)
#C7BC9B
(199,188,155)
#B2A88A
(178,168,138)
#9D9479
(157,148,121)
#888068
(136,128,104)
#736C57
(115,108,87)
#5E5846
(94,88,70)
#494435
(73,68,53)
#343024
(52,48,36)
#1F1C13
(31,28,19)
#000000
(0,0,0)

Tints of #F1E4BD

#F1E4BD
(241,228,189)
#F2E6C3
(242,230,195)
#F3E8C9
(243,232,201)
#F4EACF
(244,234,207)
#F5ECD5
(245,236,213)
#F6EEDB
(246,238,219)
#F7F0E1
(247,240,225)
#F8F2E7
(248,242,231)
#F9F4ED
(249,244,237)
#FAF6F3
(250,246,243)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E4BD color. Also use rgb(241,228,189) instead hex code.

Text Font Color

.myTextColor { color: #F1E4BD; }

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

This text font color is #F1E4BD.


Background Color

.myBgColor { background-color: #F1E4BD; }

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

This div background color is #F1E4BD.


Border color

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

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

This div border color is #F1E4BD.


Opacity

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

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

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

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

This text has shadow with #F1E4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E4BD on black background.


Color preview on white background

This text has color #F1E4BD on white background.



Black color preview on #F1E4BD background

This text has black color on #F1E4BD background.


White color preview on #F1E4BD background

This text has white color on #F1E4BD background.