COLOR #F1F5CE

HEX: #F1F5CE
RGB: (241,245,206)

Color info

#F1F5CE contains red, green and blue colors in about the same proportion. Web safe color of #F1F5CE is #FFFFCC (or #FFC).

RGB color model

#F1F5CE color RGB value is (241,245,206).

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

RGB channels and saturation

R 241 of 255 = 95%
G 245 of 255 = 96%
B 206 of 255 = 81%

241
245
206

R + G + B ~ 91%. #F1F5CE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 245 + 206 = 692 (100%)
R 241 of 692 ~ 34.83%
G 245 of 692 ~ 35.4%
B 206 of 692 ~ 29.77%

%34.83
%35.4
%29.77

CMYK color model

#F1F5CE color CMYK value is (2,0,16,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(2,0,16,4)
C2M0Y16K4 
(2%,0%,16%,4%)
(0.02/0.00/0.16/0.04)	

CMYK percentages

%1.63
%0
%15.92
%3.92

Codes

Color #F1F5CE in popluar color models

F1F5CE
RGB241245206
HSL66°66.10%88.43%
HSB/HSV66°15.92%96.08%
CMYK1.63%0.00%15.92%
3.92%

Color #F1F5CE in popluar number systems.

HEXF1F5CE
Decimal241245206
Binary111100011111010111001110
Octal361365316

Shades and tints

Shades of #F1F5CE

#F1F5CE
(241,245,206)
#DCDFBC
(220,223,188)
#C7C9AA
(199,201,170)
#B2B398
(178,179,152)
#9D9D86
(157,157,134)
#888774
(136,135,116)
#737162
(115,113,98)
#5E5B50
(94,91,80)
#49453E
(73,69,62)
#342F2C
(52,47,44)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #F1F5CE

#F1F5CE
(241,245,206)
#F2F5D2
(242,245,210)
#F3F5D6
(243,245,214)
#F4F5DA
(244,245,218)
#F5F5DE
(245,245,222)
#F6F5E2
(246,245,226)
#F7F5E6
(247,245,230)
#F8F5EA
(248,245,234)
#F9F5EE
(249,245,238)
#FAF5F2
(250,245,242)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F5CE; }

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

This text font color is #F1F5CE.


Background Color

.myBgColor { background-color: #F1F5CE; }

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

This div background color is #F1F5CE.


Border color

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

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

This div border color is #F1F5CE.


Opacity

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

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

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

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

This text has shadow with #F1F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F5CE on black background.


Color preview on white background

This text has color #F1F5CE on white background.



Black color preview on #F1F5CE background

This text has black color on #F1F5CE background.


White color preview on #F1F5CE background

This text has white color on #F1F5CE background.