COLOR #F9FFD6

HEX: #F9FFD6
RGB: (249,255,214)

Color info

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

RGB color model

#F9FFD6 color RGB value is (249,255,214).

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

RGB channels and saturation

R 249 of 255 = 98%
G 255 of 255 = 100%
B 214 of 255 = 84%

249
255
214

R + G + B ~ 94%. #F9FFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 255 + 214 = 718 (100%)
R 249 of 718 ~ 34.68%
G 255 of 718 ~ 35.52%
B 214 of 718 ~ 29.81%

%34.68
%35.52
%29.81

CMYK color model

#F9FFD6 color CMYK value is (2,0,16,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 0.00%
CMYK:
(2,0,16,0)
C2M0Y16K0 
(2%,0%,16%,0%)
(0.02/0.00/0.16/0.00)	

CMYK percentages

%2.35
%0
%16.08
%0

Codes

Color #F9FFD6 in popluar color models

F9FFD6
RGB249255214
HSL69°100.00%91.96%
HSB/HSV69°16.08%100.00%
CMYK2.35%0.00%16.08%
0.00%

Color #F9FFD6 in popluar number systems.

HEXF9FFD6
Decimal249255214
Binary111110011111111111010110
Octal371377326

Shades and tints

Shades of #F9FFD6

#F9FFD6
(249,255,214)
#E3E8C3
(227,232,195)
#CDD1B0
(205,209,176)
#B7BA9D
(183,186,157)
#A1A38A
(161,163,138)
#8B8C77
(139,140,119)
#757564
(117,117,100)
#5F5E51
(95,94,81)
#49473E
(73,71,62)
#33302B
(51,48,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #F9FFD6

#F9FFD6
(249,255,214)
#F9FFD9
(249,255,217)
#F9FFDC
(249,255,220)
#F9FFDF
(249,255,223)
#F9FFE2
(249,255,226)
#F9FFE5
(249,255,229)
#F9FFE8
(249,255,232)
#F9FFEB
(249,255,235)
#F9FFEE
(249,255,238)
#F9FFF1
(249,255,241)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFD6; }

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

This text font color is #F9FFD6.


Background Color

.myBgColor { background-color: #F9FFD6; }

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

This div background color is #F9FFD6.


Border color

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

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

This div border color is #F9FFD6.


Opacity

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

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

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

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

This text has shadow with #F9FFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FFD6 on black background.


Color preview on white background

This text has color #F9FFD6 on white background.



Black color preview on #F9FFD6 background

This text has black color on #F9FFD6 background.


White color preview on #F9FFD6 background

This text has white color on #F9FFD6 background.