COLOR #F6EDD8

HEX: #F6EDD8 RGB: (246,237,216)

Color info

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

RGB color model

#F6EDD8 color RGB value is (246,237,216).

RGB: (246,237,216) (96%, 93%, 85%)

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 216 of 255 = 85%

246
237
216

R + G + B ~ 91%. #F6EDD8 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 237 + 216 = 699 (100%)
R 246 of 699 ~ 35.19%
G 237 of 699 ~ 33.91%
B 216 of 699 ~ 30.9'%

%35.19
%33.91
%30.9

CMYK color model

#F6EDD8 color CMYK value is (0,4,12,4).

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

CMYK: (0,4,12,4)
C0M4Y12K4 (0%, 4%, 12%, 4%)
(0.00 / 0.04 / 0.12 / 0.04)

CMYK percentages

%0
%3.66
%12.2
%3.53

Codes

Color #F6EDD8 in popluar color models

F6 ED D8
RGB 246 237 216
HSL 42° 62.50% 90.59%
HSB/HSV 42° 12.20% 96.47%
CMYK 0.00% 3.66% 12.20%
3.53%

Color #F6EDD8 in popluar number systems.

HEX F6 ED D8
Decimal 246 237 216
Binary 11110110 11101101 11011000
Octal 366 355 330

Shades and tints

Shades of #F6EDD8

#F6EDD8
(246,237,216)
#E0D8C5
(224,216,197)
#CAC3B2
(202,195,178)
#B4AE9F
(180,174,159)
#9E998C
(158,153,140)
#888479
(136,132,121)
#726F66
(114,111,102)
#5C5A53
(92,90,83)
#464540
(70,69,64)
#30302D
(48,48,45)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #F6EDD8

#F6EDD8
(246,237,216)
#F6EEDB
(246,238,219)
#F6EFDE
(246,239,222)
#F6F0E1
(246,240,225)
#F6F1E4
(246,241,228)
#F6F2E7
(246,242,231)
#F6F3EA
(246,243,234)
#F6F4ED
(246,244,237)
#F6F5F0
(246,245,240)
#F6F6F3
(246,246,243)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDD8; }

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

This text font color is #F6EDD8.

Background Color

.myBgColor { background-color: #F6EDD8; }

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

This div background color is #F6EDD8.

Border color

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

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

This div border color is #F6EDD8.

Opacity

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

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

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

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

This text has shadow with #F6EDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EDD8.

Preview

Color preview on black background

This text has color #F6EDD8 on black background.


Color preview on white background

This text has color #F6EDD8 on white background.


Black color preview on #F6EDD8 background

This text has black color on #F6EDD8 background.


White color preview on #F6EDD8 background

This text has white color on #F6EDD8 background.


Related colors

Complementary color

Complementary color for #hex is #091227.


I love getcolorcode.com

Triadic colors

1 #D8F6ED and #EDD8F6 with #F6EDD8 are triadic colors.

2 #D8EDF6 and #EDF6D8 with #F6EDD8 are triadic colors.