COLOR #F8CAA6

HEX: #F8CAA6
RGB: (248,202,166)

Color info

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

RGB color model

#F8CAA6 color RGB value is (248,202,166).

  • red value is 248;
  • green value is 202;
  • blue value is 166.
RGB:
(248,202,166)
(97%,79%,65%)

RGB channels and saturation

R 248 of 255 = 97%
G 202 of 255 = 79%
B 166 of 255 = 65%

248
202
166

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

Portions of RGB colors in percentages

R + G + B =
248 + 202 + 166 = 616 (100%)
R 248 of 616 ~ 40.26%
G 202 of 616 ~ 32.79%
B 166 of 616 ~ 26.95%

%40.26
%32.79
%26.95

CMYK color model

#F8CAA6 color CMYK value is (0,19,33,3).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 33.06%
  • key color value is 2.75%
CMYK:
(0,19,33,3)
C0M19Y33K3 
(0%,19%,33%,3%)
(0.00/0.19/0.33/0.03)	

CMYK percentages

%0
%18.55
%33.06
%2.75

Codes

Color #F8CAA6 in popluar color models

F8CAA6
RGB248202166
HSL26°85.42%81.18%
HSB/HSV26°33.06%97.25%
CMYK0.00%18.55%33.06%
2.75%

Color #F8CAA6 in popluar number systems.

HEXF8CAA6
Decimal248202166
Binary111110001100101010100110
Octal370312246

Shades and tints

Shades of #F8CAA6

#F8CAA6
(248,202,166)
#E2B897
(226,184,151)
#CCA688
(204,166,136)
#B69479
(182,148,121)
#A0826A
(160,130,106)
#8A705B
(138,112,91)
#745E4C
(116,94,76)
#5E4C3D
(94,76,61)
#483A2E
(72,58,46)
#32281F
(50,40,31)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #F8CAA6

#F8CAA6
(248,202,166)
#F8CEAE
(248,206,174)
#F8D2B6
(248,210,182)
#F8D6BE
(248,214,190)
#F8DAC6
(248,218,198)
#F8DECE
(248,222,206)
#F8E2D6
(248,226,214)
#F8E6DE
(248,230,222)
#F8EAE6
(248,234,230)
#F8EEEE
(248,238,238)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CAA6 color. Also use rgb(248,202,166) instead hex code.

Text Font Color

.myTextColor { color: #F8CAA6; }

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

This text font color is #F8CAA6.


Background Color

.myBgColor { background-color: #F8CAA6; }

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

This div background color is #F8CAA6.


Border color

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

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

This div border color is #F8CAA6.


Opacity

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

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

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

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

This text has shadow with #F8CAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CAA6 on black background.


Color preview on white background

This text has color #F8CAA6 on white background.



Black color preview on #F8CAA6 background

This text has black color on #F8CAA6 background.


White color preview on #F8CAA6 background

This text has white color on #F8CAA6 background.