COLOR #F8C2A2

HEX: #F8C2A2
RGB: (248,194,162)

Color info

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

RGB color model

#F8C2A2 color RGB value is (248,194,162).

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

RGB channels and saturation

R 248 of 255 = 97%
G 194 of 255 = 76%
B 162 of 255 = 64%

248
194
162

R + G + B ~ 79%. #F8C2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 194 + 162 = 604 (100%)
R 248 of 604 ~ 41.06%
G 194 of 604 ~ 32.12%
B 162 of 604 ~ 26.82%

%41.06
%32.12
%26.82

CMYK color model

#F8C2A2 color CMYK value is (0,22,35,3).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 34.68%
  • key color value is 2.75%
CMYK:
(0,22,35,3)
C0M22Y35K3 
(0%,22%,35%,3%)
(0.00/0.22/0.35/0.03)	

CMYK percentages

%0
%21.77
%34.68
%2.75

Codes

Color #F8C2A2 in popluar color models

F8C2A2
RGB248194162
HSL22°86.00%80.39%
HSB/HSV22°34.68%97.25%
CMYK0.00%21.77%34.68%
2.75%

Color #F8C2A2 in popluar number systems.

HEXF8C2A2
Decimal248194162
Binary111110001100001010100010
Octal370302242

Shades and tints

Shades of #F8C2A2

#F8C2A2
(248,194,162)
#E2B194
(226,177,148)
#CCA086
(204,160,134)
#B68F78
(182,143,120)
#A07E6A
(160,126,106)
#8A6D5C
(138,109,92)
#745C4E
(116,92,78)
#5E4B40
(94,75,64)
#483A32
(72,58,50)
#322924
(50,41,36)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #F8C2A2

#F8C2A2
(248,194,162)
#F8C7AA
(248,199,170)
#F8CCB2
(248,204,178)
#F8D1BA
(248,209,186)
#F8D6C2
(248,214,194)
#F8DBCA
(248,219,202)
#F8E0D2
(248,224,210)
#F8E5DA
(248,229,218)
#F8EAE2
(248,234,226)
#F8EFEA
(248,239,234)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C2A2; }

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

This text font color is #F8C2A2.


Background Color

.myBgColor { background-color: #F8C2A2; }

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

This div background color is #F8C2A2.


Border color

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

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

This div border color is #F8C2A2.


Opacity

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

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

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

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

This text has shadow with #F8C2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C2A2 on black background.


Color preview on white background

This text has color #F8C2A2 on white background.



Black color preview on #F8C2A2 background

This text has black color on #F8C2A2 background.


White color preview on #F8C2A2 background

This text has white color on #F8C2A2 background.