COLOR #F6F5CE

HEX: #F6F5CE
RGB: (246,245,206)

Color info

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

RGB color model

#F6F5CE color RGB value is (246,245,206).

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

RGB channels and saturation

R 246 of 255 = 96%
G 245 of 255 = 96%
B 206 of 255 = 81%

246
245
206

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

Portions of RGB colors in percentages

R + G + B =
246 + 245 + 206 = 697 (100%)
R 246 of 697 ~ 35.29%
G 245 of 697 ~ 35.15%
B 206 of 697 ~ 29.56%

%35.29
%35.15
%29.56

CMYK color model

#F6F5CE color CMYK value is (0,0,16,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(0,0,16,4)
C0M0Y16K4 
(0%,0%,16%,4%)
(0.00/0.00/0.16/0.04)	

CMYK percentages

%0
%0.41
%16.26
%3.53

Codes

Color #F6F5CE in popluar color models

F6F5CE
RGB246245206
HSL59°68.97%88.63%
HSB/HSV59°16.26%96.47%
CMYK0.00%0.41%16.26%
3.53%

Color #F6F5CE in popluar number systems.

HEXF6F5CE
Decimal246245206
Binary111101101111010111001110
Octal366365316

Shades and tints

Shades of #F6F5CE

#F6F5CE
(246,245,206)
#E0DFBC
(224,223,188)
#CAC9AA
(202,201,170)
#B4B398
(180,179,152)
#9E9D86
(158,157,134)
#888774
(136,135,116)
#727162
(114,113,98)
#5C5B50
(92,91,80)
#46453E
(70,69,62)
#302F2C
(48,47,44)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6F5CE

#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)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F5CE; }

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

This text font color is #F6F5CE.


Background Color

.myBgColor { background-color: #F6F5CE; }

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

This div background color is #F6F5CE.


Border color

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

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

This div border color is #F6F5CE.


Opacity

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

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

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

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

This text has shadow with #F6F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F5CE on black background.


Color preview on white background

This text has color #F6F5CE on white background.



Black color preview on #F6F5CE background

This text has black color on #F6F5CE background.


White color preview on #F6F5CE background

This text has white color on #F6F5CE background.