COLOR #F9E0FA

HEX: #F9E0FA
RGB: (249,224,250)

Color info

#F9E0FA contains red, green and blue colors in about the same proportion. Web safe color of #F9E0FA is #FFCCFF (or #FCF).

RGB color model

#F9E0FA color RGB value is (249,224,250).

  • red value is 249;
  • green value is 224;
  • blue value is 250.
RGB:
(249,224,250)
(98%,88%,98%)

RGB channels and saturation

R 249 of 255 = 98%
G 224 of 255 = 88%
B 250 of 255 = 98%

249
224
250

R + G + B ~ 95%. #F9E0FA is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 224 + 250 = 723 (100%)
R 249 of 723 ~ 34.44%
G 224 of 723 ~ 30.98%
B 250 of 723 ~ 34.58%

%34.44
%30.98
%34.58

CMYK color model

#F9E0FA color CMYK value is (0,10,0,2).

  • cyan value is 0.40%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(0,10,0,2)
C0M10Y0K2 
(0%,10%,0%,2%)
(0.00/0.10/0.00/0.02)	

CMYK percentages

%0.4
%10.4
%0
%1.96

Codes

Color #F9E0FA in popluar color models

F9E0FA
RGB249224250
HSL298°72.22%92.94%
HSB/HSV298°10.40%98.04%
CMYK0.40%10.40%0.00%
1.96%

Color #F9E0FA in popluar number systems.

HEXF9E0FA
Decimal249224250
Binary111110011110000011111010
Octal371340372

Shades and tints

Shades of #F9E0FA

#F9E0FA
(249,224,250)
#E3CCE4
(227,204,228)
#CDB8CE
(205,184,206)
#B7A4B8
(183,164,184)
#A190A2
(161,144,162)
#8B7C8C
(139,124,140)
#756876
(117,104,118)
#5F5460
(95,84,96)
#49404A
(73,64,74)
#332C34
(51,44,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #F9E0FA

#F9E0FA
(249,224,250)
#F9E2FA
(249,226,250)
#F9E4FA
(249,228,250)
#F9E6FA
(249,230,250)
#F9E8FA
(249,232,250)
#F9EAFA
(249,234,250)
#F9ECFA
(249,236,250)
#F9EEFA
(249,238,250)
#F9F0FA
(249,240,250)
#F9F2FA
(249,242,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E0FA color. Also use rgb(249,224,250) instead hex code.

Text Font Color

.myTextColor { color: #F9E0FA; }

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

This text font color is #F9E0FA.


Background Color

.myBgColor { background-color: #F9E0FA; }

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

This div background color is #F9E0FA.


Border color

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

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

This div border color is #F9E0FA.


Opacity

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

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

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

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

This text has shadow with #F9E0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E0FA on black background.


Color preview on white background

This text has color #F9E0FA on white background.



Black color preview on #F9E0FA background

This text has black color on #F9E0FA background.


White color preview on #F9E0FA background

This text has white color on #F9E0FA background.