COLOR #F8AFAE

HEX: #F8AFAE
RGB: (248,175,174)

Color info

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

RGB color model

#F8AFAE color RGB value is (248,175,174).

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

RGB channels and saturation

R 248 of 255 = 97%
G 175 of 255 = 69%
B 174 of 255 = 68%

248
175
174

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

Portions of RGB colors in percentages

R + G + B =
248 + 175 + 174 = 597 (100%)
R 248 of 597 ~ 41.54%
G 175 of 597 ~ 29.31%
B 174 of 597 ~ 29.15%

%41.54
%29.31
%29.15

CMYK color model

#F8AFAE color CMYK value is (0,29,30,3).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(0,29,30,3)
C0M29Y30K3 
(0%,29%,30%,3%)
(0.00/0.29/0.30/0.03)	

CMYK percentages

%0
%29.44
%29.84
%2.75

Codes

Color #F8AFAE in popluar color models

F8AFAE
RGB248175174
HSL84.09%82.75%
HSB/HSV29.84%97.25%
CMYK0.00%29.44%29.84%
2.75%

Color #F8AFAE in popluar number systems.

HEXF8AFAE
Decimal248175174
Binary111110001010111110101110
Octal370257256

Shades and tints

Shades of #F8AFAE

#F8AFAE
(248,175,174)
#E2A09F
(226,160,159)
#CC9190
(204,145,144)
#B68281
(182,130,129)
#A07372
(160,115,114)
#8A6463
(138,100,99)
#745554
(116,85,84)
#5E4645
(94,70,69)
#483736
(72,55,54)
#322827
(50,40,39)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #F8AFAE

#F8AFAE
(248,175,174)
#F8B6B5
(248,182,181)
#F8BDBC
(248,189,188)
#F8C4C3
(248,196,195)
#F8CBCA
(248,203,202)
#F8D2D1
(248,210,209)
#F8D9D8
(248,217,216)
#F8E0DF
(248,224,223)
#F8E7E6
(248,231,230)
#F8EEED
(248,238,237)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AFAE; }

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

This text font color is #F8AFAE.


Background Color

.myBgColor { background-color: #F8AFAE; }

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

This div background color is #F8AFAE.


Border color

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

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

This div border color is #F8AFAE.


Opacity

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

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

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

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

This text has shadow with #F8AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AFAE on black background.


Color preview on white background

This text has color #F8AFAE on white background.



Black color preview on #F8AFAE background

This text has black color on #F8AFAE background.


White color preview on #F8AFAE background

This text has white color on #F8AFAE background.