COLOR #F9EEC1

HEX: #F9EEC1
RGB: (249,238,193)

Color info

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

RGB color model

#F9EEC1 color RGB value is (249,238,193).

  • red value is 249;
  • green value is 238;
  • blue value is 193.
RGB:
(249,238,193)
(98%,93%,76%)

RGB channels and saturation

R 249 of 255 = 98%
G 238 of 255 = 93%
B 193 of 255 = 76%

249
238
193

R + G + B ~ 89%. #F9EEC1 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 238 + 193 = 680 (100%)
R 249 of 680 ~ 36.62%
G 238 of 680 ~ 35%
B 193 of 680 ~ 28.38%

%36.62
%35
%28.38

CMYK color model

#F9EEC1 color CMYK value is (0,4,22,2).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 22.49%
  • key color value is 2.35%
CMYK:
(0,4,22,2)
C0M4Y22K2 
(0%,4%,22%,2%)
(0.00/0.04/0.22/0.02)	

CMYK percentages

%0
%4.42
%22.49
%2.35

Codes

Color #F9EEC1 in popluar color models

F9EEC1
RGB249238193
HSL48°82.35%86.67%
HSB/HSV48°22.49%97.65%
CMYK0.00%4.42%22.49%
2.35%

Color #F9EEC1 in popluar number systems.

HEXF9EEC1
Decimal249238193
Binary111110011110111011000001
Octal371356301

Shades and tints

Shades of #F9EEC1

#F9EEC1
(249,238,193)
#E3D9B0
(227,217,176)
#CDC49F
(205,196,159)
#B7AF8E
(183,175,142)
#A19A7D
(161,154,125)
#8B856C
(139,133,108)
#75705B
(117,112,91)
#5F5B4A
(95,91,74)
#494639
(73,70,57)
#333128
(51,49,40)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #F9EEC1

#F9EEC1
(249,238,193)
#F9EFC6
(249,239,198)
#F9F0CB
(249,240,203)
#F9F1D0
(249,241,208)
#F9F2D5
(249,242,213)
#F9F3DA
(249,243,218)
#F9F4DF
(249,244,223)
#F9F5E4
(249,245,228)
#F9F6E9
(249,246,233)
#F9F7EE
(249,247,238)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EEC1 color. Also use rgb(249,238,193) instead hex code.

Text Font Color

.myTextColor { color: #F9EEC1; }

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

This text font color is #F9EEC1.


Background Color

.myBgColor { background-color: #F9EEC1; }

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

This div background color is #F9EEC1.


Border color

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

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

This div border color is #F9EEC1.


Opacity

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

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

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

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

This text has shadow with #F9EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EEC1 on black background.


Color preview on white background

This text has color #F9EEC1 on white background.



Black color preview on #F9EEC1 background

This text has black color on #F9EEC1 background.


White color preview on #F9EEC1 background

This text has white color on #F9EEC1 background.