COLOR #F8A294

HEX: #F8A294
RGB: (248,162,148)

Color info

#F8A294 contains mainly red color. Web safe color of #F8A294 is #FF9999 (or #F99).

RGB color model

#F8A294 color RGB value is (248,162,148).

  • red value is 248;
  • green value is 162;
  • blue value is 148.
RGB:
(248,162,148)
(97%,64%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 162 of 255 = 64%
B 148 of 255 = 58%

248
162
148

R + G + B ~ 73%. #F8A294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 162 + 148 = 558 (100%)
R 248 of 558 ~ 44.44%
G 162 of 558 ~ 29.03%
B 148 of 558 ~ 26.52%

%44.44
%29.03
%26.52

CMYK color model

#F8A294 color CMYK value is (0,35,40,3).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 40.32%
  • key color value is 2.75%
CMYK:
(0,35,40,3)
C0M35Y40K3 
(0%,35%,40%,3%)
(0.00/0.35/0.40/0.03)	

CMYK percentages

%0
%34.68
%40.32
%2.75

Codes

Color #F8A294 in popluar color models

F8A294
RGB248162148
HSL87.72%77.65%
HSB/HSV40.32%97.25%
CMYK0.00%34.68%40.32%
2.75%

Color #F8A294 in popluar number systems.

HEXF8A294
Decimal248162148
Binary111110001010001010010100
Octal370242224

Shades and tints

Shades of #F8A294

#F8A294
(248,162,148)
#E29487
(226,148,135)
#CC867A
(204,134,122)
#B6786D
(182,120,109)
#A06A60
(160,106,96)
#8A5C53
(138,92,83)
#744E46
(116,78,70)
#5E4039
(94,64,57)
#48322C
(72,50,44)
#32241F
(50,36,31)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #F8A294

#F8A294
(248,162,148)
#F8AA9D
(248,170,157)
#F8B2A6
(248,178,166)
#F8BAAF
(248,186,175)
#F8C2B8
(248,194,184)
#F8CAC1
(248,202,193)
#F8D2CA
(248,210,202)
#F8DAD3
(248,218,211)
#F8E2DC
(248,226,220)
#F8EAE5
(248,234,229)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A294 color. Also use rgb(248,162,148) instead hex code.

Text Font Color

.myTextColor { color: #F8A294; }

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

This text font color is #F8A294.


Background Color

.myBgColor { background-color: #F8A294; }

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

This div background color is #F8A294.


Border color

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

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

This div border color is #F8A294.


Opacity

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

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

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

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

This text has shadow with #F8A294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A294 on black background.


Color preview on white background

This text has color #F8A294 on white background.



Black color preview on #F8A294 background

This text has black color on #F8A294 background.


White color preview on #F8A294 background

This text has white color on #F8A294 background.