COLOR #F9F2CA

HEX: #F9F2CA
RGB: (249,242,202)

Color info

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

RGB color model

#F9F2CA color RGB value is (249,242,202).

  • red value is 249;
  • green value is 242;
  • blue value is 202.
RGB:
(249,242,202)
(98%,95%,79%)

RGB channels and saturation

R 249 of 255 = 98%
G 242 of 255 = 95%
B 202 of 255 = 79%

249
242
202

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

Portions of RGB colors in percentages

R + G + B =
249 + 242 + 202 = 693 (100%)
R 249 of 693 ~ 35.93%
G 242 of 693 ~ 34.92%
B 202 of 693 ~ 29.15%

%35.93
%34.92
%29.15

CMYK color model

#F9F2CA color CMYK value is (0,3,19,2).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 18.88%
  • key color value is 2.35%
CMYK:
(0,3,19,2)
C0M3Y19K2 
(0%,3%,19%,2%)
(0.00/0.03/0.19/0.02)	

CMYK percentages

%0
%2.81
%18.88
%2.35

Codes

Color #F9F2CA in popluar color models

F9F2CA
RGB249242202
HSL51°79.66%88.43%
HSB/HSV51°18.88%97.65%
CMYK0.00%2.81%18.88%
2.35%

Color #F9F2CA in popluar number systems.

HEXF9F2CA
Decimal249242202
Binary111110011111001011001010
Octal371362312

Shades and tints

Shades of #F9F2CA

#F9F2CA
(249,242,202)
#E3DCB8
(227,220,184)
#CDC6A6
(205,198,166)
#B7B094
(183,176,148)
#A19A82
(161,154,130)
#8B8470
(139,132,112)
#756E5E
(117,110,94)
#5F584C
(95,88,76)
#49423A
(73,66,58)
#332C28
(51,44,40)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #F9F2CA

#F9F2CA
(249,242,202)
#F9F3CE
(249,243,206)
#F9F4D2
(249,244,210)
#F9F5D6
(249,245,214)
#F9F6DA
(249,246,218)
#F9F7DE
(249,247,222)
#F9F8E2
(249,248,226)
#F9F9E6
(249,249,230)
#F9FAEA
(249,250,234)
#F9FBEE
(249,251,238)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F2CA color. Also use rgb(249,242,202) instead hex code.

Text Font Color

.myTextColor { color: #F9F2CA; }

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

This text font color is #F9F2CA.


Background Color

.myBgColor { background-color: #F9F2CA; }

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

This div background color is #F9F2CA.


Border color

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

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

This div border color is #F9F2CA.


Opacity

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

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

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

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

This text has shadow with #F9F2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F2CA on black background.


Color preview on white background

This text has color #F9F2CA on white background.



Black color preview on #F9F2CA background

This text has black color on #F9F2CA background.


White color preview on #F9F2CA background

This text has white color on #F9F2CA background.