COLOR #F4F1CA

HEX: #F4F1CA RGB: (244,241,202)

Color info

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

RGB color model

#F4F1CA color RGB value is (244,241,202).

RGB: (244,241,202) (96%, 95%, 79%)

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 202 of 255 = 79%

244
241
202

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

Portions of RGB colors in percentages

R + G + B = 244 + 241 + 202 = 687 (100%)
R 244 of 687 ~ 35.52%
G 241 of 687 ~ 35.08%
B 202 of 687 ~ 29.4'%

%35.52
%35.08
%29.4

CMYK color model

#F4F1CA color CMYK value is (0,1,17,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 17.21%
  • key color value is 4.31%

CMYK: (0,1,17,4)
C0M1Y17K4 (0%, 1%, 17%, 4%)
(0.00 / 0.01 / 0.17 / 0.04)

CMYK percentages

%0
%1.23
%17.21
%4.31

Codes

Color #F4F1CA in popluar color models

F4 F1 CA
RGB 244 241 202
HSL 56° 65.63% 87.45%
HSB/HSV 56° 17.21% 95.69%
CMYK 0.00% 1.23% 17.21%
4.31%

Color #F4F1CA in popluar number systems.

HEX F4 F1 CA
Decimal 244 241 202
Binary 11110100 11110001 11001010
Octal 364 361 312

Shades and tints

Shades of #F4F1CA

#F4F1CA
(244,241,202)
#DEDCB8
(222,220,184)
#C8C7A6
(200,199,166)
#B2B294
(178,178,148)
#9C9D82
(156,157,130)
#868870
(134,136,112)
#70735E
(112,115,94)
#5A5E4C
(90,94,76)
#44493A
(68,73,58)
#2E3428
(46,52,40)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #F4F1CA

#F4F1CA
(244,241,202)
#F5F2CE
(245,242,206)
#F6F3D2
(246,243,210)
#F7F4D6
(247,244,214)
#F8F5DA
(248,245,218)
#F9F6DE
(249,246,222)
#FAF7E2
(250,247,226)
#FBF8E6
(251,248,230)
#FCF9EA
(252,249,234)
#FDFAEE
(253,250,238)
#FEFBF2
(254,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1CA; }

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

This text font color is #F4F1CA.

Background Color

.myBgColor { background-color: #F4F1CA; }

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

This div background color is #F4F1CA.

Border color

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

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

This div border color is #F4F1CA.

Opacity

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

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

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

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

This text has shadow with #F4F1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F1CA.

Preview

Color preview on black background

This text has color #F4F1CA on black background.


Color preview on white background

This text has color #F4F1CA on white background.


Black color preview on #F4F1CA background

This text has black color on #F4F1CA background.


White color preview on #F4F1CA background

This text has white color on #F4F1CA background.


Related colors

Complementary color

Complementary color for #hex is #0B0E35.


I love getcolorcode.com

Triadic colors

1 #CAF4F1 and #F1CAF4 with #F4F1CA are triadic colors.

2 #CAF1F4 and #F1F4CA with #F4F1CA are triadic colors.