COLOR #F1E2C4

HEX: #F1E2C4
RGB: (241,226,196)

Color info

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

RGB color model

#F1E2C4 color RGB value is (241,226,196).

  • red value is 241;
  • green value is 226;
  • blue value is 196.
RGB:
(241,226,196)
(95%,89%,77%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 196 of 255 = 77%

241
226
196

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

Portions of RGB colors in percentages

R + G + B =
241 + 226 + 196 = 663 (100%)
R 241 of 663 ~ 36.35%
G 226 of 663 ~ 34.09%
B 196 of 663 ~ 29.56%

%36.35
%34.09
%29.56

CMYK color model

#F1E2C4 color CMYK value is (0,6,19,5).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 18.67%
  • key color value is 5.49%
CMYK:
(0,6,19,5)
C0M6Y19K5 
(0%,6%,19%,5%)
(0.00/0.06/0.19/0.05)	

CMYK percentages

%0
%6.22
%18.67
%5.49

Codes

Color #F1E2C4 in popluar color models

F1E2C4
RGB241226196
HSL40°61.64%85.69%
HSB/HSV40°18.67%94.51%
CMYK0.00%6.22%18.67%
5.49%

Color #F1E2C4 in popluar number systems.

HEXF1E2C4
Decimal241226196
Binary111100011110001011000100
Octal361342304

Shades and tints

Shades of #F1E2C4

#F1E2C4
(241,226,196)
#DCCEB3
(220,206,179)
#C7BAA2
(199,186,162)
#B2A691
(178,166,145)
#9D9280
(157,146,128)
#887E6F
(136,126,111)
#736A5E
(115,106,94)
#5E564D
(94,86,77)
#49423C
(73,66,60)
#342E2B
(52,46,43)
#1F1A1A
(31,26,26)
#000000
(0,0,0)

Tints of #F1E2C4

#F1E2C4
(241,226,196)
#F2E4C9
(242,228,201)
#F3E6CE
(243,230,206)
#F4E8D3
(244,232,211)
#F5EAD8
(245,234,216)
#F6ECDD
(246,236,221)
#F7EEE2
(247,238,226)
#F8F0E7
(248,240,231)
#F9F2EC
(249,242,236)
#FAF4F1
(250,244,241)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E2C4 color. Also use rgb(241,226,196) instead hex code.

Text Font Color

.myTextColor { color: #F1E2C4; }

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

This text font color is #F1E2C4.


Background Color

.myBgColor { background-color: #F1E2C4; }

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

This div background color is #F1E2C4.


Border color

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

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

This div border color is #F1E2C4.


Opacity

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

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

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

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

This text has shadow with #F1E2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E2C4 on black background.


Color preview on white background

This text has color #F1E2C4 on white background.



Black color preview on #F1E2C4 background

This text has black color on #F1E2C4 background.


White color preview on #F1E2C4 background

This text has white color on #F1E2C4 background.