COLOR #F1ECA3

HEX: #F1ECA3
RGB: (241,236,163)

Color info

#F1ECA3 contains mainly red and green colors. Web safe color of #F1ECA3 is #FFFF99 (or #FF9).

RGB color model

#F1ECA3 color RGB value is (241,236,163).

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

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 163 of 255 = 64%

241
236
163

R + G + B ~ 84%. #F1ECA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 163 = 640 (100%)
R 241 of 640 ~ 37.66%
G 236 of 640 ~ 36.88%
B 163 of 640 ~ 25.47%

%37.66
%36.88
%25.47

CMYK color model

#F1ECA3 color CMYK value is (0,2,32,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,2,32,5)
C0M2Y32K5 
(0%,2%,32%,5%)
(0.00/0.02/0.32/0.05)	

CMYK percentages

%0
%2.07
%32.37
%5.49

Codes

Color #F1ECA3 in popluar color models

F1ECA3
RGB241236163
HSL56°73.58%79.22%
HSB/HSV56°32.37%94.51%
CMYK0.00%2.07%32.37%
5.49%

Color #F1ECA3 in popluar number systems.

HEXF1ECA3
Decimal241236163
Binary111100011110110010100011
Octal361354243

Shades and tints

Shades of #F1ECA3

#F1ECA3
(241,236,163)
#DCD795
(220,215,149)
#C7C287
(199,194,135)
#B2AD79
(178,173,121)
#9D986B
(157,152,107)
#88835D
(136,131,93)
#736E4F
(115,110,79)
#5E5941
(94,89,65)
#494433
(73,68,51)
#342F25
(52,47,37)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #F1ECA3

#F1ECA3
(241,236,163)
#F2EDAB
(242,237,171)
#F3EEB3
(243,238,179)
#F4EFBB
(244,239,187)
#F5F0C3
(245,240,195)
#F6F1CB
(246,241,203)
#F7F2D3
(247,242,211)
#F8F3DB
(248,243,219)
#F9F4E3
(249,244,227)
#FAF5EB
(250,245,235)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1ECA3; }

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

This text font color is #F1ECA3.


Background Color

.myBgColor { background-color: #F1ECA3; }

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

This div background color is #F1ECA3.


Border color

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

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

This div border color is #F1ECA3.


Opacity

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

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

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

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

This text has shadow with #F1ECA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ECA3 on black background.


Color preview on white background

This text has color #F1ECA3 on white background.



Black color preview on #F1ECA3 background

This text has black color on #F1ECA3 background.


White color preview on #F1ECA3 background

This text has white color on #F1ECA3 background.