COLOR #F1FAB0

HEX: #F1FAB0
RGB: (241,250,176)

Color info

#F1FAB0 contains mainly red and green colors. Web safe color of #F1FAB0 is #FFFF99 (or #FF9).

RGB color model

#F1FAB0 color RGB value is (241,250,176).

  • red value is 241;
  • green value is 250;
  • blue value is 176.
RGB:
(241,250,176)
(95%,98%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 250 of 255 = 98%
B 176 of 255 = 69%

241
250
176

R + G + B ~ 87%. #F1FAB0 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 250 + 176 = 667 (100%)
R 241 of 667 ~ 36.13%
G 250 of 667 ~ 37.48%
B 176 of 667 ~ 26.39%

%36.13
%37.48
%26.39

CMYK color model

#F1FAB0 color CMYK value is (4,0,30,2).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(4,0,30,2)
C4M0Y30K2 
(4%,0%,30%,2%)
(0.04/0.00/0.30/0.02)	

CMYK percentages

%3.6
%0
%29.6
%1.96

Codes

Color #F1FAB0 in popluar color models

F1FAB0
RGB241250176
HSL67°88.10%83.53%
HSB/HSV67°29.60%98.04%
CMYK3.60%0.00%29.60%
1.96%

Color #F1FAB0 in popluar number systems.

HEXF1FAB0
Decimal241250176
Binary111100011111101010110000
Octal361372260

Shades and tints

Shades of #F1FAB0

#F1FAB0
(241,250,176)
#DCE4A0
(220,228,160)
#C7CE90
(199,206,144)
#B2B880
(178,184,128)
#9DA270
(157,162,112)
#888C60
(136,140,96)
#737650
(115,118,80)
#5E6040
(94,96,64)
#494A30
(73,74,48)
#343420
(52,52,32)
#1F1E10
(31,30,16)
#000000
(0,0,0)

Tints of #F1FAB0

#F1FAB0
(241,250,176)
#F2FAB7
(242,250,183)
#F3FABE
(243,250,190)
#F4FAC5
(244,250,197)
#F5FACC
(245,250,204)
#F6FAD3
(246,250,211)
#F7FADA
(247,250,218)
#F8FAE1
(248,250,225)
#F9FAE8
(249,250,232)
#FAFAEF
(250,250,239)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FAB0 color. Also use rgb(241,250,176) instead hex code.

Text Font Color

.myTextColor { color: #F1FAB0; }

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

This text font color is #F1FAB0.


Background Color

.myBgColor { background-color: #F1FAB0; }

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

This div background color is #F1FAB0.


Border color

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

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

This div border color is #F1FAB0.


Opacity

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

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

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

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

This text has shadow with #F1FAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FAB0 on black background.


Color preview on white background

This text has color #F1FAB0 on white background.



Black color preview on #F1FAB0 background

This text has black color on #F1FAB0 background.


White color preview on #F1FAB0 background

This text has white color on #F1FAB0 background.