COLOR #F9ADE9

HEX: #F9ADE9 RGB: (249,173,233)

Color info

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

RGB color model

#F9ADE9 color RGB value is (249,173,233).

RGB: (249,173,233) (98%, 68%, 91%)

RGB channels and saturation

R 249 of 255 = 98%
G 173 of 255 = 68%
B 233 of 255 = 91%

249
173
233

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

Portions of RGB colors in percentages

R + G + B = 249 + 173 + 233 = 655 (100%)
R 249 of 655 ~ 38.02%
G 173 of 655 ~ 26.41%
B 233 of 655 ~ 35.57'%

%38.02
%26.41
%35.57

CMYK color model

#F9ADE9 color CMYK value is (0,31,6,2).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 6.43%
  • key color value is 2.35%

CMYK: (0,31,6,2)
C0M31Y6K2 (0%, 31%, 6%, 2%)
(0.00 / 0.31 / 0.06 / 0.02)

CMYK percentages

%0
%30.52
%6.43
%2.35

Codes

Color #F9ADE9 in popluar color models

F9 AD E9
RGB 249 173 233
HSL 313° 86.36% 82.75%
HSB/HSV 313° 30.52% 97.65%
CMYK 0.00% 30.52% 6.43%
2.35%

Color #F9ADE9 in popluar number systems.

HEX F9 AD E9
Decimal 249 173 233
Binary 11111001 10101101 11101001
Octal 371 255 351

Shades and tints

Shades of #F9ADE9

#F9ADE9
(249,173,233)
#E39ED4
(227,158,212)
#CD8FBF
(205,143,191)
#B780AA
(183,128,170)
#A17195
(161,113,149)
#8B6280
(139,98,128)
#75536B
(117,83,107)
#5F4456
(95,68,86)
#493541
(73,53,65)
#33262C
(51,38,44)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9ADE9

#F9ADE9
(249,173,233)
#F9B4EB
(249,180,235)
#F9BBED
(249,187,237)
#F9C2EF
(249,194,239)
#F9C9F1
(249,201,241)
#F9D0F3
(249,208,243)
#F9D7F5
(249,215,245)
#F9DEF7
(249,222,247)
#F9E5F9
(249,229,249)
#F9ECFB
(249,236,251)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9ADE9 color. Also use rgb(249,173,233) instead hex code.

Text Font Color

.myTextColor { color: #F9ADE9; }

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

This text font color is #F9ADE9.

Background Color

.myBgColor { background-color: #F9ADE9; }

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

This div background color is #F9ADE9.

Border color

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

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

This div border color is #F9ADE9.

Opacity

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

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

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

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

This text has shadow with #F9ADE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9ADE9.

Preview

Color preview on black background

This text has color #F9ADE9 on black background.


Color preview on white background

This text has color #F9ADE9 on white background.


Black color preview on #F9ADE9 background

This text has black color on #F9ADE9 background.


White color preview on #F9ADE9 background

This text has white color on #F9ADE9 background.


Related colors

Complementary color

Complementary color for #hex is #065216.


I love getcolorcode.com

Triadic colors

1 #E9F9AD and #ADE9F9 with #F9ADE9 are triadic colors.

2 #E9ADF9 and #ADF9E9 with #F9ADE9 are triadic colors.