COLOR #FFF6EA

HEX: #FFF6EA
RGB: (255,246,234)

Color info

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

RGB color model

#FFF6EA color RGB value is (255,246,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 246 of 255 = 96%
B 234 of 255 = 92%

255
246
234

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

Portions of RGB colors in percentages

R + G + B =
255 + 246 + 234 = 735 (100%)
R 255 of 735 ~ 34.69%
G 246 of 735 ~ 33.47%
B 234 of 735 ~ 31.84%

%34.69
%33.47
%31.84

CMYK color model

#FFF6EA color CMYK value is (0,4,8,0).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,4,8,0)
C0M4Y8K0 
(0%,4%,8%,0%)
(0.00/0.04/0.08/0.00)	

CMYK percentages

%0
%3.53
%8.24
%0

Codes

Color #FFF6EA in popluar color models

FFF6EA
RGB255246234
HSL34°100.00%95.88%
HSB/HSV34°8.24%100.00%
CMYK0.00%3.53%8.24%
0.00%

Color #FFF6EA in popluar number systems.

HEXFFF6EA
Decimal255246234
Binary111111111111011011101010
Octal377366352

Shades and tints

Shades of #FFF6EA

#FFF6EA
(255,246,234)
#E8E0D5
(232,224,213)
#D1CAC0
(209,202,192)
#BAB4AB
(186,180,171)
#A39E96
(163,158,150)
#8C8881
(140,136,129)
#75726C
(117,114,108)
#5E5C57
(94,92,87)
#474642
(71,70,66)
#30302D
(48,48,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #FFF6EA

#FFF6EA
(255,246,234)
#FFF6EB
(255,246,235)
#FFF6EC
(255,246,236)
#FFF6ED
(255,246,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF6EA; }

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

This text font color is #FFF6EA.


Background Color

.myBgColor { background-color: #FFF6EA; }

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

This div background color is #FFF6EA.


Border color

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

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

This div border color is #FFF6EA.


Opacity

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

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

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

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

This text has shadow with #FFF6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF6EA on black background.


Color preview on white background

This text has color #FFF6EA on white background.



Black color preview on #FFF6EA background

This text has black color on #FFF6EA background.


White color preview on #FFF6EA background

This text has white color on #FFF6EA background.