COLOR #F9FFED

HEX: #F9FFED RGB: (249,255,237)

Color info

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

RGB color model

#F9FFED color RGB value is (249,255,237).

RGB: (249,255,237) (98%, 100%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 255 of 255 = 100%
B 237 of 255 = 93%

249
255
237

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

Portions of RGB colors in percentages

R + G + B = 249 + 255 + 237 = 741 (100%)
R 249 of 741 ~ 33.6%
G 255 of 741 ~ 34.41%
B 237 of 741 ~ 31.98'%

%33.6
%34.41
%31.98

CMYK color model

#F9FFED color CMYK value is (2,0,7,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 0.00%

CMYK: (2,0,7,0)
C2M0Y7K0 (2%, 0%, 7%, 0%)
(0.02 / 0.00 / 0.07 / 0.00)

CMYK percentages

%2.35
%0
%7.06
%0

Codes

Color #F9FFED in popluar color models

F9 FF ED
RGB 249 255 237
HSL 80° 100.00% 96.47%
HSB/HSV 80° 7.06% 100.00%
CMYK 2.35% 0.00% 7.06%
0.00%

Color #F9FFED in popluar number systems.

HEX F9 FF ED
Decimal 249 255 237
Binary 11111001 11111111 11101101
Octal 371 377 355

Shades and tints

Shades of #F9FFED

#F9FFED
(249,255,237)
#E3E8D8
(227,232,216)
#CDD1C3
(205,209,195)
#B7BAAE
(183,186,174)
#A1A399
(161,163,153)
#8B8C84
(139,140,132)
#75756F
(117,117,111)
#5F5E5A
(95,94,90)
#494745
(73,71,69)
#333030
(51,48,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #F9FFED

#F9FFED
(249,255,237)
#F9FFEE
(249,255,238)
#F9FFEF
(249,255,239)
#F9FFF0
(249,255,240)
#F9FFF1
(249,255,241)
#F9FFF2
(249,255,242)
#F9FFF3
(249,255,243)
#F9FFF4
(249,255,244)
#F9FFF5
(249,255,245)
#F9FFF6
(249,255,246)
#F9FFF7
(249,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFED; }

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

This text font color is #F9FFED.

Background Color

.myBgColor { background-color: #F9FFED; }

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

This div background color is #F9FFED.

Border color

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

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

This div border color is #F9FFED.

Opacity

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

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

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

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

This text has shadow with #F9FFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FFED.

Preview

Color preview on black background

This text has color #F9FFED on black background.


Color preview on white background

This text has color #F9FFED on white background.


Black color preview on #F9FFED background

This text has black color on #F9FFED background.


White color preview on #F9FFED background

This text has white color on #F9FFED background.


Related colors

Complementary color

Complementary color for #hex is #060012.


I love getcolorcode.com

Triadic colors

1 #EDF9FF and #FFEDF9 with #F9FFED are triadic colors.

2 #EDFFF9 and #FFF9ED with #F9FFED are triadic colors.