COLOR #F9E2C2

HEX: #F9E2C2
RGB: (249,226,194)

Color info

#F9E2C2 contains red, green and blue colors in about the same proportion. Web safe color of #F9E2C2 is #FFCCCC (or #FCC).

RGB color model

#F9E2C2 color RGB value is (249,226,194).

  • red value is 249;
  • green value is 226;
  • blue value is 194.
RGB:
(249,226,194)
(98%,89%,76%)

RGB channels and saturation

R 249 of 255 = 98%
G 226 of 255 = 89%
B 194 of 255 = 76%

249
226
194

R + G + B ~ 88%. #F9E2C2 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 226 + 194 = 669 (100%)
R 249 of 669 ~ 37.22%
G 226 of 669 ~ 33.78%
B 194 of 669 ~ 29%

%37.22
%33.78
%29

CMYK color model

#F9E2C2 color CMYK value is (0,9,22,2).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 22.09%
  • key color value is 2.35%
CMYK:
(0,9,22,2)
C0M9Y22K2 
(0%,9%,22%,2%)
(0.00/0.09/0.22/0.02)	

CMYK percentages

%0
%9.24
%22.09
%2.35

Codes

Color #F9E2C2 in popluar color models

F9E2C2
RGB249226194
HSL35°82.09%86.86%
HSB/HSV35°22.09%97.65%
CMYK0.00%9.24%22.09%
2.35%

Color #F9E2C2 in popluar number systems.

HEXF9E2C2
Decimal249226194
Binary111110011110001011000010
Octal371342302

Shades and tints

Shades of #F9E2C2

#F9E2C2
(249,226,194)
#E3CEB1
(227,206,177)
#CDBAA0
(205,186,160)
#B7A68F
(183,166,143)
#A1927E
(161,146,126)
#8B7E6D
(139,126,109)
#756A5C
(117,106,92)
#5F564B
(95,86,75)
#49423A
(73,66,58)
#332E29
(51,46,41)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #F9E2C2

#F9E2C2
(249,226,194)
#F9E4C7
(249,228,199)
#F9E6CC
(249,230,204)
#F9E8D1
(249,232,209)
#F9EAD6
(249,234,214)
#F9ECDB
(249,236,219)
#F9EEE0
(249,238,224)
#F9F0E5
(249,240,229)
#F9F2EA
(249,242,234)
#F9F4EF
(249,244,239)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E2C2 color. Also use rgb(249,226,194) instead hex code.

Text Font Color

.myTextColor { color: #F9E2C2; }

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

This text font color is #F9E2C2.


Background Color

.myBgColor { background-color: #F9E2C2; }

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

This div background color is #F9E2C2.


Border color

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

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

This div border color is #F9E2C2.


Opacity

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

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

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

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

This text has shadow with #F9E2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E2C2 on black background.


Color preview on white background

This text has color #F9E2C2 on white background.



Black color preview on #F9E2C2 background

This text has black color on #F9E2C2 background.


White color preview on #F9E2C2 background

This text has white color on #F9E2C2 background.