COLOR #F8AFAC

HEX: #F8AFAC
RGB: (248,175,172)

Color info

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

RGB color model

#F8AFAC color RGB value is (248,175,172).

  • red value is 248;
  • green value is 175;
  • blue value is 172.
RGB:
(248,175,172)
(97%,69%,67%)

RGB channels and saturation

R 248 of 255 = 97%
G 175 of 255 = 69%
B 172 of 255 = 67%

248
175
172

R + G + B ~ 78%. #F8AFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 175 + 172 = 595 (100%)
R 248 of 595 ~ 41.68%
G 175 of 595 ~ 29.41%
B 172 of 595 ~ 28.91%

%41.68
%29.41
%28.91

CMYK color model

#F8AFAC color CMYK value is (0,29,31,3).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 30.65%
  • key color value is 2.75%
CMYK:
(0,29,31,3)
C0M29Y31K3 
(0%,29%,31%,3%)
(0.00/0.29/0.31/0.03)	

CMYK percentages

%0
%29.44
%30.65
%2.75

Codes

Color #F8AFAC in popluar color models

F8AFAC
RGB248175172
HSL84.44%82.35%
HSB/HSV30.65%97.25%
CMYK0.00%29.44%30.65%
2.75%

Color #F8AFAC in popluar number systems.

HEXF8AFAC
Decimal248175172
Binary111110001010111110101100
Octal370257254

Shades and tints

Shades of #F8AFAC

#F8AFAC
(248,175,172)
#E2A09D
(226,160,157)
#CC918E
(204,145,142)
#B6827F
(182,130,127)
#A07370
(160,115,112)
#8A6461
(138,100,97)
#745552
(116,85,82)
#5E4643
(94,70,67)
#483734
(72,55,52)
#322825
(50,40,37)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #F8AFAC

#F8AFAC
(248,175,172)
#F8B6B3
(248,182,179)
#F8BDBA
(248,189,186)
#F8C4C1
(248,196,193)
#F8CBC8
(248,203,200)
#F8D2CF
(248,210,207)
#F8D9D6
(248,217,214)
#F8E0DD
(248,224,221)
#F8E7E4
(248,231,228)
#F8EEEB
(248,238,235)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8AFAC color. Also use rgb(248,175,172) instead hex code.

Text Font Color

.myTextColor { color: #F8AFAC; }

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

This text font color is #F8AFAC.


Background Color

.myBgColor { background-color: #F8AFAC; }

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

This div background color is #F8AFAC.


Border color

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

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

This div border color is #F8AFAC.


Opacity

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

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

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

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

This text has shadow with #F8AFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AFAC on black background.


Color preview on white background

This text has color #F8AFAC on white background.



Black color preview on #F8AFAC background

This text has black color on #F8AFAC background.


White color preview on #F8AFAC background

This text has white color on #F8AFAC background.