COLOR #F8F1BD

HEX: #F8F1BD
RGB: (248,241,189)

Color info

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

RGB color model

#F8F1BD color RGB value is (248,241,189).

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

RGB channels and saturation

R 248 of 255 = 97%
G 241 of 255 = 95%
B 189 of 255 = 74%

248
241
189

R + G + B ~ 89%. #F8F1BD is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 241 + 189 = 678 (100%)
R 248 of 678 ~ 36.58%
G 241 of 678 ~ 35.55%
B 189 of 678 ~ 27.88%

%36.58
%35.55
%27.88

CMYK color model

#F8F1BD color CMYK value is (0,3,24,3).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 23.79%
  • key color value is 2.75%
CMYK:
(0,3,24,3)
C0M3Y24K3 
(0%,3%,24%,3%)
(0.00/0.03/0.24/0.03)	

CMYK percentages

%0
%2.82
%23.79
%2.75

Codes

Color #F8F1BD in popluar color models

F8F1BD
RGB248241189
HSL53°80.82%85.69%
HSB/HSV53°23.79%97.25%
CMYK0.00%2.82%23.79%
2.75%

Color #F8F1BD in popluar number systems.

HEXF8F1BD
Decimal248241189
Binary111110001111000110111101
Octal370361275

Shades and tints

Shades of #F8F1BD

#F8F1BD
(248,241,189)
#E2DCAC
(226,220,172)
#CCC79B
(204,199,155)
#B6B28A
(182,178,138)
#A09D79
(160,157,121)
#8A8868
(138,136,104)
#747357
(116,115,87)
#5E5E46
(94,94,70)
#484935
(72,73,53)
#323424
(50,52,36)
#1C1F13
(28,31,19)
#000000
(0,0,0)

Tints of #F8F1BD

#F8F1BD
(248,241,189)
#F8F2C3
(248,242,195)
#F8F3C9
(248,243,201)
#F8F4CF
(248,244,207)
#F8F5D5
(248,245,213)
#F8F6DB
(248,246,219)
#F8F7E1
(248,247,225)
#F8F8E7
(248,248,231)
#F8F9ED
(248,249,237)
#F8FAF3
(248,250,243)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F1BD; }

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

This text font color is #F8F1BD.


Background Color

.myBgColor { background-color: #F8F1BD; }

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

This div background color is #F8F1BD.


Border color

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

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

This div border color is #F8F1BD.


Opacity

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

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

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

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

This text has shadow with #F8F1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F1BD on black background.


Color preview on white background

This text has color #F8F1BD on white background.



Black color preview on #F8F1BD background

This text has black color on #F8F1BD background.


White color preview on #F8F1BD background

This text has white color on #F8F1BD background.