COLOR #F9AEE5

HEX: #F9AEE5
RGB: (249,174,229)

Color info

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

RGB color model

#F9AEE5 color RGB value is (249,174,229).

  • red value is 249;
  • green value is 174;
  • blue value is 229.
RGB:
(249,174,229)
(98%,68%,90%)

RGB channels and saturation

R 249 of 255 = 98%
G 174 of 255 = 68%
B 229 of 255 = 90%

249
174
229

R + G + B ~ 85%. #F9AEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 174 + 229 = 652 (100%)
R 249 of 652 ~ 38.19%
G 174 of 652 ~ 26.69%
B 229 of 652 ~ 35.12%

%38.19
%26.69
%35.12

CMYK color model

#F9AEE5 color CMYK value is (0,30,8,2).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 8.03%
  • key color value is 2.35%
CMYK:
(0,30,8,2)
C0M30Y8K2 
(0%,30%,8%,2%)
(0.00/0.30/0.08/0.02)	

CMYK percentages

%0
%30.12
%8.03
%2.35

Codes

Color #F9AEE5 in popluar color models

F9AEE5
RGB249174229
HSL316°86.21%82.94%
HSB/HSV316°30.12%97.65%
CMYK0.00%30.12%8.03%
2.35%

Color #F9AEE5 in popluar number systems.

HEXF9AEE5
Decimal249174229
Binary111110011010111011100101
Octal371256345

Shades and tints

Shades of #F9AEE5

#F9AEE5
(249,174,229)
#E39FD1
(227,159,209)
#CD90BD
(205,144,189)
#B781A9
(183,129,169)
#A17295
(161,114,149)
#8B6381
(139,99,129)
#75546D
(117,84,109)
#5F4559
(95,69,89)
#493645
(73,54,69)
#332731
(51,39,49)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #F9AEE5

#F9AEE5
(249,174,229)
#F9B5E7
(249,181,231)
#F9BCE9
(249,188,233)
#F9C3EB
(249,195,235)
#F9CAED
(249,202,237)
#F9D1EF
(249,209,239)
#F9D8F1
(249,216,241)
#F9DFF3
(249,223,243)
#F9E6F5
(249,230,245)
#F9EDF7
(249,237,247)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9AEE5 color. Also use rgb(249,174,229) instead hex code.

Text Font Color

.myTextColor { color: #F9AEE5; }

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

This text font color is #F9AEE5.


Background Color

.myBgColor { background-color: #F9AEE5; }

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

This div background color is #F9AEE5.


Border color

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

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

This div border color is #F9AEE5.


Opacity

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

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

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

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

This text has shadow with #F9AEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AEE5 on black background.


Color preview on white background

This text has color #F9AEE5 on white background.



Black color preview on #F9AEE5 background

This text has black color on #F9AEE5 background.


White color preview on #F9AEE5 background

This text has white color on #F9AEE5 background.