COLOR #F1ECB4

HEX: #F1ECB4
RGB: (241,236,180)

Color info

#F1ECB4 contains mainly red and green colors. Web safe color of #F1ECB4 is #FFFFCC (or #FFC).

RGB color model

#F1ECB4 color RGB value is (241,236,180).

  • red value is 241;
  • green value is 236;
  • blue value is 180.
RGB:
(241,236,180)
(95%,93%,71%)

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 180 of 255 = 71%

241
236
180

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

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 180 = 657 (100%)
R 241 of 657 ~ 36.68%
G 236 of 657 ~ 35.92%
B 180 of 657 ~ 27.4%

%36.68
%35.92
%27.4

CMYK color model

#F1ECB4 color CMYK value is (0,2,25,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(0,2,25,5)
C0M2Y25K5 
(0%,2%,25%,5%)
(0.00/0.02/0.25/0.05)	

CMYK percentages

%0
%2.07
%25.31
%5.49

Codes

Color #F1ECB4 in popluar color models

F1ECB4
RGB241236180
HSL55°68.54%82.55%
HSB/HSV55°25.31%94.51%
CMYK0.00%2.07%25.31%
5.49%

Color #F1ECB4 in popluar number systems.

HEXF1ECB4
Decimal241236180
Binary111100011110110010110100
Octal361354264

Shades and tints

Shades of #F1ECB4

#F1ECB4
(241,236,180)
#DCD7A4
(220,215,164)
#C7C294
(199,194,148)
#B2AD84
(178,173,132)
#9D9874
(157,152,116)
#888364
(136,131,100)
#736E54
(115,110,84)
#5E5944
(94,89,68)
#494434
(73,68,52)
#342F24
(52,47,36)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #F1ECB4

#F1ECB4
(241,236,180)
#F2EDBA
(242,237,186)
#F3EEC0
(243,238,192)
#F4EFC6
(244,239,198)
#F5F0CC
(245,240,204)
#F6F1D2
(246,241,210)
#F7F2D8
(247,242,216)
#F8F3DE
(248,243,222)
#F9F4E4
(249,244,228)
#FAF5EA
(250,245,234)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ECB4 color. Also use rgb(241,236,180) instead hex code.

Text Font Color

.myTextColor { color: #F1ECB4; }

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

This text font color is #F1ECB4.


Background Color

.myBgColor { background-color: #F1ECB4; }

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

This div background color is #F1ECB4.


Border color

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

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

This div border color is #F1ECB4.


Opacity

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

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

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

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

This text has shadow with #F1ECB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ECB4 on black background.


Color preview on white background

This text has color #F1ECB4 on white background.



Black color preview on #F1ECB4 background

This text has black color on #F1ECB4 background.


White color preview on #F1ECB4 background

This text has white color on #F1ECB4 background.