COLOR #FFF3E1

HEX: #FFF3E1
RGB: (255,243,225)

Color info

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

RGB color model

#FFF3E1 color RGB value is (255,243,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 243 of 255 = 95%
B 225 of 255 = 88%

255
243
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 243 + 225 = 723 (100%)
R 255 of 723 ~ 35.27%
G 243 of 723 ~ 33.61%
B 225 of 723 ~ 31.12%

%35.27
%33.61
%31.12

CMYK color model

#FFF3E1 color CMYK value is (0,5,12,0).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,5,12,0)
C0M5Y12K0 
(0%,5%,12%,0%)
(0.00/0.05/0.12/0.00)	

CMYK percentages

%0
%4.71
%11.76
%0

Codes

Color #FFF3E1 in popluar color models

FFF3E1
RGB255243225
HSL36°100.00%94.12%
HSB/HSV36°11.76%100.00%
CMYK0.00%4.71%11.76%
0.00%

Color #FFF3E1 in popluar number systems.

HEXFFF3E1
Decimal255243225
Binary111111111111001111100001
Octal377363341

Shades and tints

Shades of #FFF3E1

#FFF3E1
(255,243,225)
#E8DDCD
(232,221,205)
#D1C7B9
(209,199,185)
#BAB1A5
(186,177,165)
#A39B91
(163,155,145)
#8C857D
(140,133,125)
#756F69
(117,111,105)
#5E5955
(94,89,85)
#474341
(71,67,65)
#302D2D
(48,45,45)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #FFF3E1

#FFF3E1
(255,243,225)
#FFF4E3
(255,244,227)
#FFF5E5
(255,245,229)
#FFF6E7
(255,246,231)
#FFF7E9
(255,247,233)
#FFF8EB
(255,248,235)
#FFF9ED
(255,249,237)
#FFFAEF
(255,250,239)
#FFFBF1
(255,251,241)
#FFFCF3
(255,252,243)
#FFFDF5
(255,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF3E1; }

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

This text font color is #FFF3E1.


Background Color

.myBgColor { background-color: #FFF3E1; }

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

This div background color is #FFF3E1.


Border color

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

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

This div border color is #FFF3E1.


Opacity

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

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

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

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

This text has shadow with #FFF3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF3E1 on black background.


Color preview on white background

This text has color #FFF3E1 on white background.



Black color preview on #FFF3E1 background

This text has black color on #FFF3E1 background.


White color preview on #FFF3E1 background

This text has white color on #FFF3E1 background.