COLOR #F6F0C9

HEX: #F6F0C9
RGB: (246,240,201)

Color info

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

RGB color model

#F6F0C9 color RGB value is (246,240,201).

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

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 201 of 255 = 79%

246
240
201

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

Portions of RGB colors in percentages

R + G + B =
246 + 240 + 201 = 687 (100%)
R 246 of 687 ~ 35.81%
G 240 of 687 ~ 34.93%
B 201 of 687 ~ 29.26%

%35.81
%34.93
%29.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(0,2,18,4)
C0M2Y18K4 
(0%,2%,18%,4%)
(0.00/0.02/0.18/0.04)	

CMYK percentages

%0
%2.44
%18.29
%3.53

Codes

Color #F6F0C9 in popluar color models

F6F0C9
RGB246240201
HSL52°71.43%87.65%
HSB/HSV52°18.29%96.47%
CMYK0.00%2.44%18.29%
3.53%

Color #F6F0C9 in popluar number systems.

HEXF6F0C9
Decimal246240201
Binary111101101111000011001001
Octal366360311

Shades and tints

Shades of #F6F0C9

#F6F0C9
(246,240,201)
#E0DBB7
(224,219,183)
#CAC6A5
(202,198,165)
#B4B193
(180,177,147)
#9E9C81
(158,156,129)
#88876F
(136,135,111)
#72725D
(114,114,93)
#5C5D4B
(92,93,75)
#464839
(70,72,57)
#303327
(48,51,39)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #F6F0C9

#F6F0C9
(246,240,201)
#F6F1CD
(246,241,205)
#F6F2D1
(246,242,209)
#F6F3D5
(246,243,213)
#F6F4D9
(246,244,217)
#F6F5DD
(246,245,221)
#F6F6E1
(246,246,225)
#F6F7E5
(246,247,229)
#F6F8E9
(246,248,233)
#F6F9ED
(246,249,237)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F0C9; }

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

This text font color is #F6F0C9.


Background Color

.myBgColor { background-color: #F6F0C9; }

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

This div background color is #F6F0C9.


Border color

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

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

This div border color is #F6F0C9.


Opacity

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

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

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

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

This text has shadow with #F6F0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F0C9 on black background.


Color preview on white background

This text has color #F6F0C9 on white background.



Black color preview on #F6F0C9 background

This text has black color on #F6F0C9 background.


White color preview on #F6F0C9 background

This text has white color on #F6F0C9 background.