COLOR #F9FEEB

HEX: #F9FEEB
RGB: (249,254,235)

Color info

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

RGB color model

#F9FEEB color RGB value is (249,254,235).

  • red value is 249;
  • green value is 254;
  • blue value is 235.
RGB:
(249,254,235)
(98%,100%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 254 of 255 = 100%
B 235 of 255 = 92%

249
254
235

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

Portions of RGB colors in percentages

R + G + B =
249 + 254 + 235 = 738 (100%)
R 249 of 738 ~ 33.74%
G 254 of 738 ~ 34.42%
B 235 of 738 ~ 31.84%

%33.74
%34.42
%31.84

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(2,0,7,0)
C2M0Y7K0 
(2%,0%,7%,0%)
(0.02/0.00/0.07/0.00)	

CMYK percentages

%1.97
%0
%7.48
%0.39

Codes

Color #F9FEEB in popluar color models

F9FEEB
RGB249254235
HSL76°90.48%95.88%
HSB/HSV76°7.48%99.61%
CMYK1.97%0.00%7.48%
0.39%

Color #F9FEEB in popluar number systems.

HEXF9FEEB
Decimal249254235
Binary111110011111111011101011
Octal371376353

Shades and tints

Shades of #F9FEEB

#F9FEEB
(249,254,235)
#E3E7D6
(227,231,214)
#CDD0C1
(205,208,193)
#B7B9AC
(183,185,172)
#A1A297
(161,162,151)
#8B8B82
(139,139,130)
#75746D
(117,116,109)
#5F5D58
(95,93,88)
#494643
(73,70,67)
#332F2E
(51,47,46)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #F9FEEB

#F9FEEB
(249,254,235)
#F9FEEC
(249,254,236)
#F9FEED
(249,254,237)
#F9FEEE
(249,254,238)
#F9FEEF
(249,254,239)
#F9FEF0
(249,254,240)
#F9FEF1
(249,254,241)
#F9FEF2
(249,254,242)
#F9FEF3
(249,254,243)
#F9FEF4
(249,254,244)
#F9FEF5
(249,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FEEB color. Also use rgb(249,254,235) instead hex code.

Text Font Color

.myTextColor { color: #F9FEEB; }

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

This text font color is #F9FEEB.


Background Color

.myBgColor { background-color: #F9FEEB; }

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

This div background color is #F9FEEB.


Border color

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

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

This div border color is #F9FEEB.


Opacity

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

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

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

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

This text has shadow with #F9FEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FEEB on black background.


Color preview on white background

This text has color #F9FEEB on white background.



Black color preview on #F9FEEB background

This text has black color on #F9FEEB background.


White color preview on #F9FEEB background

This text has white color on #F9FEEB background.