COLOR #F6F5CA

HEX: #F6F5CA
RGB: (246,245,202)

Color info

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

RGB color model

#F6F5CA color RGB value is (246,245,202).

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

RGB channels and saturation

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

246
245
202

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

Portions of RGB colors in percentages

R + G + B =
246 + 245 + 202 = 693 (100%)
R 246 of 693 ~ 35.5%
G 245 of 693 ~ 35.35%
B 202 of 693 ~ 29.15%

%35.5
%35.35
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,0,18,4)
C0M0Y18K4 
(0%,0%,18%,4%)
(0.00/0.00/0.18/0.04)	

CMYK percentages

%0
%0.41
%17.89
%3.53

Codes

Color #F6F5CA in popluar color models

F6F5CA
RGB246245202
HSL59°70.97%87.84%
HSB/HSV59°17.89%96.47%
CMYK0.00%0.41%17.89%
3.53%

Color #F6F5CA in popluar number systems.

HEXF6F5CA
Decimal246245202
Binary111101101111010111001010
Octal366365312

Shades and tints

Shades of #F6F5CA

#F6F5CA
(246,245,202)
#E0DFB8
(224,223,184)
#CAC9A6
(202,201,166)
#B4B394
(180,179,148)
#9E9D82
(158,157,130)
#888770
(136,135,112)
#72715E
(114,113,94)
#5C5B4C
(92,91,76)
#46453A
(70,69,58)
#302F28
(48,47,40)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #F6F5CA

#F6F5CA
(246,245,202)
#F6F5CE
(246,245,206)
#F6F5D2
(246,245,210)
#F6F5D6
(246,245,214)
#F6F5DA
(246,245,218)
#F6F5DE
(246,245,222)
#F6F5E2
(246,245,226)
#F6F5E6
(246,245,230)
#F6F5EA
(246,245,234)
#F6F5EE
(246,245,238)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F5CA; }

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

This text font color is #F6F5CA.


Background Color

.myBgColor { background-color: #F6F5CA; }

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

This div background color is #F6F5CA.


Border color

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

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

This div border color is #F6F5CA.


Opacity

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

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

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

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

This text has shadow with #F6F5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F5CA on black background.


Color preview on white background

This text has color #F6F5CA on white background.



Black color preview on #F6F5CA background

This text has black color on #F6F5CA background.


White color preview on #F6F5CA background

This text has white color on #F6F5CA background.