COLOR #F8F2B9

HEX: #F8F2B9
RGB: (248,242,185)

Color info

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

RGB color model

#F8F2B9 color RGB value is (248,242,185).

  • red value is 248;
  • green value is 242;
  • blue value is 185.
RGB:
(248,242,185)
(97%,95%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 242 of 255 = 95%
B 185 of 255 = 73%

248
242
185

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

Portions of RGB colors in percentages

R + G + B =
248 + 242 + 185 = 675 (100%)
R 248 of 675 ~ 36.74%
G 242 of 675 ~ 35.85%
B 185 of 675 ~ 27.41%

%36.74
%35.85
%27.41

CMYK color model

#F8F2B9 color CMYK value is (0,2,25,3).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 25.40%
  • key color value is 2.75%
CMYK:
(0,2,25,3)
C0M2Y25K3 
(0%,2%,25%,3%)
(0.00/0.02/0.25/0.03)	

CMYK percentages

%0
%2.42
%25.4
%2.75

Codes

Color #F8F2B9 in popluar color models

F8F2B9
RGB248242185
HSL54°81.82%84.90%
HSB/HSV54°25.40%97.25%
CMYK0.00%2.42%25.40%
2.75%

Color #F8F2B9 in popluar number systems.

HEXF8F2B9
Decimal248242185
Binary111110001111001010111001
Octal370362271

Shades and tints

Shades of #F8F2B9

#F8F2B9
(248,242,185)
#E2DCA9
(226,220,169)
#CCC699
(204,198,153)
#B6B089
(182,176,137)
#A09A79
(160,154,121)
#8A8469
(138,132,105)
#746E59
(116,110,89)
#5E5849
(94,88,73)
#484239
(72,66,57)
#322C29
(50,44,41)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #F8F2B9

#F8F2B9
(248,242,185)
#F8F3BF
(248,243,191)
#F8F4C5
(248,244,197)
#F8F5CB
(248,245,203)
#F8F6D1
(248,246,209)
#F8F7D7
(248,247,215)
#F8F8DD
(248,248,221)
#F8F9E3
(248,249,227)
#F8FAE9
(248,250,233)
#F8FBEF
(248,251,239)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F2B9 color. Also use rgb(248,242,185) instead hex code.

Text Font Color

.myTextColor { color: #F8F2B9; }

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

This text font color is #F8F2B9.


Background Color

.myBgColor { background-color: #F8F2B9; }

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

This div background color is #F8F2B9.


Border color

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

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

This div border color is #F8F2B9.


Opacity

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

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

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

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

This text has shadow with #F8F2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F2B9 on black background.


Color preview on white background

This text has color #F8F2B9 on white background.



Black color preview on #F8F2B9 background

This text has black color on #F8F2B9 background.


White color preview on #F8F2B9 background

This text has white color on #F8F2B9 background.