COLOR #FFF6EE

HEX: #FFF6EE
RGB: (255,246,238)

Color info

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

RGB color model

#FFF6EE color RGB value is (255,246,238).

  • red value is 255;
  • green value is 246;
  • blue value is 238.
RGB:
(255,246,238)
(100%,96%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 246 of 255 = 96%
B 238 of 255 = 93%

255
246
238

R + G + B ~ 96%. #FFF6EE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 246 + 238 = 739 (100%)
R 255 of 739 ~ 34.51%
G 246 of 739 ~ 33.29%
B 238 of 739 ~ 32.21%

%34.51
%33.29
%32.21

CMYK color model

#FFF6EE color CMYK value is (0,4,7,0).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,4,7,0)
C0M4Y7K0 
(0%,4%,7%,0%)
(0.00/0.04/0.07/0.00)	

CMYK percentages

%0
%3.53
%6.67
%0

Codes

Color #FFF6EE in popluar color models

FFF6EE
RGB255246238
HSL28°100.00%96.67%
HSB/HSV28°6.67%100.00%
CMYK0.00%3.53%6.67%
0.00%

Color #FFF6EE in popluar number systems.

HEXFFF6EE
Decimal255246238
Binary111111111111011011101110
Octal377366356

Shades and tints

Shades of #FFF6EE

#FFF6EE
(255,246,238)
#E8E0D9
(232,224,217)
#D1CAC4
(209,202,196)
#BAB4AF
(186,180,175)
#A39E9A
(163,158,154)
#8C8885
(140,136,133)
#757270
(117,114,112)
#5E5C5B
(94,92,91)
#474646
(71,70,70)
#303031
(48,48,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #FFF6EE

#FFF6EE
(255,246,238)
#FFF6EF
(255,246,239)
#FFF6F0
(255,246,240)
#FFF6F1
(255,246,241)
#FFF6F2
(255,246,242)
#FFF6F3
(255,246,243)
#FFF6F4
(255,246,244)
#FFF6F5
(255,246,245)
#FFF6F6
(255,246,246)
#FFF6F7
(255,246,247)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF6EE color. Also use rgb(255,246,238) instead hex code.

Text Font Color

.myTextColor { color: #FFF6EE; }

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

This text font color is #FFF6EE.


Background Color

.myBgColor { background-color: #FFF6EE; }

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

This div background color is #FFF6EE.


Border color

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

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

This div border color is #FFF6EE.


Opacity

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

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

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

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

This text has shadow with #FFF6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF6EE on black background.


Color preview on white background

This text has color #FFF6EE on white background.



Black color preview on #FFF6EE background

This text has black color on #FFF6EE background.


White color preview on #FFF6EE background

This text has white color on #FFF6EE background.