COLOR #F9E2C9

HEX: #F9E2C9
RGB: (249,226,201)

Color info

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

RGB color model

#F9E2C9 color RGB value is (249,226,201).

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

RGB channels and saturation

R 249 of 255 = 98%
G 226 of 255 = 89%
B 201 of 255 = 79%

249
226
201

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

Portions of RGB colors in percentages

R + G + B =
249 + 226 + 201 = 676 (100%)
R 249 of 676 ~ 36.83%
G 226 of 676 ~ 33.43%
B 201 of 676 ~ 29.73%

%36.83
%33.43
%29.73

CMYK color model

#F9E2C9 color CMYK value is (0,9,19,2).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 19.28%
  • key color value is 2.35%
CMYK:
(0,9,19,2)
C0M9Y19K2 
(0%,9%,19%,2%)
(0.00/0.09/0.19/0.02)	

CMYK percentages

%0
%9.24
%19.28
%2.35

Codes

Color #F9E2C9 in popluar color models

F9E2C9
RGB249226201
HSL31°80.00%88.24%
HSB/HSV31°19.28%97.65%
CMYK0.00%9.24%19.28%
2.35%

Color #F9E2C9 in popluar number systems.

HEXF9E2C9
Decimal249226201
Binary111110011110001011001001
Octal371342311

Shades and tints

Shades of #F9E2C9

#F9E2C9
(249,226,201)
#E3CEB7
(227,206,183)
#CDBAA5
(205,186,165)
#B7A693
(183,166,147)
#A19281
(161,146,129)
#8B7E6F
(139,126,111)
#756A5D
(117,106,93)
#5F564B
(95,86,75)
#494239
(73,66,57)
#332E27
(51,46,39)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #F9E2C9

#F9E2C9
(249,226,201)
#F9E4CD
(249,228,205)
#F9E6D1
(249,230,209)
#F9E8D5
(249,232,213)
#F9EAD9
(249,234,217)
#F9ECDD
(249,236,221)
#F9EEE1
(249,238,225)
#F9F0E5
(249,240,229)
#F9F2E9
(249,242,233)
#F9F4ED
(249,244,237)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E2C9; }

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

This text font color is #F9E2C9.


Background Color

.myBgColor { background-color: #F9E2C9; }

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

This div background color is #F9E2C9.


Border color

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

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

This div border color is #F9E2C9.


Opacity

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

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

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

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

This text has shadow with #F9E2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E2C9 on black background.


Color preview on white background

This text has color #F9E2C9 on white background.



Black color preview on #F9E2C9 background

This text has black color on #F9E2C9 background.


White color preview on #F9E2C9 background

This text has white color on #F9E2C9 background.