COLOR #F1F6DB

HEX: #F1F6DB
RGB: (241,246,219)

Color info

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

RGB color model

#F1F6DB color RGB value is (241,246,219).

  • red value is 241;
  • green value is 246;
  • blue value is 219.
RGB:
(241,246,219)
(95%,96%,86%)

RGB channels and saturation

R 241 of 255 = 95%
G 246 of 255 = 96%
B 219 of 255 = 86%

241
246
219

R + G + B ~ 92%. #F1F6DB is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 246 + 219 = 706 (100%)
R 241 of 706 ~ 34.14%
G 246 of 706 ~ 34.84%
B 219 of 706 ~ 31.02%

%34.14
%34.84
%31.02

CMYK color model

#F1F6DB color CMYK value is (2,0,11,4).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(2,0,11,4)
C2M0Y11K4 
(2%,0%,11%,4%)
(0.02/0.00/0.11/0.04)	

CMYK percentages

%2.03
%0
%10.98
%3.53

Codes

Color #F1F6DB in popluar color models

F1F6DB
RGB241246219
HSL71°60.00%91.18%
HSB/HSV71°10.98%96.47%
CMYK2.03%0.00%10.98%
3.53%

Color #F1F6DB in popluar number systems.

HEXF1F6DB
Decimal241246219
Binary111100011111011011011011
Octal361366333

Shades and tints

Shades of #F1F6DB

#F1F6DB
(241,246,219)
#DCE0C8
(220,224,200)
#C7CAB5
(199,202,181)
#B2B4A2
(178,180,162)
#9D9E8F
(157,158,143)
#88887C
(136,136,124)
#737269
(115,114,105)
#5E5C56
(94,92,86)
#494643
(73,70,67)
#343030
(52,48,48)
#1F1A1D
(31,26,29)
#000000
(0,0,0)

Tints of #F1F6DB

#F1F6DB
(241,246,219)
#F2F6DE
(242,246,222)
#F3F6E1
(243,246,225)
#F4F6E4
(244,246,228)
#F5F6E7
(245,246,231)
#F6F6EA
(246,246,234)
#F7F6ED
(247,246,237)
#F8F6F0
(248,246,240)
#F9F6F3
(249,246,243)
#FAF6F6
(250,246,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F6DB color. Also use rgb(241,246,219) instead hex code.

Text Font Color

.myTextColor { color: #F1F6DB; }

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

This text font color is #F1F6DB.


Background Color

.myBgColor { background-color: #F1F6DB; }

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

This div background color is #F1F6DB.


Border color

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

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

This div border color is #F1F6DB.


Opacity

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

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

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

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

This text has shadow with #F1F6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F6DB on black background.


Color preview on white background

This text has color #F1F6DB on white background.



Black color preview on #F1F6DB background

This text has black color on #F1F6DB background.


White color preview on #F1F6DB background

This text has white color on #F1F6DB background.