COLOR #F8AEB1

HEX: #F8AEB1
RGB: (248,174,177)

Color info

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

RGB color model

#F8AEB1 color RGB value is (248,174,177).

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

RGB channels and saturation

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

248
174
177

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

Portions of RGB colors in percentages

R + G + B =
248 + 174 + 177 = 599 (100%)
R 248 of 599 ~ 41.4%
G 174 of 599 ~ 29.05%
B 177 of 599 ~ 29.55%

%41.4
%29.05
%29.55

CMYK color model

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

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

CMYK percentages

%0
%29.84
%28.63
%2.75

Codes

Color #F8AEB1 in popluar color models

F8AEB1
RGB248174177
HSL358°84.09%82.75%
HSB/HSV358°29.84%97.25%
CMYK0.00%29.84%28.63%
2.75%

Color #F8AEB1 in popluar number systems.

HEXF8AEB1
Decimal248174177
Binary111110001010111010110001
Octal370256261

Shades and tints

Shades of #F8AEB1

#F8AEB1
(248,174,177)
#E29FA1
(226,159,161)
#CC9091
(204,144,145)
#B68181
(182,129,129)
#A07271
(160,114,113)
#8A6361
(138,99,97)
#745451
(116,84,81)
#5E4541
(94,69,65)
#483631
(72,54,49)
#322721
(50,39,33)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #F8AEB1

#F8AEB1
(248,174,177)
#F8B5B8
(248,181,184)
#F8BCBF
(248,188,191)
#F8C3C6
(248,195,198)
#F8CACD
(248,202,205)
#F8D1D4
(248,209,212)
#F8D8DB
(248,216,219)
#F8DFE2
(248,223,226)
#F8E6E9
(248,230,233)
#F8EDF0
(248,237,240)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AEB1; }

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

This text font color is #F8AEB1.


Background Color

.myBgColor { background-color: #F8AEB1; }

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

This div background color is #F8AEB1.


Border color

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

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

This div border color is #F8AEB1.


Opacity

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

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

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

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

This text has shadow with #F8AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AEB1 on black background.


Color preview on white background

This text has color #F8AEB1 on white background.



Black color preview on #F8AEB1 background

This text has black color on #F8AEB1 background.


White color preview on #F8AEB1 background

This text has white color on #F8AEB1 background.