COLOR #F8AEFA

HEX: #F8AEFA
RGB: (248,174,250)

Color info

#F8AEFA contains mainly red and blue colors. Web safe color of #F8AEFA is #FF99FF (or #F9F).

RGB color model

#F8AEFA color RGB value is (248,174,250).

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

RGB channels and saturation

R 248 of 255 = 97%
G 174 of 255 = 68%
B 250 of 255 = 98%

248
174
250

R + G + B ~ 88%. #F8AEFA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 174 + 250 = 672 (100%)
R 248 of 672 ~ 36.9%
G 174 of 672 ~ 25.89%
B 250 of 672 ~ 37.2%

%36.9
%25.89
%37.2

CMYK color model

#F8AEFA color CMYK value is (1,30,0,2).

  • cyan value is 0.80%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,30,0,2)
C1M30Y0K2 
(1%,30%,0%,2%)
(0.01/0.30/0.00/0.02)	

CMYK percentages

%0.8
%30.4
%0
%1.96

Codes

Color #F8AEFA in popluar color models

F8AEFA
RGB248174250
HSL298°88.37%83.14%
HSB/HSV298°30.40%98.04%
CMYK0.80%30.40%0.00%
1.96%

Color #F8AEFA in popluar number systems.

HEXF8AEFA
Decimal248174250
Binary111110001010111011111010
Octal370256372

Shades and tints

Shades of #F8AEFA

#F8AEFA
(248,174,250)
#E29FE4
(226,159,228)
#CC90CE
(204,144,206)
#B681B8
(182,129,184)
#A072A2
(160,114,162)
#8A638C
(138,99,140)
#745476
(116,84,118)
#5E4560
(94,69,96)
#48364A
(72,54,74)
#322734
(50,39,52)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #F8AEFA

#F8AEFA
(248,174,250)
#F8B5FA
(248,181,250)
#F8BCFA
(248,188,250)
#F8C3FA
(248,195,250)
#F8CAFA
(248,202,250)
#F8D1FA
(248,209,250)
#F8D8FA
(248,216,250)
#F8DFFA
(248,223,250)
#F8E6FA
(248,230,250)
#F8EDFA
(248,237,250)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AEFA; }

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

This text font color is #F8AEFA.


Background Color

.myBgColor { background-color: #F8AEFA; }

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

This div background color is #F8AEFA.


Border color

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

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

This div border color is #F8AEFA.


Opacity

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

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

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

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

This text has shadow with #F8AEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AEFA on black background.


Color preview on white background

This text has color #F8AEFA on white background.



Black color preview on #F8AEFA background

This text has black color on #F8AEFA background.


White color preview on #F8AEFA background

This text has white color on #F8AEFA background.