COLOR #F6F0C5

HEX: #F6F0C5
RGB: (246,240,197)

Color info

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

RGB color model

#F6F0C5 color RGB value is (246,240,197).

  • red value is 246;
  • green value is 240;
  • blue value is 197.
RGB:
(246,240,197)
(96%,94%,77%)

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 197 of 255 = 77%

246
240
197

R + G + B ~ 89%. #F6F0C5 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 240 + 197 = 683 (100%)
R 246 of 683 ~ 36.02%
G 240 of 683 ~ 35.14%
B 197 of 683 ~ 28.84%

%36.02
%35.14
%28.84

CMYK color model

#F6F0C5 color CMYK value is (0,2,20,4).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 19.92%
  • key color value is 3.53%
CMYK:
(0,2,20,4)
C0M2Y20K4 
(0%,2%,20%,4%)
(0.00/0.02/0.20/0.04)	

CMYK percentages

%0
%2.44
%19.92
%3.53

Codes

Color #F6F0C5 in popluar color models

F6F0C5
RGB246240197
HSL53°73.13%86.86%
HSB/HSV53°19.92%96.47%
CMYK0.00%2.44%19.92%
3.53%

Color #F6F0C5 in popluar number systems.

HEXF6F0C5
Decimal246240197
Binary111101101111000011000101
Octal366360305

Shades and tints

Shades of #F6F0C5

#F6F0C5
(246,240,197)
#E0DBB4
(224,219,180)
#CAC6A3
(202,198,163)
#B4B192
(180,177,146)
#9E9C81
(158,156,129)
#888770
(136,135,112)
#72725F
(114,114,95)
#5C5D4E
(92,93,78)
#46483D
(70,72,61)
#30332C
(48,51,44)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #F6F0C5

#F6F0C5
(246,240,197)
#F6F1CA
(246,241,202)
#F6F2CF
(246,242,207)
#F6F3D4
(246,243,212)
#F6F4D9
(246,244,217)
#F6F5DE
(246,245,222)
#F6F6E3
(246,246,227)
#F6F7E8
(246,247,232)
#F6F8ED
(246,248,237)
#F6F9F2
(246,249,242)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F0C5 color. Also use rgb(246,240,197) instead hex code.

Text Font Color

.myTextColor { color: #F6F0C5; }

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

This text font color is #F6F0C5.


Background Color

.myBgColor { background-color: #F6F0C5; }

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

This div background color is #F6F0C5.


Border color

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

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

This div border color is #F6F0C5.


Opacity

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

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

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

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

This text has shadow with #F6F0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F0C5 on black background.


Color preview on white background

This text has color #F6F0C5 on white background.



Black color preview on #F6F0C5 background

This text has black color on #F6F0C5 background.


White color preview on #F6F0C5 background

This text has white color on #F6F0C5 background.