COLOR #FF9AE5

HEX: #FF9AE5
RGB: (255,154,229)

Color info

#FF9AE5 contains mainly red and blue colors. Web safe color of #FF9AE5 is #FF99CC (or #F9C).

RGB color model

#FF9AE5 color RGB value is (255,154,229).

  • red value is 255;
  • green value is 154;
  • blue value is 229.
RGB:
(255,154,229)
(100%,60%,90%)

RGB channels and saturation

R 255 of 255 = 100%
G 154 of 255 = 60%
B 229 of 255 = 90%

255
154
229

R + G + B ~ 83%. #FF9AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 154 + 229 = 638 (100%)
R 255 of 638 ~ 39.97%
G 154 of 638 ~ 24.14%
B 229 of 638 ~ 35.89%

%39.97
%24.14
%35.89

CMYK color model

#FF9AE5 color CMYK value is (0,40,10,0).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(0,40,10,0)
C0M40Y10K0 
(0%,40%,10%,0%)
(0.00/0.40/0.10/0.00)	

CMYK percentages

%0
%39.61
%10.2
%0

Codes

Color #FF9AE5 in popluar color models

FF9AE5
RGB255154229
HSL315°100.00%80.20%
HSB/HSV315°39.61%100.00%
CMYK0.00%39.61%10.20%
0.00%

Color #FF9AE5 in popluar number systems.

HEXFF9AE5
Decimal255154229
Binary111111111001101011100101
Octal377232345

Shades and tints

Shades of #FF9AE5

#FF9AE5
(255,154,229)
#E88CD1
(232,140,209)
#D17EBD
(209,126,189)
#BA70A9
(186,112,169)
#A36295
(163,98,149)
#8C5481
(140,84,129)
#75466D
(117,70,109)
#5E3859
(94,56,89)
#472A45
(71,42,69)
#301C31
(48,28,49)
#190E1D
(25,14,29)
#000000
(0,0,0)

Tints of #FF9AE5

#FF9AE5
(255,154,229)
#FFA3E7
(255,163,231)
#FFACE9
(255,172,233)
#FFB5EB
(255,181,235)
#FFBEED
(255,190,237)
#FFC7EF
(255,199,239)
#FFD0F1
(255,208,241)
#FFD9F3
(255,217,243)
#FFE2F5
(255,226,245)
#FFEBF7
(255,235,247)
#FFF4F9
(255,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9AE5 color. Also use rgb(255,154,229) instead hex code.

Text Font Color

.myTextColor { color: #FF9AE5; }

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

This text font color is #FF9AE5.


Background Color

.myBgColor { background-color: #FF9AE5; }

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

This div background color is #FF9AE5.


Border color

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

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

This div border color is #FF9AE5.


Opacity

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

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

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

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

This text has shadow with #FF9AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9AE5 on black background.


Color preview on white background

This text has color #FF9AE5 on white background.



Black color preview on #FF9AE5 background

This text has black color on #FF9AE5 background.


White color preview on #FF9AE5 background

This text has white color on #FF9AE5 background.