COLOR #F3F9CA

HEX: #F3F9CA RGB: (243,249,202)

Color info

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

RGB color model

#F3F9CA color RGB value is (243,249,202).

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

RGB channels and saturation

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

243
249
202

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

Portions of RGB colors in percentages

R + G + B = 243 + 249 + 202 = 694 (100%)
R 243 of 694 ~ 35.01%
G 249 of 694 ~ 35.88%
B 202 of 694 ~ 29.11'%

%35.01
%35.88
%29.11

CMYK color model

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

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

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

CMYK percentages

%2.41
%0
%18.88
%2.35

Codes

Color #F3F9CA in popluar color models

F3 F9 CA
RGB 243 249 202
HSL 68° 79.66% 88.43%
HSB/HSV 68° 18.88% 97.65%
CMYK 2.41% 0.00% 18.88%
2.35%

Color #F3F9CA in popluar number systems.

HEX F3 F9 CA
Decimal 243 249 202
Binary 11110011 11111001 11001010
Octal 363 371 312

Shades and tints

Shades of #F3F9CA

#F3F9CA
(243,249,202)
#DDE3B8
(221,227,184)
#C7CDA6
(199,205,166)
#B1B794
(177,183,148)
#9BA182
(155,161,130)
#858B70
(133,139,112)
#6F755E
(111,117,94)
#595F4C
(89,95,76)
#43493A
(67,73,58)
#2D3328
(45,51,40)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #F3F9CA

#F3F9CA
(243,249,202)
#F4F9CE
(244,249,206)
#F5F9D2
(245,249,210)
#F6F9D6
(246,249,214)
#F7F9DA
(247,249,218)
#F8F9DE
(248,249,222)
#F9F9E2
(249,249,226)
#FAF9E6
(250,249,230)
#FBF9EA
(251,249,234)
#FCF9EE
(252,249,238)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F9CA; }

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

This text font color is #F3F9CA.

Background Color

.myBgColor { background-color: #F3F9CA; }

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

This div background color is #F3F9CA.

Border color

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

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

This div border color is #F3F9CA.

Opacity

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

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

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

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

This text has shadow with #F3F9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F9CA.

Preview

Color preview on black background

This text has color #F3F9CA on black background.


Color preview on white background

This text has color #F3F9CA on white background.


Black color preview on #F3F9CA background

This text has black color on #F3F9CA background.


White color preview on #F3F9CA background

This text has white color on #F3F9CA background.


Related colors

Complementary color

Complementary color for #hex is #0C0635.


I love getcolorcode.com

Triadic colors

1 #CAF3F9 and #F9CAF3 with #F3F9CA are triadic colors.

2 #CAF9F3 and #F9F3CA with #F3F9CA are triadic colors.