COLOR #F9F0CC

HEX: #F9F0CC
RGB: (249,240,204)

Color info

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

RGB color model

#F9F0CC color RGB value is (249,240,204).

  • red value is 249;
  • green value is 240;
  • blue value is 204.
RGB:
(249,240,204)
(98%,94%,80%)

RGB channels and saturation

R 249 of 255 = 98%
G 240 of 255 = 94%
B 204 of 255 = 80%

249
240
204

R + G + B ~ 91%. #F9F0CC is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 240 + 204 = 693 (100%)
R 249 of 693 ~ 35.93%
G 240 of 693 ~ 34.63%
B 204 of 693 ~ 29.44%

%35.93
%34.63
%29.44

CMYK color model

#F9F0CC color CMYK value is (0,4,18,2).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(0,4,18,2)
C0M4Y18K2 
(0%,4%,18%,2%)
(0.00/0.04/0.18/0.02)	

CMYK percentages

%0
%3.61
%18.07
%2.35

Codes

Color #F9F0CC in popluar color models

F9F0CC
RGB249240204
HSL48°78.95%88.82%
HSB/HSV48°18.07%97.65%
CMYK0.00%3.61%18.07%
2.35%

Color #F9F0CC in popluar number systems.

HEXF9F0CC
Decimal249240204
Binary111110011111000011001100
Octal371360314

Shades and tints

Shades of #F9F0CC

#F9F0CC
(249,240,204)
#E3DBBA
(227,219,186)
#CDC6A8
(205,198,168)
#B7B196
(183,177,150)
#A19C84
(161,156,132)
#8B8772
(139,135,114)
#757260
(117,114,96)
#5F5D4E
(95,93,78)
#49483C
(73,72,60)
#33332A
(51,51,42)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #F9F0CC

#F9F0CC
(249,240,204)
#F9F1D0
(249,241,208)
#F9F2D4
(249,242,212)
#F9F3D8
(249,243,216)
#F9F4DC
(249,244,220)
#F9F5E0
(249,245,224)
#F9F6E4
(249,246,228)
#F9F7E8
(249,247,232)
#F9F8EC
(249,248,236)
#F9F9F0
(249,249,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F0CC color. Also use rgb(249,240,204) instead hex code.

Text Font Color

.myTextColor { color: #F9F0CC; }

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

This text font color is #F9F0CC.


Background Color

.myBgColor { background-color: #F9F0CC; }

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

This div background color is #F9F0CC.


Border color

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

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

This div border color is #F9F0CC.


Opacity

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

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

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

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

This text has shadow with #F9F0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F0CC on black background.


Color preview on white background

This text has color #F9F0CC on white background.



Black color preview on #F9F0CC background

This text has black color on #F9F0CC background.


White color preview on #F9F0CC background

This text has white color on #F9F0CC background.