COLOR #F9A8EC

HEX: #F9A8EC RGB: (249,168,236)

Color info

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

RGB color model

#F9A8EC color RGB value is (249,168,236).

RGB: (249,168,236) (98%, 66%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 168 of 255 = 66%
B 236 of 255 = 93%

249
168
236

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

Portions of RGB colors in percentages

R + G + B = 249 + 168 + 236 = 653 (100%)
R 249 of 653 ~ 38.13%
G 168 of 653 ~ 25.73%
B 236 of 653 ~ 36.14'%

%38.13
%25.73
%36.14

CMYK color model

#F9A8EC color CMYK value is (0,33,5,2).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 5.22%
  • key color value is 2.35%

CMYK: (0,33,5,2)
C0M33Y5K2 (0%, 33%, 5%, 2%)
(0.00 / 0.33 / 0.05 / 0.02)

CMYK percentages

%0
%32.53
%5.22
%2.35

Codes

Color #F9A8EC in popluar color models

F9 A8 EC
RGB 249 168 236
HSL 310° 87.10% 81.76%
HSB/HSV 310° 32.53% 97.65%
CMYK 0.00% 32.53% 5.22%
2.35%

Color #F9A8EC in popluar number systems.

HEX F9 A8 EC
Decimal 249 168 236
Binary 11111001 10101000 11101100
Octal 371 250 354

Shades and tints

Shades of #F9A8EC

#F9A8EC
(249,168,236)
#E399D7
(227,153,215)
#CD8AC2
(205,138,194)
#B77BAD
(183,123,173)
#A16C98
(161,108,152)
#8B5D83
(139,93,131)
#754E6E
(117,78,110)
#5F3F59
(95,63,89)
#493044
(73,48,68)
#33212F
(51,33,47)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #F9A8EC

#F9A8EC
(249,168,236)
#F9AFED
(249,175,237)
#F9B6EE
(249,182,238)
#F9BDEF
(249,189,239)
#F9C4F0
(249,196,240)
#F9CBF1
(249,203,241)
#F9D2F2
(249,210,242)
#F9D9F3
(249,217,243)
#F9E0F4
(249,224,244)
#F9E7F5
(249,231,245)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A8EC color. Also use rgb(249,168,236) instead hex code.

Text Font Color

.myTextColor { color: #F9A8EC; }

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

This text font color is #F9A8EC.

Background Color

.myBgColor { background-color: #F9A8EC; }

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

This div background color is #F9A8EC.

Border color

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

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

This div border color is #F9A8EC.

Opacity

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

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

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

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

This text has shadow with #F9A8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9A8EC.

Preview

Color preview on black background

This text has color #F9A8EC on black background.


Color preview on white background

This text has color #F9A8EC on white background.


Black color preview on #F9A8EC background

This text has black color on #F9A8EC background.


White color preview on #F9A8EC background

This text has white color on #F9A8EC background.


Related colors

Complementary color

Complementary color for #hex is #065713.


I love getcolorcode.com

Triadic colors

1 #ECF9A8 and #A8ECF9 with #F9A8EC are triadic colors.

2 #ECA8F9 and #A8F9EC with #F9A8EC are triadic colors.