COLOR #F8AEBE

HEX: #F8AEBE
RGB: (248,174,190)

Color info

#F8AEBE contains mainly red and blue colors. Web safe color of #F8AEBE is #FF99CC (or #F9C).

RGB color model

#F8AEBE color RGB value is (248,174,190).

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

RGB channels and saturation

R 248 of 255 = 97%
G 174 of 255 = 68%
B 190 of 255 = 75%

248
174
190

R + G + B ~ 80%. #F8AEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 174 + 190 = 612 (100%)
R 248 of 612 ~ 40.52%
G 174 of 612 ~ 28.43%
B 190 of 612 ~ 31.05%

%40.52
%28.43
%31.05

CMYK color model

#F8AEBE color CMYK value is (0,30,23,3).

  • cyan value is 0.00%
  • magenta value is 29.84%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK:
(0,30,23,3)
C0M30Y23K3 
(0%,30%,23%,3%)
(0.00/0.30/0.23/0.03)	

CMYK percentages

%0
%29.84
%23.39
%2.75

Codes

Color #F8AEBE in popluar color models

F8AEBE
RGB248174190
HSL347°84.09%82.75%
HSB/HSV347°29.84%97.25%
CMYK0.00%29.84%23.39%
2.75%

Color #F8AEBE in popluar number systems.

HEXF8AEBE
Decimal248174190
Binary111110001010111010111110
Octal370256276

Shades and tints

Shades of #F8AEBE

#F8AEBE
(248,174,190)
#E29FAD
(226,159,173)
#CC909C
(204,144,156)
#B6818B
(182,129,139)
#A0727A
(160,114,122)
#8A6369
(138,99,105)
#745458
(116,84,88)
#5E4547
(94,69,71)
#483636
(72,54,54)
#322725
(50,39,37)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #F8AEBE

#F8AEBE
(248,174,190)
#F8B5C3
(248,181,195)
#F8BCC8
(248,188,200)
#F8C3CD
(248,195,205)
#F8CAD2
(248,202,210)
#F8D1D7
(248,209,215)
#F8D8DC
(248,216,220)
#F8DFE1
(248,223,225)
#F8E6E6
(248,230,230)
#F8EDEB
(248,237,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AEBE; }

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

This text font color is #F8AEBE.


Background Color

.myBgColor { background-color: #F8AEBE; }

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

This div background color is #F8AEBE.


Border color

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

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

This div border color is #F8AEBE.


Opacity

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

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

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

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

This text has shadow with #F8AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AEBE on black background.


Color preview on white background

This text has color #F8AEBE on white background.



Black color preview on #F8AEBE background

This text has black color on #F8AEBE background.


White color preview on #F8AEBE background

This text has white color on #F8AEBE background.