COLOR #F9F0CB

HEX: #F9F0CB
RGB: (249,240,203)

Color info

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

RGB color model

#F9F0CB color RGB value is (249,240,203).

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

RGB channels and saturation

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

249
240
203

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

Portions of RGB colors in percentages

R + G + B =
249 + 240 + 203 = 692 (100%)
R 249 of 692 ~ 35.98%
G 240 of 692 ~ 34.68%
B 203 of 692 ~ 29.34%

%35.98
%34.68
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 18.47%
  • 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.47
%2.35

Codes

Color #F9F0CB in popluar color models

F9F0CB
RGB249240203
HSL48°79.31%88.63%
HSB/HSV48°18.47%97.65%
CMYK0.00%3.61%18.47%
2.35%

Color #F9F0CB in popluar number systems.

HEXF9F0CB
Decimal249240203
Binary111110011111000011001011
Octal371360313

Shades and tints

Shades of #F9F0CB

#F9F0CB
(249,240,203)
#E3DBB9
(227,219,185)
#CDC6A7
(205,198,167)
#B7B195
(183,177,149)
#A19C83
(161,156,131)
#8B8771
(139,135,113)
#75725F
(117,114,95)
#5F5D4D
(95,93,77)
#49483B
(73,72,59)
#333329
(51,51,41)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #F9F0CB

#F9F0CB
(249,240,203)
#F9F1CF
(249,241,207)
#F9F2D3
(249,242,211)
#F9F3D7
(249,243,215)
#F9F4DB
(249,244,219)
#F9F5DF
(249,245,223)
#F9F6E3
(249,246,227)
#F9F7E7
(249,247,231)
#F9F8EB
(249,248,235)
#F9F9EF
(249,249,239)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F0CB; }

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

This text font color is #F9F0CB.


Background Color

.myBgColor { background-color: #F9F0CB; }

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

This div background color is #F9F0CB.


Border color

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

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

This div border color is #F9F0CB.


Opacity

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

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

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

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

This text has shadow with #F9F0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F0CB on black background.


Color preview on white background

This text has color #F9F0CB on white background.



Black color preview on #F9F0CB background

This text has black color on #F9F0CB background.


White color preview on #F9F0CB background

This text has white color on #F9F0CB background.