COLOR #F8D4B1

HEX: #F8D4B1
RGB: (248,212,177)

Color info

#F8D4B1 contains mainly red and green colors. Web safe color of #F8D4B1 is #FFCC99 (or #FC9).

RGB color model

#F8D4B1 color RGB value is (248,212,177).

  • red value is 248;
  • green value is 212;
  • blue value is 177.
RGB:
(248,212,177)
(97%,83%,69%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 177 of 255 = 69%

248
212
177

R + G + B ~ 83%. #F8D4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 212 + 177 = 637 (100%)
R 248 of 637 ~ 38.93%
G 212 of 637 ~ 33.28%
B 177 of 637 ~ 27.79%

%38.93
%33.28
%27.79

CMYK color model

#F8D4B1 color CMYK value is (0,15,29,3).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(0,15,29,3)
C0M15Y29K3 
(0%,15%,29%,3%)
(0.00/0.15/0.29/0.03)	

CMYK percentages

%0
%14.52
%28.63
%2.75

Codes

Color #F8D4B1 in popluar color models

F8D4B1
RGB248212177
HSL30°83.53%83.33%
HSB/HSV30°28.63%97.25%
CMYK0.00%14.52%28.63%
2.75%

Color #F8D4B1 in popluar number systems.

HEXF8D4B1
Decimal248212177
Binary111110001101010010110001
Octal370324261

Shades and tints

Shades of #F8D4B1

#F8D4B1
(248,212,177)
#E2C1A1
(226,193,161)
#CCAE91
(204,174,145)
#B69B81
(182,155,129)
#A08871
(160,136,113)
#8A7561
(138,117,97)
#746251
(116,98,81)
#5E4F41
(94,79,65)
#483C31
(72,60,49)
#322921
(50,41,33)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #F8D4B1

#F8D4B1
(248,212,177)
#F8D7B8
(248,215,184)
#F8DABF
(248,218,191)
#F8DDC6
(248,221,198)
#F8E0CD
(248,224,205)
#F8E3D4
(248,227,212)
#F8E6DB
(248,230,219)
#F8E9E2
(248,233,226)
#F8ECE9
(248,236,233)
#F8EFF0
(248,239,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D4B1 color. Also use rgb(248,212,177) instead hex code.

Text Font Color

.myTextColor { color: #F8D4B1; }

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

This text font color is #F8D4B1.


Background Color

.myBgColor { background-color: #F8D4B1; }

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

This div background color is #F8D4B1.


Border color

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

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

This div border color is #F8D4B1.


Opacity

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

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

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

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

This text has shadow with #F8D4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D4B1 on black background.


Color preview on white background

This text has color #F8D4B1 on white background.



Black color preview on #F8D4B1 background

This text has black color on #F8D4B1 background.


White color preview on #F8D4B1 background

This text has white color on #F8D4B1 background.