COLOR #F9F0FA

HEX: #F9F0FA
RGB: (249,240,250)

Color info

#F9F0FA contains red, green and blue colors in about the same proportion. Web safe color of #F9F0FA is #FFFFFF (or #FFF).

RGB color model

#F9F0FA color RGB value is (249,240,250).

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

RGB channels and saturation

R 249 of 255 = 98%
G 240 of 255 = 94%
B 250 of 255 = 98%

249
240
250

R + G + B ~ 97%. #F9F0FA is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 240 + 250 = 739 (100%)
R 249 of 739 ~ 33.69%
G 240 of 739 ~ 32.48%
B 250 of 739 ~ 33.83%

%33.69
%32.48
%33.83

CMYK color model

#F9F0FA color CMYK value is (0,4,0,2).

  • cyan value is 0.40%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(0,4,0,2)
C0M4Y0K2 
(0%,4%,0%,2%)
(0.00/0.04/0.00/0.02)	

CMYK percentages

%0.4
%4
%0
%1.96

Codes

Color #F9F0FA in popluar color models

F9F0FA
RGB249240250
HSL294°50.00%96.08%
HSB/HSV294°4.00%98.04%
CMYK0.40%4.00%0.00%
1.96%

Color #F9F0FA in popluar number systems.

HEXF9F0FA
Decimal249240250
Binary111110011111000011111010
Octal371360372

Shades and tints

Shades of #F9F0FA

#F9F0FA
(249,240,250)
#E3DBE4
(227,219,228)
#CDC6CE
(205,198,206)
#B7B1B8
(183,177,184)
#A19CA2
(161,156,162)
#8B878C
(139,135,140)
#757276
(117,114,118)
#5F5D60
(95,93,96)
#49484A
(73,72,74)
#333334
(51,51,52)
#1D1E1E
(29,30,30)
#000000
(0,0,0)

Tints of #F9F0FA

#F9F0FA
(249,240,250)
#F9F1FA
(249,241,250)
#F9F2FA
(249,242,250)
#F9F3FA
(249,243,250)
#F9F4FA
(249,244,250)
#F9F5FA
(249,245,250)
#F9F6FA
(249,246,250)
#F9F7FA
(249,247,250)
#F9F8FA
(249,248,250)
#F9F9FA
(249,249,250)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F0FA; }

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

This text font color is #F9F0FA.


Background Color

.myBgColor { background-color: #F9F0FA; }

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

This div background color is #F9F0FA.


Border color

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

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

This div border color is #F9F0FA.


Opacity

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

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

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

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

This text has shadow with #F9F0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F0FA on black background.


Color preview on white background

This text has color #F9F0FA on white background.



Black color preview on #F9F0FA background

This text has black color on #F9F0FA background.


White color preview on #F9F0FA background

This text has white color on #F9F0FA background.