COLOR #F9A8EB

HEX: #F9A8EB
RGB: (249,168,235)

Color info

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

RGB color model

#F9A8EB color RGB value is (249,168,235).

  • red value is 249;
  • green value is 168;
  • blue value is 235.
RGB:
(249,168,235)
(98%,66%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 168 of 255 = 66%
B 235 of 255 = 92%

249
168
235

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

Portions of RGB colors in percentages

R + G + B =
249 + 168 + 235 = 652 (100%)
R 249 of 652 ~ 38.19%
G 168 of 652 ~ 25.77%
B 235 of 652 ~ 36.04%

%38.19
%25.77
%36.04

CMYK color model

#F9A8EB color CMYK value is (0,33,6,2).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(0,33,6,2)
C0M33Y6K2 
(0%,33%,6%,2%)
(0.00/0.33/0.06/0.02)	

CMYK percentages

%0
%32.53
%5.62
%2.35

Codes

Color #F9A8EB in popluar color models

F9A8EB
RGB249168235
HSL310°87.10%81.76%
HSB/HSV310°32.53%97.65%
CMYK0.00%32.53%5.62%
2.35%

Color #F9A8EB in popluar number systems.

HEXF9A8EB
Decimal249168235
Binary111110011010100011101011
Octal371250353

Shades and tints

Shades of #F9A8EB

#F9A8EB
(249,168,235)
#E399D6
(227,153,214)
#CD8AC1
(205,138,193)
#B77BAC
(183,123,172)
#A16C97
(161,108,151)
#8B5D82
(139,93,130)
#754E6D
(117,78,109)
#5F3F58
(95,63,88)
#493043
(73,48,67)
#33212E
(51,33,46)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #F9A8EB

#F9A8EB
(249,168,235)
#F9AFEC
(249,175,236)
#F9B6ED
(249,182,237)
#F9BDEE
(249,189,238)
#F9C4EF
(249,196,239)
#F9CBF0
(249,203,240)
#F9D2F1
(249,210,241)
#F9D9F2
(249,217,242)
#F9E0F3
(249,224,243)
#F9E7F4
(249,231,244)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A8EB color. Also use rgb(249,168,235) instead hex code.

Text Font Color

.myTextColor { color: #F9A8EB; }

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

This text font color is #F9A8EB.


Background Color

.myBgColor { background-color: #F9A8EB; }

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

This div background color is #F9A8EB.


Border color

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

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

This div border color is #F9A8EB.


Opacity

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

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

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

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

This text has shadow with #F9A8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A8EB on black background.


Color preview on white background

This text has color #F9A8EB on white background.



Black color preview on #F9A8EB background

This text has black color on #F9A8EB background.


White color preview on #F9A8EB background

This text has white color on #F9A8EB background.