COLOR #F2F3CA

HEX: #F2F3CA RGB: (242,243,202)

Color info

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

RGB color model

#F2F3CA color RGB value is (242,243,202).

RGB: (242,243,202) (95%, 95%, 79%)

RGB channels and saturation

R 242 of 255 = 95%
G 243 of 255 = 95%
B 202 of 255 = 79%

242
243
202

R + G + B ~ 90%. #F2F3CA is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 243 + 202 = 687 (100%)
R 242 of 687 ~ 35.23%
G 243 of 687 ~ 35.37%
B 202 of 687 ~ 29.4'%

%35.23
%35.37
%29.4

CMYK color model

#F2F3CA color CMYK value is (0,0,17,5).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 4.71%

CMYK: (0,0,17,5)
C0M0Y17K5 (0%, 0%, 17%, 5%)
(0.00 / 0.00 / 0.17 / 0.05)

CMYK percentages

%0.41
%0
%16.87
%4.71

Codes

Color #F2F3CA in popluar color models

F2 F3 CA
RGB 242 243 202
HSL 61° 63.08% 87.25%
HSB/HSV 61° 16.87% 95.29%
CMYK 0.41% 0.00% 16.87%
4.71%

Color #F2F3CA in popluar number systems.

HEX F2 F3 CA
Decimal 242 243 202
Binary 11110010 11110011 11001010
Octal 362 363 312

Shades and tints

Shades of #F2F3CA

#F2F3CA
(242,243,202)
#DCDDB8
(220,221,184)
#C6C7A6
(198,199,166)
#B0B194
(176,177,148)
#9A9B82
(154,155,130)
#848570
(132,133,112)
#6E6F5E
(110,111,94)
#58594C
(88,89,76)
#42433A
(66,67,58)
#2C2D28
(44,45,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #F2F3CA

#F2F3CA
(242,243,202)
#F3F4CE
(243,244,206)
#F4F5D2
(244,245,210)
#F5F6D6
(245,246,214)
#F6F7DA
(246,247,218)
#F7F8DE
(247,248,222)
#F8F9E2
(248,249,226)
#F9FAE6
(249,250,230)
#FAFBEA
(250,251,234)
#FBFCEE
(251,252,238)
#FCFDF2
(252,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F3CA; }

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

This text font color is #F2F3CA.

Background Color

.myBgColor { background-color: #F2F3CA; }

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

This div background color is #F2F3CA.

Border color

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

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

This div border color is #F2F3CA.

Opacity

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

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

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

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

This text has shadow with #F2F3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F3CA.

Preview

Color preview on black background

This text has color #F2F3CA on black background.


Color preview on white background

This text has color #F2F3CA on white background.


Black color preview on #F2F3CA background

This text has black color on #F2F3CA background.


White color preview on #F2F3CA background

This text has white color on #F2F3CA background.


Related colors

Complementary color

Complementary color for #hex is #0D0C35.


I love getcolorcode.com

Triadic colors

1 #CAF2F3 and #F3CAF2 with #F2F3CA are triadic colors.

2 #CAF3F2 and #F3F2CA with #F2F3CA are triadic colors.