COLOR #F8A6AE

HEX: #F8A6AE
RGB: (248,166,174)

Color info

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

RGB color model

#F8A6AE color RGB value is (248,166,174).

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

RGB channels and saturation

R 248 of 255 = 97%
G 166 of 255 = 65%
B 174 of 255 = 68%

248
166
174

R + G + B ~ 77%. #F8A6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 166 + 174 = 588 (100%)
R 248 of 588 ~ 42.18%
G 166 of 588 ~ 28.23%
B 174 of 588 ~ 29.59%

%42.18
%28.23
%29.59

CMYK color model

#F8A6AE color CMYK value is (0,33,30,3).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(0,33,30,3)
C0M33Y30K3 
(0%,33%,30%,3%)
(0.00/0.33/0.30/0.03)	

CMYK percentages

%0
%33.06
%29.84
%2.75

Codes

Color #F8A6AE in popluar color models

F8A6AE
RGB248166174
HSL354°85.42%81.18%
HSB/HSV354°33.06%97.25%
CMYK0.00%33.06%29.84%
2.75%

Color #F8A6AE in popluar number systems.

HEXF8A6AE
Decimal248166174
Binary111110001010011010101110
Octal370246256

Shades and tints

Shades of #F8A6AE

#F8A6AE
(248,166,174)
#E2979F
(226,151,159)
#CC8890
(204,136,144)
#B67981
(182,121,129)
#A06A72
(160,106,114)
#8A5B63
(138,91,99)
#744C54
(116,76,84)
#5E3D45
(94,61,69)
#482E36
(72,46,54)
#321F27
(50,31,39)
#1C1018
(28,16,24)
#000000
(0,0,0)

Tints of #F8A6AE

#F8A6AE
(248,166,174)
#F8AEB5
(248,174,181)
#F8B6BC
(248,182,188)
#F8BEC3
(248,190,195)
#F8C6CA
(248,198,202)
#F8CED1
(248,206,209)
#F8D6D8
(248,214,216)
#F8DEDF
(248,222,223)
#F8E6E6
(248,230,230)
#F8EEED
(248,238,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A6AE; }

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

This text font color is #F8A6AE.


Background Color

.myBgColor { background-color: #F8A6AE; }

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

This div background color is #F8A6AE.


Border color

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

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

This div border color is #F8A6AE.


Opacity

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

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

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

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

This text has shadow with #F8A6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A6AE on black background.


Color preview on white background

This text has color #F8A6AE on white background.



Black color preview on #F8A6AE background

This text has black color on #F8A6AE background.


White color preview on #F8A6AE background

This text has white color on #F8A6AE background.