COLOR #F8C5B1

HEX: #F8C5B1
RGB: (248,197,177)

Color info

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

RGB color model

#F8C5B1 color RGB value is (248,197,177).

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

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 177 of 255 = 69%

248
197
177

R + G + B ~ 81%. #F8C5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 197 + 177 = 622 (100%)
R 248 of 622 ~ 39.87%
G 197 of 622 ~ 31.67%
B 177 of 622 ~ 28.46%

%39.87
%31.67
%28.46

CMYK color model

#F8C5B1 color CMYK value is (0,21,29,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(0,21,29,3)
C0M21Y29K3 
(0%,21%,29%,3%)
(0.00/0.21/0.29/0.03)	

CMYK percentages

%0
%20.56
%28.63
%2.75

Codes

Color #F8C5B1 in popluar color models

F8C5B1
RGB248197177
HSL17°83.53%83.33%
HSB/HSV17°28.63%97.25%
CMYK0.00%20.56%28.63%
2.75%

Color #F8C5B1 in popluar number systems.

HEXF8C5B1
Decimal248197177
Binary111110001100010110110001
Octal370305261

Shades and tints

Shades of #F8C5B1

#F8C5B1
(248,197,177)
#E2B4A1
(226,180,161)
#CCA391
(204,163,145)
#B69281
(182,146,129)
#A08171
(160,129,113)
#8A7061
(138,112,97)
#745F51
(116,95,81)
#5E4E41
(94,78,65)
#483D31
(72,61,49)
#322C21
(50,44,33)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #F8C5B1

#F8C5B1
(248,197,177)
#F8CAB8
(248,202,184)
#F8CFBF
(248,207,191)
#F8D4C6
(248,212,198)
#F8D9CD
(248,217,205)
#F8DED4
(248,222,212)
#F8E3DB
(248,227,219)
#F8E8E2
(248,232,226)
#F8EDE9
(248,237,233)
#F8F2F0
(248,242,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C5B1; }

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

This text font color is #F8C5B1.


Background Color

.myBgColor { background-color: #F8C5B1; }

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

This div background color is #F8C5B1.


Border color

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

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

This div border color is #F8C5B1.


Opacity

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

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

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

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

This text has shadow with #F8C5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C5B1 on black background.


Color preview on white background

This text has color #F8C5B1 on white background.



Black color preview on #F8C5B1 background

This text has black color on #F8C5B1 background.


White color preview on #F8C5B1 background

This text has white color on #F8C5B1 background.