COLOR #F1FBB6

HEX: #F1FBB6
RGB: (241,251,182)

Color info

#F1FBB6 contains mainly red and green colors. Web safe color of #F1FBB6 is #FFFFCC (or #FFC).

RGB color model

#F1FBB6 color RGB value is (241,251,182).

  • red value is 241;
  • green value is 251;
  • blue value is 182.
RGB:
(241,251,182)
(95%,98%,71%)

RGB channels and saturation

R 241 of 255 = 95%
G 251 of 255 = 98%
B 182 of 255 = 71%

241
251
182

R + G + B ~ 88%. #F1FBB6 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 251 + 182 = 674 (100%)
R 241 of 674 ~ 35.76%
G 251 of 674 ~ 37.24%
B 182 of 674 ~ 27%

%35.76
%37.24
%27

CMYK color model

#F1FBB6 color CMYK value is (4,0,27,2).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 1.57%
CMYK:
(4,0,27,2)
C4M0Y27K2 
(4%,0%,27%,2%)
(0.04/0.00/0.27/0.02)	

CMYK percentages

%3.98
%0
%27.49
%1.57

Codes

Color #F1FBB6 in popluar color models

F1FBB6
RGB241251182
HSL69°89.61%84.90%
HSB/HSV69°27.49%98.43%
CMYK3.98%0.00%27.49%
1.57%

Color #F1FBB6 in popluar number systems.

HEXF1FBB6
Decimal241251182
Binary111100011111101110110110
Octal361373266

Shades and tints

Shades of #F1FBB6

#F1FBB6
(241,251,182)
#DCE5A6
(220,229,166)
#C7CF96
(199,207,150)
#B2B986
(178,185,134)
#9DA376
(157,163,118)
#888D66
(136,141,102)
#737756
(115,119,86)
#5E6146
(94,97,70)
#494B36
(73,75,54)
#343526
(52,53,38)
#1F1F16
(31,31,22)
#000000
(0,0,0)

Tints of #F1FBB6

#F1FBB6
(241,251,182)
#F2FBBC
(242,251,188)
#F3FBC2
(243,251,194)
#F4FBC8
(244,251,200)
#F5FBCE
(245,251,206)
#F6FBD4
(246,251,212)
#F7FBDA
(247,251,218)
#F8FBE0
(248,251,224)
#F9FBE6
(249,251,230)
#FAFBEC
(250,251,236)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FBB6 color. Also use rgb(241,251,182) instead hex code.

Text Font Color

.myTextColor { color: #F1FBB6; }

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

This text font color is #F1FBB6.


Background Color

.myBgColor { background-color: #F1FBB6; }

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

This div background color is #F1FBB6.


Border color

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

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

This div border color is #F1FBB6.


Opacity

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

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

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

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

This text has shadow with #F1FBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FBB6 on black background.


Color preview on white background

This text has color #F1FBB6 on white background.



Black color preview on #F1FBB6 background

This text has black color on #F1FBB6 background.


White color preview on #F1FBB6 background

This text has white color on #F1FBB6 background.