COLOR #F1CEA6

HEX: #F1CEA6
RGB: (241,206,166)

Color info

#F1CEA6 contains mainly red and green colors. Web safe color of #F1CEA6 is #FFCC99 (or #FC9).

RGB color model

#F1CEA6 color RGB value is (241,206,166).

  • red value is 241;
  • green value is 206;
  • blue value is 166.
RGB:
(241,206,166)
(95%,81%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 166 of 255 = 65%

241
206
166

R + G + B ~ 80%. #F1CEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 206 + 166 = 613 (100%)
R 241 of 613 ~ 39.31%
G 206 of 613 ~ 33.61%
B 166 of 613 ~ 27.08%

%39.31
%33.61
%27.08

CMYK color model

#F1CEA6 color CMYK value is (0,15,31,5).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 31.12%
  • key color value is 5.49%
CMYK:
(0,15,31,5)
C0M15Y31K5 
(0%,15%,31%,5%)
(0.00/0.15/0.31/0.05)	

CMYK percentages

%0
%14.52
%31.12
%5.49

Codes

Color #F1CEA6 in popluar color models

F1CEA6
RGB241206166
HSL32°72.82%79.80%
HSB/HSV32°31.12%94.51%
CMYK0.00%14.52%31.12%
5.49%

Color #F1CEA6 in popluar number systems.

HEXF1CEA6
Decimal241206166
Binary111100011100111010100110
Octal361316246

Shades and tints

Shades of #F1CEA6

#F1CEA6
(241,206,166)
#DCBC97
(220,188,151)
#C7AA88
(199,170,136)
#B29879
(178,152,121)
#9D866A
(157,134,106)
#88745B
(136,116,91)
#73624C
(115,98,76)
#5E503D
(94,80,61)
#493E2E
(73,62,46)
#342C1F
(52,44,31)
#1F1A10
(31,26,16)
#000000
(0,0,0)

Tints of #F1CEA6

#F1CEA6
(241,206,166)
#F2D2AE
(242,210,174)
#F3D6B6
(243,214,182)
#F4DABE
(244,218,190)
#F5DEC6
(245,222,198)
#F6E2CE
(246,226,206)
#F7E6D6
(247,230,214)
#F8EADE
(248,234,222)
#F9EEE6
(249,238,230)
#FAF2EE
(250,242,238)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CEA6 color. Also use rgb(241,206,166) instead hex code.

Text Font Color

.myTextColor { color: #F1CEA6; }

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

This text font color is #F1CEA6.


Background Color

.myBgColor { background-color: #F1CEA6; }

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

This div background color is #F1CEA6.


Border color

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

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

This div border color is #F1CEA6.


Opacity

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

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

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

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

This text has shadow with #F1CEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CEA6 on black background.


Color preview on white background

This text has color #F1CEA6 on white background.



Black color preview on #F1CEA6 background

This text has black color on #F1CEA6 background.


White color preview on #F1CEA6 background

This text has white color on #F1CEA6 background.