COLOR #FD9AEE

HEX: #FD9AEE RGB: (253,154,238)

Color info

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

RGB color model

#FD9AEE color RGB value is (253,154,238).

RGB: (253,154,238) (99%, 60%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 154 of 255 = 60%
B 238 of 255 = 93%

253
154
238

R + G + B ~ 84%. #FD9AEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 154 + 238 = 645 (100%)
R 253 of 645 ~ 39.22%
G 154 of 645 ~ 23.88%
B 238 of 645 ~ 36.9'%

%39.22
%23.88
%36.9

CMYK color model

#FD9AEE color CMYK value is (0,39,6,1).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 5.93%
  • key color value is 0.78%

CMYK: (0,39,6,1)
C0M39Y6K1 (0%, 39%, 6%, 1%)
(0.00 / 0.39 / 0.06 / 0.01)

CMYK percentages

%0
%39.13
%5.93
%0.78

Codes

Color #FD9AEE in popluar color models

FD 9A EE
RGB 253 154 238
HSL 309° 96.12% 79.80%
HSB/HSV 309° 39.13% 99.22%
CMYK 0.00% 39.13% 5.93%
0.78%

Color #FD9AEE in popluar number systems.

HEX FD 9A EE
Decimal 253 154 238
Binary 11111101 10011010 11101110
Octal 375 232 356

Shades and tints

Shades of #FD9AEE

#FD9AEE
(253,154,238)
#E68CD9
(230,140,217)
#CF7EC4
(207,126,196)
#B870AF
(184,112,175)
#A1629A
(161,98,154)
#8A5485
(138,84,133)
#734670
(115,70,112)
#5C385B
(92,56,91)
#452A46
(69,42,70)
#2E1C31
(46,28,49)
#170E1C
(23,14,28)
#000000
(0,0,0)

Tints of #FD9AEE

#FD9AEE
(253,154,238)
#FDA3EF
(253,163,239)
#FDACF0
(253,172,240)
#FDB5F1
(253,181,241)
#FDBEF2
(253,190,242)
#FDC7F3
(253,199,243)
#FDD0F4
(253,208,244)
#FDD9F5
(253,217,245)
#FDE2F6
(253,226,246)
#FDEBF7
(253,235,247)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9AEE color. Also use rgb(253,154,238) instead hex code.

Text Font Color

.myTextColor { color: #FD9AEE; }

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

This text font color is #FD9AEE.

Background Color

.myBgColor { background-color: #FD9AEE; }

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

This div background color is #FD9AEE.

Border color

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

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

This div border color is #FD9AEE.

Opacity

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

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

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

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

This text has shadow with #FD9AEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD9AEE.

Preview

Color preview on black background

This text has color #FD9AEE on black background.


Color preview on white background

This text has color #FD9AEE on white background.


Black color preview on #FD9AEE background

This text has black color on #FD9AEE background.


White color preview on #FD9AEE background

This text has white color on #FD9AEE background.


Related colors

Complementary color

Complementary color for #hex is #026511.


I love getcolorcode.com

Triadic colors

1 #EEFD9A and #9AEEFD with #FD9AEE are triadic colors.

2 #EE9AFD and #9AFDEE with #FD9AEE are triadic colors.