COLOR #F9FEEA

HEX: #F9FEEA
RGB: (249,254,234)

Color info

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

RGB color model

#F9FEEA color RGB value is (249,254,234).

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

RGB channels and saturation

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

249
254
234

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

Portions of RGB colors in percentages

R + G + B =
249 + 254 + 234 = 737 (100%)
R 249 of 737 ~ 33.79%
G 254 of 737 ~ 34.46%
B 234 of 737 ~ 31.75%

%33.79
%34.46
%31.75

CMYK color model

#F9FEEA color CMYK value is (2,0,8,0).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK:
(2,0,8,0)
C2M0Y8K0 
(2%,0%,8%,0%)
(0.02/0.00/0.08/0.00)	

CMYK percentages

%1.97
%0
%7.87
%0.39

Codes

Color #F9FEEA in popluar color models

F9FEEA
RGB249254234
HSL75°90.91%95.69%
HSB/HSV75°7.87%99.61%
CMYK1.97%0.00%7.87%
0.39%

Color #F9FEEA in popluar number systems.

HEXF9FEEA
Decimal249254234
Binary111110011111111011101010
Octal371376352

Shades and tints

Shades of #F9FEEA

#F9FEEA
(249,254,234)
#E3E7D5
(227,231,213)
#CDD0C0
(205,208,192)
#B7B9AB
(183,185,171)
#A1A296
(161,162,150)
#8B8B81
(139,139,129)
#75746C
(117,116,108)
#5F5D57
(95,93,87)
#494642
(73,70,66)
#332F2D
(51,47,45)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9FEEA

#F9FEEA
(249,254,234)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FEEA; }

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

This text font color is #F9FEEA.


Background Color

.myBgColor { background-color: #F9FEEA; }

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

This div background color is #F9FEEA.


Border color

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

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

This div border color is #F9FEEA.


Opacity

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

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

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

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

This text has shadow with #F9FEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FEEA on black background.


Color preview on white background

This text has color #F9FEEA on white background.



Black color preview on #F9FEEA background

This text has black color on #F9FEEA background.


White color preview on #F9FEEA background

This text has white color on #F9FEEA background.