COLOR #F6F0CB

HEX: #F6F0CB
RGB: (246,240,203)

Color info

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

RGB color model

#F6F0CB color RGB value is (246,240,203).

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

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 203 of 255 = 80%

246
240
203

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

Portions of RGB colors in percentages

R + G + B =
246 + 240 + 203 = 689 (100%)
R 246 of 689 ~ 35.7%
G 240 of 689 ~ 34.83%
B 203 of 689 ~ 29.46%

%35.7
%34.83
%29.46

CMYK color model

#F6F0CB color CMYK value is (0,2,17,4).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(0,2,17,4)
C0M2Y17K4 
(0%,2%,17%,4%)
(0.00/0.02/0.17/0.04)	

CMYK percentages

%0
%2.44
%17.48
%3.53

Codes

Color #F6F0CB in popluar color models

F6F0CB
RGB246240203
HSL52°70.49%88.04%
HSB/HSV52°17.48%96.47%
CMYK0.00%2.44%17.48%
3.53%

Color #F6F0CB in popluar number systems.

HEXF6F0CB
Decimal246240203
Binary111101101111000011001011
Octal366360313

Shades and tints

Shades of #F6F0CB

#F6F0CB
(246,240,203)
#E0DBB9
(224,219,185)
#CAC6A7
(202,198,167)
#B4B195
(180,177,149)
#9E9C83
(158,156,131)
#888771
(136,135,113)
#72725F
(114,114,95)
#5C5D4D
(92,93,77)
#46483B
(70,72,59)
#303329
(48,51,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #F6F0CB

#F6F0CB
(246,240,203)
#F6F1CF
(246,241,207)
#F6F2D3
(246,242,211)
#F6F3D7
(246,243,215)
#F6F4DB
(246,244,219)
#F6F5DF
(246,245,223)
#F6F6E3
(246,246,227)
#F6F7E7
(246,247,231)
#F6F8EB
(246,248,235)
#F6F9EF
(246,249,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F0CB; }

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

This text font color is #F6F0CB.


Background Color

.myBgColor { background-color: #F6F0CB; }

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

This div background color is #F6F0CB.


Border color

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

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

This div border color is #F6F0CB.


Opacity

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

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

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

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

This text has shadow with #F6F0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F0CB on black background.


Color preview on white background

This text has color #F6F0CB on white background.



Black color preview on #F6F0CB background

This text has black color on #F6F0CB background.


White color preview on #F6F0CB background

This text has white color on #F6F0CB background.