COLOR #F9F9CA

HEX: #F9F9CA RGB: (249,249,202)

Color info

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

RGB color model

#F9F9CA color RGB value is (249,249,202).

RGB: (249,249,202) (98%, 98%, 79%)

RGB channels and saturation

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

249
249
202

R + G + B ~ 92%. #F9F9CA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 249 + 202 = 700 (100%)
R 249 of 700 ~ 35.57%
G 249 of 700 ~ 35.57%
B 202 of 700 ~ 28.86'%

%35.57
%35.57
%28.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 2.35%

CMYK: (0,0,19,2)
C0M0Y19K2 (0%, 0%, 19%, 2%)
(0.00 / 0.00 / 0.19 / 0.02)

CMYK percentages

%0
%0
%18.88
%2.35

Codes

Color #F9F9CA in popluar color models

F9 F9 CA
RGB 249 249 202
HSL 60° 79.66% 88.43%
HSB/HSV 60° 18.88% 97.65%
CMYK 0.00% 0.00% 18.88%
2.35%

Color #F9F9CA in popluar number systems.

HEX F9 F9 CA
Decimal 249 249 202
Binary 11111001 11111001 11001010
Octal 371 371 312

Shades and tints

Shades of #F9F9CA

#F9F9CA
(249,249,202)
#E3E3B8
(227,227,184)
#CDCDA6
(205,205,166)
#B7B794
(183,183,148)
#A1A182
(161,161,130)
#8B8B70
(139,139,112)
#75755E
(117,117,94)
#5F5F4C
(95,95,76)
#49493A
(73,73,58)
#333328
(51,51,40)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #F9F9CA

#F9F9CA
(249,249,202)
#F9F9CE
(249,249,206)
#F9F9D2
(249,249,210)
#F9F9D6
(249,249,214)
#F9F9DA
(249,249,218)
#F9F9DE
(249,249,222)
#F9F9E2
(249,249,226)
#F9F9E6
(249,249,230)
#F9F9EA
(249,249,234)
#F9F9EE
(249,249,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F9CA; }

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

This text font color is #F9F9CA.

Background Color

.myBgColor { background-color: #F9F9CA; }

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

This div background color is #F9F9CA.

Border color

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

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

This div border color is #F9F9CA.

Opacity

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

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

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

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

This text has shadow with #F9F9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F9CA.

Preview

Color preview on black background

This text has color #F9F9CA on black background.


Color preview on white background

This text has color #F9F9CA on white background.


Black color preview on #F9F9CA background

This text has black color on #F9F9CA background.


White color preview on #F9F9CA background

This text has white color on #F9F9CA background.


Related colors

Complementary color

Complementary color for #hex is #060635.


I love getcolorcode.com