COLOR #F6EDE1

HEX: #F6EDE1 RGB: (246,237,225)

Color info

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

RGB color model

#F6EDE1 color RGB value is (246,237,225).

RGB: (246,237,225) (96%, 93%, 88%)

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 225 of 255 = 88%

246
237
225

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

Portions of RGB colors in percentages

R + G + B = 246 + 237 + 225 = 708 (100%)
R 246 of 708 ~ 34.75%
G 237 of 708 ~ 33.47%
B 225 of 708 ~ 31.78'%

%34.75
%33.47
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 8.54%
  • key color value is 3.53%

CMYK: (0,4,9,4)
C0M4Y9K4 (0%, 4%, 9%, 4%)
(0.00 / 0.04 / 0.09 / 0.04)

CMYK percentages

%0
%3.66
%8.54
%3.53

Codes

Color #F6EDE1 in popluar color models

F6 ED E1
RGB 246 237 225
HSL 34° 53.85% 92.35%
HSB/HSV 34° 8.54% 96.47%
CMYK 0.00% 3.66% 8.54%
3.53%

Color #F6EDE1 in popluar number systems.

HEX F6 ED E1
Decimal 246 237 225
Binary 11110110 11101101 11100001
Octal 366 355 341

Shades and tints

Shades of #F6EDE1

#F6EDE1
(246,237,225)
#E0D8CD
(224,216,205)
#CAC3B9
(202,195,185)
#B4AEA5
(180,174,165)
#9E9991
(158,153,145)
#88847D
(136,132,125)
#726F69
(114,111,105)
#5C5A55
(92,90,85)
#464541
(70,69,65)
#30302D
(48,48,45)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6EDE1

#F6EDE1
(246,237,225)
#F6EEE3
(246,238,227)
#F6EFE5
(246,239,229)
#F6F0E7
(246,240,231)
#F6F1E9
(246,241,233)
#F6F2EB
(246,242,235)
#F6F3ED
(246,243,237)
#F6F4EF
(246,244,239)
#F6F5F1
(246,245,241)
#F6F6F3
(246,246,243)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDE1 color. Also use rgb(246,237,225) instead hex code.

Text Font Color

.myTextColor { color: #F6EDE1; }

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

This text font color is #F6EDE1.

Background Color

.myBgColor { background-color: #F6EDE1; }

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

This div background color is #F6EDE1.

Border color

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

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

This div border color is #F6EDE1.

Opacity

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

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

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

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

This text has shadow with #F6EDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EDE1.

Preview

Color preview on black background

This text has color #F6EDE1 on black background.


Color preview on white background

This text has color #F6EDE1 on white background.


Black color preview on #F6EDE1 background

This text has black color on #F6EDE1 background.


White color preview on #F6EDE1 background

This text has white color on #F6EDE1 background.


Related colors

Complementary color

Complementary color for #hex is #09121E.


I love getcolorcode.com

Triadic colors

1 #E1F6ED and #EDE1F6 with #F6EDE1 are triadic colors.

2 #E1EDF6 and #EDF6E1 with #F6EDE1 are triadic colors.