COLOR #F6F0DF

HEX: #F6F0DF RGB: (246,240,223)

Color info

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

RGB color model

#F6F0DF color RGB value is (246,240,223).

RGB: (246,240,223) (96%, 94%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 223 of 255 = 87%

246
240
223

R + G + B ~ 92%. #F6F0DF is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 240 + 223 = 709 (100%)
R 246 of 709 ~ 34.7%
G 240 of 709 ~ 33.85%
B 223 of 709 ~ 31.45'%

%34.7
%33.85
%31.45

CMYK color model

#F6F0DF color CMYK value is (0,2,9,4).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 9.35%
  • key color value is 3.53%

CMYK: (0,2,9,4)
C0M2Y9K4 (0%, 2%, 9%, 4%)
(0.00 / 0.02 / 0.09 / 0.04)

CMYK percentages

%0
%2.44
%9.35
%3.53

Codes

Color #F6F0DF in popluar color models

F6 F0 DF
RGB 246 240 223
HSL 44° 56.10% 91.96%
HSB/HSV 44° 9.35% 96.47%
CMYK 0.00% 2.44% 9.35%
3.53%

Color #F6F0DF in popluar number systems.

HEX F6 F0 DF
Decimal 246 240 223
Binary 11110110 11110000 11011111
Octal 366 360 337

Shades and tints

Shades of #F6F0DF

#F6F0DF
(246,240,223)
#E0DBCB
(224,219,203)
#CAC6B7
(202,198,183)
#B4B1A3
(180,177,163)
#9E9C8F
(158,156,143)
#88877B
(136,135,123)
#727267
(114,114,103)
#5C5D53
(92,93,83)
#46483F
(70,72,63)
#30332B
(48,51,43)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #F6F0DF

#F6F0DF
(246,240,223)
#F6F1E1
(246,241,225)
#F6F2E3
(246,242,227)
#F6F3E5
(246,243,229)
#F6F4E7
(246,244,231)
#F6F5E9
(246,245,233)
#F6F6EB
(246,246,235)
#F6F7ED
(246,247,237)
#F6F8EF
(246,248,239)
#F6F9F1
(246,249,241)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F0DF; }

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

This text font color is #F6F0DF.

Background Color

.myBgColor { background-color: #F6F0DF; }

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

This div background color is #F6F0DF.

Border color

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

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

This div border color is #F6F0DF.

Opacity

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

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

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

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

This text has shadow with #F6F0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F0DF.

Preview

Color preview on black background

This text has color #F6F0DF on black background.


Color preview on white background

This text has color #F6F0DF on white background.


Black color preview on #F6F0DF background

This text has black color on #F6F0DF background.


White color preview on #F6F0DF background

This text has white color on #F6F0DF background.


Related colors

Complementary color

Complementary color for #hex is #090F20.


I love getcolorcode.com

Triadic colors

1 #DFF6F0 and #F0DFF6 with #F6F0DF are triadic colors.

2 #DFF0F6 and #F0F6DF with #F6F0DF are triadic colors.