COLOR #F8AEB4

HEX: #F8AEB4 RGB: (248,174,180)

Color info

#F8AEB4 contains mainly red color. Web safe color of #F8AEB4 is #FF99CC (or #F9C).

RGB color model

#F8AEB4 color RGB value is (248,174,180).

RGB: (248,174,180) (97%, 68%, 71%)

RGB channels and saturation

R 248 of 255 = 97%
G 174 of 255 = 68%
B 180 of 255 = 71%

248
174
180

R + G + B ~ 79%. #F8AEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 174 + 180 = 602 (100%)
R 248 of 602 ~ 41.2%
G 174 of 602 ~ 28.9%
B 180 of 602 ~ 29.9'%

%41.2
%28.9
%29.9

CMYK color model

#F8AEB4 color CMYK value is (0,30,27,3).

  • cyan value is 0.00%
  • magenta value is 29.84%
  • yellow value is 27.42%
  • key color value is 2.75%

CMYK: (0,30,27,3)
C0M30Y27K3 (0%, 30%, 27%, 3%)
(0.00 / 0.30 / 0.27 / 0.03)

CMYK percentages

%0
%29.84
%27.42
%2.75

Codes

Color #F8AEB4 in popluar color models

F8 AE B4
RGB 248 174 180
HSL 355° 84.09% 82.75%
HSB/HSV 355° 29.84% 97.25%
CMYK 0.00% 29.84% 27.42%
2.75%

Color #F8AEB4 in popluar number systems.

HEX F8 AE B4
Decimal 248 174 180
Binary 11111000 10101110 10110100
Octal 370 256 264

Shades and tints

Shades of #F8AEB4

#F8AEB4
(248,174,180)
#E29FA4
(226,159,164)
#CC9094
(204,144,148)
#B68184
(182,129,132)
#A07274
(160,114,116)
#8A6364
(138,99,100)
#745454
(116,84,84)
#5E4544
(94,69,68)
#483634
(72,54,52)
#322724
(50,39,36)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #F8AEB4

#F8AEB4
(248,174,180)
#F8B5BA
(248,181,186)
#F8BCC0
(248,188,192)
#F8C3C6
(248,195,198)
#F8CACC
(248,202,204)
#F8D1D2
(248,209,210)
#F8D8D8
(248,216,216)
#F8DFDE
(248,223,222)
#F8E6E4
(248,230,228)
#F8EDEA
(248,237,234)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AEB4; }

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

This text font color is #F8AEB4.

Background Color

.myBgColor { background-color: #F8AEB4; }

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

This div background color is #F8AEB4.

Border color

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

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

This div border color is #F8AEB4.

Opacity

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

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

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

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

This text has shadow with #F8AEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8AEB4.

Preview

Color preview on black background

This text has color #F8AEB4 on black background.


Color preview on white background

This text has color #F8AEB4 on white background.


Black color preview on #F8AEB4 background

This text has black color on #F8AEB4 background.


White color preview on #F8AEB4 background

This text has white color on #F8AEB4 background.


Related colors

Complementary color

Complementary color for #hex is #07514B.


I love getcolorcode.com

Triadic colors

1 #B4F8AE and #AEB4F8 with #F8AEB4 are triadic colors.

2 #B4AEF8 and #AEF8B4 with #F8AEB4 are triadic colors.