COLOR #F6F5E9

HEX: #F6F5E9 RGB: (246,245,233)

Color info

#F6F5E9 contains red, green and blue colors in about the same proportion. Web safe color of #F6F5E9 is #FFFFFF (or #FFF).

RGB color model

#F6F5E9 color RGB value is (246,245,233).

RGB: (246,245,233) (96%, 96%, 91%)

RGB channels and saturation

R 246 of 255 = 96%
G 245 of 255 = 96%
B 233 of 255 = 91%

246
245
233

R + G + B ~ 94%. #F6F5E9 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 245 + 233 = 724 (100%)
R 246 of 724 ~ 33.98%
G 245 of 724 ~ 33.84%
B 233 of 724 ~ 32.18'%

%33.98
%33.84
%32.18

CMYK color model

#F6F5E9 color CMYK value is (0,0,5,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 5.28%
  • key color value is 3.53%
CMYK: (0,0,5,4) C0M0Y5K4 (0%,0%,5%,4%) (0.00/0.00/0.05/0.04) 

CMYK percentages

%0
%0.41
%5.28
%3.53

Codes

Color #F6F5E9 in popluar color models

F6 F5 E9
RGB 246 245 233
HSL 55° 41.94% 93.92%
HSB/HSV 55° 5.28% 96.47%
CMYK 0.00% 0.41% 5.28%
3.53%

Color #F6F5E9 in popluar number systems.

HEX F6 F5 E9
Decimal 246 245 233
Binary 11110110 11110101 11101001
Octal 366 365 351

Shades and tints

Shades of #F6F5E9

#F6F5E9
(246,245,233)
#E0DFD4
(224,223,212)
#CAC9BF
(202,201,191)
#B4B3AA
(180,179,170)
#9E9D95
(158,157,149)
#888780
(136,135,128)
#72716B
(114,113,107)
#5C5B56
(92,91,86)
#464541
(70,69,65)
#302F2C
(48,47,44)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #F6F5E9

#F6F5E9
(246,245,233)
#F6F5EB
(246,245,235)
#F6F5ED
(246,245,237)
#F6F5EF
(246,245,239)
#F6F5F1
(246,245,241)
#F6F5F3
(246,245,243)
#F6F5F5
(246,245,245)
#F6F5F7
(246,245,247)
#F6F5F9
(246,245,249)
#F6F5FB
(246,245,251)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F5E9 color. Also use rgb(246,245,233) instead hex code.

Text Font Color

.myTextColor { color: #F6F5E9; }

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

This text font color is #F6F5E9.

Background Color

.myBgColor { background-color: #F6F5E9; }

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

This div background color is #F6F5E9.

Border color

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

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

This div border color is #F6F5E9.

Opacity

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

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

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

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

This text has shadow with #F6F5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F5E9.

Preview

Color preview on black background

This text has color #F6F5E9 on black background.


Color preview on white background

This text has color #F6F5E9 on white background.


Black color preview on #F6F5E9 background

This text has black color on #F6F5E9 background.


White color preview on #F6F5E9 background

This text has white color on #F6F5E9 background.


Related colors

Complementary color

Complementary color for #hex is #090A16.


I love getcolorcode.com

Triadic colors

1 #E9F6F5 and #F5E9F6 with #F6F5E9 are triadic colors.

2 #E9F5F6 and #F5F6E9 with #F6F5E9 are triadic colors.