COLOR #F6F4CA

HEX: #F6F4CA
RGB: (246,244,202)

Color info

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

RGB color model

#F6F4CA color RGB value is (246,244,202).

  • red value is 246;
  • green value is 244;
  • blue value is 202.
RGB:
(246,244,202)
(96%,96%,79%)

RGB channels and saturation

R 246 of 255 = 96%
G 244 of 255 = 96%
B 202 of 255 = 79%

246
244
202

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

Portions of RGB colors in percentages

R + G + B =
246 + 244 + 202 = 692 (100%)
R 246 of 692 ~ 35.55%
G 244 of 692 ~ 35.26%
B 202 of 692 ~ 29.19%

%35.55
%35.26
%29.19

CMYK color model

#F6F4CA color CMYK value is (0,1,18,4).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,1,18,4)
C0M1Y18K4 
(0%,1%,18%,4%)
(0.00/0.01/0.18/0.04)	

CMYK percentages

%0
%0.81
%17.89
%3.53

Codes

Color #F6F4CA in popluar color models

F6F4CA
RGB246244202
HSL57°70.97%87.84%
HSB/HSV57°17.89%96.47%
CMYK0.00%0.81%17.89%
3.53%

Color #F6F4CA in popluar number systems.

HEXF6F4CA
Decimal246244202
Binary111101101111010011001010
Octal366364312

Shades and tints

Shades of #F6F4CA

#F6F4CA
(246,244,202)
#E0DEB8
(224,222,184)
#CAC8A6
(202,200,166)
#B4B294
(180,178,148)
#9E9C82
(158,156,130)
#888670
(136,134,112)
#72705E
(114,112,94)
#5C5A4C
(92,90,76)
#46443A
(70,68,58)
#302E28
(48,46,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #F6F4CA

#F6F4CA
(246,244,202)
#F6F5CE
(246,245,206)
#F6F6D2
(246,246,210)
#F6F7D6
(246,247,214)
#F6F8DA
(246,248,218)
#F6F9DE
(246,249,222)
#F6FAE2
(246,250,226)
#F6FBE6
(246,251,230)
#F6FCEA
(246,252,234)
#F6FDEE
(246,253,238)
#F6FEF2
(246,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F4CA; }

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

This text font color is #F6F4CA.


Background Color

.myBgColor { background-color: #F6F4CA; }

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

This div background color is #F6F4CA.


Border color

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

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

This div border color is #F6F4CA.


Opacity

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

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

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

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

This text has shadow with #F6F4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F4CA on black background.


Color preview on white background

This text has color #F6F4CA on white background.



Black color preview on #F6F4CA background

This text has black color on #F6F4CA background.


White color preview on #F6F4CA background

This text has white color on #F6F4CA background.