COLOR #FFF3E2

HEX: #FFF3E2
RGB: (255,243,226)

Color info

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

RGB color model

#FFF3E2 color RGB value is (255,243,226).

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

RGB channels and saturation

R 255 of 255 = 100%
G 243 of 255 = 95%
B 226 of 255 = 89%

255
243
226

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

Portions of RGB colors in percentages

R + G + B =
255 + 243 + 226 = 724 (100%)
R 255 of 724 ~ 35.22%
G 243 of 724 ~ 33.56%
B 226 of 724 ~ 31.22%

%35.22
%33.56
%31.22

CMYK color model

#FFF3E2 color CMYK value is (0,5,11,0).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(0,5,11,0)
C0M5Y11K0 
(0%,5%,11%,0%)
(0.00/0.05/0.11/0.00)	

CMYK percentages

%0
%4.71
%11.37
%0

Codes

Color #FFF3E2 in popluar color models

FFF3E2
RGB255243226
HSL35°100.00%94.31%
HSB/HSV35°11.37%100.00%
CMYK0.00%4.71%11.37%
0.00%

Color #FFF3E2 in popluar number systems.

HEXFFF3E2
Decimal255243226
Binary111111111111001111100010
Octal377363342

Shades and tints

Shades of #FFF3E2

#FFF3E2
(255,243,226)
#E8DDCE
(232,221,206)
#D1C7BA
(209,199,186)
#BAB1A6
(186,177,166)
#A39B92
(163,155,146)
#8C857E
(140,133,126)
#756F6A
(117,111,106)
#5E5956
(94,89,86)
#474342
(71,67,66)
#302D2E
(48,45,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #FFF3E2

#FFF3E2
(255,243,226)
#FFF4E4
(255,244,228)
#FFF5E6
(255,245,230)
#FFF6E8
(255,246,232)
#FFF7EA
(255,247,234)
#FFF8EC
(255,248,236)
#FFF9EE
(255,249,238)
#FFFAF0
(255,250,240)
#FFFBF2
(255,251,242)
#FFFCF4
(255,252,244)
#FFFDF6
(255,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF3E2; }

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

This text font color is #FFF3E2.


Background Color

.myBgColor { background-color: #FFF3E2; }

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

This div background color is #FFF3E2.


Border color

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

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

This div border color is #FFF3E2.


Opacity

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

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

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

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

This text has shadow with #FFF3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF3E2 on black background.


Color preview on white background

This text has color #FFF3E2 on white background.



Black color preview on #FFF3E2 background

This text has black color on #FFF3E2 background.


White color preview on #FFF3E2 background

This text has white color on #FFF3E2 background.