COLOR #F9A4EA

HEX: #F9A4EA
RGB: (249,164,234)

Color info

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

RGB color model

#F9A4EA color RGB value is (249,164,234).

  • red value is 249;
  • green value is 164;
  • blue value is 234.
RGB:
(249,164,234)
(98%,64%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 164 of 255 = 64%
B 234 of 255 = 92%

249
164
234

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

Portions of RGB colors in percentages

R + G + B =
249 + 164 + 234 = 647 (100%)
R 249 of 647 ~ 38.49%
G 164 of 647 ~ 25.35%
B 234 of 647 ~ 36.17%

%38.49
%25.35
%36.17

CMYK color model

#F9A4EA color CMYK value is (0,34,6,2).

  • cyan value is 0.00%
  • magenta value is 34.14%
  • yellow value is 6.02%
  • key color value is 2.35%
CMYK:
(0,34,6,2)
C0M34Y6K2 
(0%,34%,6%,2%)
(0.00/0.34/0.06/0.02)	

CMYK percentages

%0
%34.14
%6.02
%2.35

Codes

Color #F9A4EA in popluar color models

F9A4EA
RGB249164234
HSL311°87.63%80.98%
HSB/HSV311°34.14%97.65%
CMYK0.00%34.14%6.02%
2.35%

Color #F9A4EA in popluar number systems.

HEXF9A4EA
Decimal249164234
Binary111110011010010011101010
Octal371244352

Shades and tints

Shades of #F9A4EA

#F9A4EA
(249,164,234)
#E396D5
(227,150,213)
#CD88C0
(205,136,192)
#B77AAB
(183,122,171)
#A16C96
(161,108,150)
#8B5E81
(139,94,129)
#75506C
(117,80,108)
#5F4257
(95,66,87)
#493442
(73,52,66)
#33262D
(51,38,45)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9A4EA

#F9A4EA
(249,164,234)
#F9ACEB
(249,172,235)
#F9B4EC
(249,180,236)
#F9BCED
(249,188,237)
#F9C4EE
(249,196,238)
#F9CCEF
(249,204,239)
#F9D4F0
(249,212,240)
#F9DCF1
(249,220,241)
#F9E4F2
(249,228,242)
#F9ECF3
(249,236,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A4EA color. Also use rgb(249,164,234) instead hex code.

Text Font Color

.myTextColor { color: #F9A4EA; }

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

This text font color is #F9A4EA.


Background Color

.myBgColor { background-color: #F9A4EA; }

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

This div background color is #F9A4EA.


Border color

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

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

This div border color is #F9A4EA.


Opacity

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

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

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

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

This text has shadow with #F9A4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A4EA on black background.


Color preview on white background

This text has color #F9A4EA on white background.



Black color preview on #F9A4EA background

This text has black color on #F9A4EA background.


White color preview on #F9A4EA background

This text has white color on #F9A4EA background.