COLOR #F9FFE0

HEX: #F9FFE0
RGB: (249,255,224)

Color info

#F9FFE0 contains red, green and blue colors in about the same proportion. Web safe color of #F9FFE0 is #FFFFCC (or #FFC).

RGB color model

#F9FFE0 color RGB value is (249,255,224).

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

RGB channels and saturation

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

249
255
224

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

Portions of RGB colors in percentages

R + G + B =
249 + 255 + 224 = 728 (100%)
R 249 of 728 ~ 34.2%
G 255 of 728 ~ 35.03%
B 224 of 728 ~ 30.77%

%34.2
%35.03
%30.77

CMYK color model

#F9FFE0 color CMYK value is (2,0,12,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(2,0,12,0)
C2M0Y12K0 
(2%,0%,12%,0%)
(0.02/0.00/0.12/0.00)	

CMYK percentages

%2.35
%0
%12.16
%0

Codes

Color #F9FFE0 in popluar color models

F9FFE0
RGB249255224
HSL72°100.00%93.92%
HSB/HSV72°12.16%100.00%
CMYK2.35%0.00%12.16%
0.00%

Color #F9FFE0 in popluar number systems.

HEXF9FFE0
Decimal249255224
Binary111110011111111111100000
Octal371377340

Shades and tints

Shades of #F9FFE0

#F9FFE0
(249,255,224)
#E3E8CC
(227,232,204)
#CDD1B8
(205,209,184)
#B7BAA4
(183,186,164)
#A1A390
(161,163,144)
#8B8C7C
(139,140,124)
#757568
(117,117,104)
#5F5E54
(95,94,84)
#494740
(73,71,64)
#33302C
(51,48,44)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #F9FFE0

#F9FFE0
(249,255,224)
#F9FFE2
(249,255,226)
#F9FFE4
(249,255,228)
#F9FFE6
(249,255,230)
#F9FFE8
(249,255,232)
#F9FFEA
(249,255,234)
#F9FFEC
(249,255,236)
#F9FFEE
(249,255,238)
#F9FFF0
(249,255,240)
#F9FFF2
(249,255,242)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFE0; }

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

This text font color is #F9FFE0.


Background Color

.myBgColor { background-color: #F9FFE0; }

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

This div background color is #F9FFE0.


Border color

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

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

This div border color is #F9FFE0.


Opacity

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

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

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

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

This text has shadow with #F9FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FFE0 on black background.


Color preview on white background

This text has color #F9FFE0 on white background.



Black color preview on #F9FFE0 background

This text has black color on #F9FFE0 background.


White color preview on #F9FFE0 background

This text has white color on #F9FFE0 background.