COLOR #F6F8DE

HEX: #F6F8DE
RGB: (246,248,222)

Color info

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

RGB color model

#F6F8DE color RGB value is (246,248,222).

  • red value is 246;
  • green value is 248;
  • blue value is 222.
RGB:
(246,248,222)
(96%,97%,87%)

RGB channels and saturation

R 246 of 255 = 96%
G 248 of 255 = 97%
B 222 of 255 = 87%

246
248
222

R + G + B ~ 93%. #F6F8DE is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 248 + 222 = 716 (100%)
R 246 of 716 ~ 34.36%
G 248 of 716 ~ 34.64%
B 222 of 716 ~ 31.01%

%34.36
%34.64
%31.01

CMYK color model

#F6F8DE color CMYK value is (1,0,10,3).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(1,0,10,3)
C1M0Y10K3 
(1%,0%,10%,3%)
(0.01/0.00/0.10/0.03)	

CMYK percentages

%0.81
%0
%10.48
%2.75

Codes

Color #F6F8DE in popluar color models

F6F8DE
RGB246248222
HSL65°65.00%92.16%
HSB/HSV65°10.48%97.25%
CMYK0.81%0.00%10.48%
2.75%

Color #F6F8DE in popluar number systems.

HEXF6F8DE
Decimal246248222
Binary111101101111100011011110
Octal366370336

Shades and tints

Shades of #F6F8DE

#F6F8DE
(246,248,222)
#E0E2CA
(224,226,202)
#CACCB6
(202,204,182)
#B4B6A2
(180,182,162)
#9EA08E
(158,160,142)
#888A7A
(136,138,122)
#727466
(114,116,102)
#5C5E52
(92,94,82)
#46483E
(70,72,62)
#30322A
(48,50,42)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #F6F8DE

#F6F8DE
(246,248,222)
#F6F8E1
(246,248,225)
#F6F8E4
(246,248,228)
#F6F8E7
(246,248,231)
#F6F8EA
(246,248,234)
#F6F8ED
(246,248,237)
#F6F8F0
(246,248,240)
#F6F8F3
(246,248,243)
#F6F8F6
(246,248,246)
#F6F8F9
(246,248,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F8DE color. Also use rgb(246,248,222) instead hex code.

Text Font Color

.myTextColor { color: #F6F8DE; }

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

This text font color is #F6F8DE.


Background Color

.myBgColor { background-color: #F6F8DE; }

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

This div background color is #F6F8DE.


Border color

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

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

This div border color is #F6F8DE.


Opacity

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

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

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

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

This text has shadow with #F6F8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F8DE on black background.


Color preview on white background

This text has color #F6F8DE on white background.



Black color preview on #F6F8DE background

This text has black color on #F6F8DE background.


White color preview on #F6F8DE background

This text has white color on #F6F8DE background.