COLOR #F1DEC4

HEX: #F1DEC4
RGB: (241,222,196)

Color info

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

RGB color model

#F1DEC4 color RGB value is (241,222,196).

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

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 196 of 255 = 77%

241
222
196

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

Portions of RGB colors in percentages

R + G + B =
241 + 222 + 196 = 659 (100%)
R 241 of 659 ~ 36.57%
G 222 of 659 ~ 33.69%
B 196 of 659 ~ 29.74%

%36.57
%33.69
%29.74

CMYK color model

#F1DEC4 color CMYK value is (0,8,19,5).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 18.67%
  • key color value is 5.49%
CMYK:
(0,8,19,5)
C0M8Y19K5 
(0%,8%,19%,5%)
(0.00/0.08/0.19/0.05)	

CMYK percentages

%0
%7.88
%18.67
%5.49

Codes

Color #F1DEC4 in popluar color models

F1DEC4
RGB241222196
HSL35°61.64%85.69%
HSB/HSV35°18.67%94.51%
CMYK0.00%7.88%18.67%
5.49%

Color #F1DEC4 in popluar number systems.

HEXF1DEC4
Decimal241222196
Binary111100011101111011000100
Octal361336304

Shades and tints

Shades of #F1DEC4

#F1DEC4
(241,222,196)
#DCCAB3
(220,202,179)
#C7B6A2
(199,182,162)
#B2A291
(178,162,145)
#9D8E80
(157,142,128)
#887A6F
(136,122,111)
#73665E
(115,102,94)
#5E524D
(94,82,77)
#493E3C
(73,62,60)
#342A2B
(52,42,43)
#1F161A
(31,22,26)
#000000
(0,0,0)

Tints of #F1DEC4

#F1DEC4
(241,222,196)
#F2E1C9
(242,225,201)
#F3E4CE
(243,228,206)
#F4E7D3
(244,231,211)
#F5EAD8
(245,234,216)
#F6EDDD
(246,237,221)
#F7F0E2
(247,240,226)
#F8F3E7
(248,243,231)
#F9F6EC
(249,246,236)
#FAF9F1
(250,249,241)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DEC4; }

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

This text font color is #F1DEC4.


Background Color

.myBgColor { background-color: #F1DEC4; }

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

This div background color is #F1DEC4.


Border color

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

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

This div border color is #F1DEC4.


Opacity

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

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

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

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

This text has shadow with #F1DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DEC4 on black background.


Color preview on white background

This text has color #F1DEC4 on white background.



Black color preview on #F1DEC4 background

This text has black color on #F1DEC4 background.


White color preview on #F1DEC4 background

This text has white color on #F1DEC4 background.