COLOR #FFF6E2

HEX: #FFF6E2
RGB: (255,246,226)

Color info

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

RGB color model

#FFF6E2 color RGB value is (255,246,226).

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

RGB channels and saturation

R 255 of 255 = 100%
G 246 of 255 = 96%
B 226 of 255 = 89%

255
246
226

R + G + B ~ 95%. #FFF6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 246 + 226 = 727 (100%)
R 255 of 727 ~ 35.08%
G 246 of 727 ~ 33.84%
B 226 of 727 ~ 31.09%

%35.08
%33.84
%31.09

CMYK color model

#FFF6E2 color CMYK value is (0,4,11,0).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(0,4,11,0)
C0M4Y11K0 
(0%,4%,11%,0%)
(0.00/0.04/0.11/0.00)	

CMYK percentages

%0
%3.53
%11.37
%0

Codes

Color #FFF6E2 in popluar color models

FFF6E2
RGB255246226
HSL41°100.00%94.31%
HSB/HSV41°11.37%100.00%
CMYK0.00%3.53%11.37%
0.00%

Color #FFF6E2 in popluar number systems.

HEXFFF6E2
Decimal255246226
Binary111111111111011011100010
Octal377366342

Shades and tints

Shades of #FFF6E2

#FFF6E2
(255,246,226)
#E8E0CE
(232,224,206)
#D1CABA
(209,202,186)
#BAB4A6
(186,180,166)
#A39E92
(163,158,146)
#8C887E
(140,136,126)
#75726A
(117,114,106)
#5E5C56
(94,92,86)
#474642
(71,70,66)
#30302E
(48,48,46)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFF6E2

#FFF6E2
(255,246,226)
#FFF6E4
(255,246,228)
#FFF6E6
(255,246,230)
#FFF6E8
(255,246,232)
#FFF6EA
(255,246,234)
#FFF6EC
(255,246,236)
#FFF6EE
(255,246,238)
#FFF6F0
(255,246,240)
#FFF6F2
(255,246,242)
#FFF6F4
(255,246,244)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF6E2; }

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

This text font color is #FFF6E2.


Background Color

.myBgColor { background-color: #FFF6E2; }

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

This div background color is #FFF6E2.


Border color

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

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

This div border color is #FFF6E2.


Opacity

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

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

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

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

This text has shadow with #FFF6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF6E2 on black background.


Color preview on white background

This text has color #FFF6E2 on white background.



Black color preview on #FFF6E2 background

This text has black color on #FFF6E2 background.


White color preview on #FFF6E2 background

This text has white color on #FFF6E2 background.