COLOR #F8AEEC

HEX: #F8AEEC RGB: (248,174,236)

Color info

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

RGB color model

#F8AEEC color RGB value is (248,174,236).

RGB: (248,174,236) (97%, 68%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 174 of 255 = 68%
B 236 of 255 = 93%

248
174
236

R + G + B ~ 86%. #F8AEEC is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 174 + 236 = 658 (100%)
R 248 of 658 ~ 37.69%
G 174 of 658 ~ 26.44%
B 236 of 658 ~ 35.87'%

%37.69
%26.44
%35.87

CMYK color model

#F8AEEC color CMYK value is (0,30,5,3).

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

CMYK: (0,30,5,3)
C0M30Y5K3 (0%, 30%, 5%, 3%)
(0.00 / 0.30 / 0.05 / 0.03)

CMYK percentages

%0
%29.84
%4.84
%2.75

Codes

Color #F8AEEC in popluar color models

F8 AE EC
RGB 248 174 236
HSL 310° 84.09% 82.75%
HSB/HSV 310° 29.84% 97.25%
CMYK 0.00% 29.84% 4.84%
2.75%

Color #F8AEEC in popluar number systems.

HEX F8 AE EC
Decimal 248 174 236
Binary 11111000 10101110 11101100
Octal 370 256 354

Shades and tints

Shades of #F8AEEC

#F8AEEC
(248,174,236)
#E29FD7
(226,159,215)
#CC90C2
(204,144,194)
#B681AD
(182,129,173)
#A07298
(160,114,152)
#8A6383
(138,99,131)
#74546E
(116,84,110)
#5E4559
(94,69,89)
#483644
(72,54,68)
#32272F
(50,39,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #F8AEEC

#F8AEEC
(248,174,236)
#F8B5ED
(248,181,237)
#F8BCEE
(248,188,238)
#F8C3EF
(248,195,239)
#F8CAF0
(248,202,240)
#F8D1F1
(248,209,241)
#F8D8F2
(248,216,242)
#F8DFF3
(248,223,243)
#F8E6F4
(248,230,244)
#F8EDF5
(248,237,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8AEEC; }

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

This text font color is #F8AEEC.

Background Color

.myBgColor { background-color: #F8AEEC; }

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

This div background color is #F8AEEC.

Border color

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

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

This div border color is #F8AEEC.

Opacity

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

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

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

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

This text has shadow with #F8AEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8AEEC.

Preview

Color preview on black background

This text has color #F8AEEC on black background.


Color preview on white background

This text has color #F8AEEC on white background.


Black color preview on #F8AEEC background

This text has black color on #F8AEEC background.


White color preview on #F8AEEC background

This text has white color on #F8AEEC background.


Related colors

Complementary color

Complementary color for #hex is #075113.


I love getcolorcode.com

Triadic colors

1 #ECF8AE and #AEECF8 with #F8AEEC are triadic colors.

2 #ECAEF8 and #AEF8EC with #F8AEEC are triadic colors.