COLOR #F8F1AB

HEX: #F8F1AB
RGB: (248,241,171)

Color info

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

RGB color model

#F8F1AB color RGB value is (248,241,171).

  • red value is 248;
  • green value is 241;
  • blue value is 171.
RGB:
(248,241,171)
(97%,95%,67%)

RGB channels and saturation

R 248 of 255 = 97%
G 241 of 255 = 95%
B 171 of 255 = 67%

248
241
171

R + G + B ~ 86%. #F8F1AB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 241 + 171 = 660 (100%)
R 248 of 660 ~ 37.58%
G 241 of 660 ~ 36.52%
B 171 of 660 ~ 25.91%

%37.58
%36.52
%25.91

CMYK color model

#F8F1AB color CMYK value is (0,3,31,3).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 31.05%
  • key color value is 2.75%
CMYK:
(0,3,31,3)
C0M3Y31K3 
(0%,3%,31%,3%)
(0.00/0.03/0.31/0.03)	

CMYK percentages

%0
%2.82
%31.05
%2.75

Codes

Color #F8F1AB in popluar color models

F8F1AB
RGB248241171
HSL55°84.62%82.16%
HSB/HSV55°31.05%97.25%
CMYK0.00%2.82%31.05%
2.75%

Color #F8F1AB in popluar number systems.

HEXF8F1AB
Decimal248241171
Binary111110001111000110101011
Octal370361253

Shades and tints

Shades of #F8F1AB

#F8F1AB
(248,241,171)
#E2DC9C
(226,220,156)
#CCC78D
(204,199,141)
#B6B27E
(182,178,126)
#A09D6F
(160,157,111)
#8A8860
(138,136,96)
#747351
(116,115,81)
#5E5E42
(94,94,66)
#484933
(72,73,51)
#323424
(50,52,36)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #F8F1AB

#F8F1AB
(248,241,171)
#F8F2B2
(248,242,178)
#F8F3B9
(248,243,185)
#F8F4C0
(248,244,192)
#F8F5C7
(248,245,199)
#F8F6CE
(248,246,206)
#F8F7D5
(248,247,213)
#F8F8DC
(248,248,220)
#F8F9E3
(248,249,227)
#F8FAEA
(248,250,234)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F1AB color. Also use rgb(248,241,171) instead hex code.

Text Font Color

.myTextColor { color: #F8F1AB; }

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

This text font color is #F8F1AB.


Background Color

.myBgColor { background-color: #F8F1AB; }

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

This div background color is #F8F1AB.


Border color

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

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

This div border color is #F8F1AB.


Opacity

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

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

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

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

This text has shadow with #F8F1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F1AB on black background.


Color preview on white background

This text has color #F8F1AB on white background.



Black color preview on #F8F1AB background

This text has black color on #F8F1AB background.


White color preview on #F8F1AB background

This text has white color on #F8F1AB background.