COLOR #F8C4A9

HEX: #F8C4A9
RGB: (248,196,169)

Color info

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

RGB color model

#F8C4A9 color RGB value is (248,196,169).

  • red value is 248;
  • green value is 196;
  • blue value is 169.
RGB:
(248,196,169)
(97%,77%,66%)

RGB channels and saturation

R 248 of 255 = 97%
G 196 of 255 = 77%
B 169 of 255 = 66%

248
196
169

R + G + B ~ 80%. #F8C4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 196 + 169 = 613 (100%)
R 248 of 613 ~ 40.46%
G 196 of 613 ~ 31.97%
B 169 of 613 ~ 27.57%

%40.46
%31.97
%27.57

CMYK color model

#F8C4A9 color CMYK value is (0,21,32,3).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 31.85%
  • key color value is 2.75%
CMYK:
(0,21,32,3)
C0M21Y32K3 
(0%,21%,32%,3%)
(0.00/0.21/0.32/0.03)	

CMYK percentages

%0
%20.97
%31.85
%2.75

Codes

Color #F8C4A9 in popluar color models

F8C4A9
RGB248196169
HSL21°84.95%81.76%
HSB/HSV21°31.85%97.25%
CMYK0.00%20.97%31.85%
2.75%

Color #F8C4A9 in popluar number systems.

HEXF8C4A9
Decimal248196169
Binary111110001100010010101001
Octal370304251

Shades and tints

Shades of #F8C4A9

#F8C4A9
(248,196,169)
#E2B39A
(226,179,154)
#CCA28B
(204,162,139)
#B6917C
(182,145,124)
#A0806D
(160,128,109)
#8A6F5E
(138,111,94)
#745E4F
(116,94,79)
#5E4D40
(94,77,64)
#483C31
(72,60,49)
#322B22
(50,43,34)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #F8C4A9

#F8C4A9
(248,196,169)
#F8C9B0
(248,201,176)
#F8CEB7
(248,206,183)
#F8D3BE
(248,211,190)
#F8D8C5
(248,216,197)
#F8DDCC
(248,221,204)
#F8E2D3
(248,226,211)
#F8E7DA
(248,231,218)
#F8ECE1
(248,236,225)
#F8F1E8
(248,241,232)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C4A9 color. Also use rgb(248,196,169) instead hex code.

Text Font Color

.myTextColor { color: #F8C4A9; }

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

This text font color is #F8C4A9.


Background Color

.myBgColor { background-color: #F8C4A9; }

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

This div background color is #F8C4A9.


Border color

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

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

This div border color is #F8C4A9.


Opacity

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

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

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

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

This text has shadow with #F8C4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C4A9 on black background.


Color preview on white background

This text has color #F8C4A9 on white background.



Black color preview on #F8C4A9 background

This text has black color on #F8C4A9 background.


White color preview on #F8C4A9 background

This text has white color on #F8C4A9 background.