COLOR #F8C7AB

HEX: #F8C7AB
RGB: (248,199,171)

Color info

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

RGB color model

#F8C7AB color RGB value is (248,199,171).

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

RGB channels and saturation

R 248 of 255 = 97%
G 199 of 255 = 78%
B 171 of 255 = 67%

248
199
171

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

Portions of RGB colors in percentages

R + G + B =
248 + 199 + 171 = 618 (100%)
R 248 of 618 ~ 40.13%
G 199 of 618 ~ 32.2%
B 171 of 618 ~ 27.67%

%40.13
%32.2
%27.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 31.05%
  • key color value is 2.75%
CMYK:
(0,20,31,3)
C0M20Y31K3 
(0%,20%,31%,3%)
(0.00/0.20/0.31/0.03)	

CMYK percentages

%0
%19.76
%31.05
%2.75

Codes

Color #F8C7AB in popluar color models

F8C7AB
RGB248199171
HSL22°84.62%82.16%
HSB/HSV22°31.05%97.25%
CMYK0.00%19.76%31.05%
2.75%

Color #F8C7AB in popluar number systems.

HEXF8C7AB
Decimal248199171
Binary111110001100011110101011
Octal370307253

Shades and tints

Shades of #F8C7AB

#F8C7AB
(248,199,171)
#E2B59C
(226,181,156)
#CCA38D
(204,163,141)
#B6917E
(182,145,126)
#A07F6F
(160,127,111)
#8A6D60
(138,109,96)
#745B51
(116,91,81)
#5E4942
(94,73,66)
#483733
(72,55,51)
#322524
(50,37,36)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #F8C7AB

#F8C7AB
(248,199,171)
#F8CCB2
(248,204,178)
#F8D1B9
(248,209,185)
#F8D6C0
(248,214,192)
#F8DBC7
(248,219,199)
#F8E0CE
(248,224,206)
#F8E5D5
(248,229,213)
#F8EADC
(248,234,220)
#F8EFE3
(248,239,227)
#F8F4EA
(248,244,234)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C7AB; }

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

This text font color is #F8C7AB.


Background Color

.myBgColor { background-color: #F8C7AB; }

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

This div background color is #F8C7AB.


Border color

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

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

This div border color is #F8C7AB.


Opacity

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

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

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

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

This text has shadow with #F8C7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C7AB on black background.


Color preview on white background

This text has color #F8C7AB on white background.



Black color preview on #F8C7AB background

This text has black color on #F8C7AB background.


White color preview on #F8C7AB background

This text has white color on #F8C7AB background.