COLOR #FFF3E6

HEX: #FFF3E6
RGB: (255,243,230)

Color info

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

RGB color model

#FFF3E6 color RGB value is (255,243,230).

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

RGB channels and saturation

R 255 of 255 = 100%
G 243 of 255 = 95%
B 230 of 255 = 90%

255
243
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 243 + 230 = 728 (100%)
R 255 of 728 ~ 35.03%
G 243 of 728 ~ 33.38%
B 230 of 728 ~ 31.59%

%35.03
%33.38
%31.59

CMYK color model

#FFF3E6 color CMYK value is (0,5,10,0).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,5,10,0)
C0M5Y10K0 
(0%,5%,10%,0%)
(0.00/0.05/0.10/0.00)	

CMYK percentages

%0
%4.71
%9.8
%0

Codes

Color #FFF3E6 in popluar color models

FFF3E6
RGB255243230
HSL31°100.00%95.10%
HSB/HSV31°9.80%100.00%
CMYK0.00%4.71%9.80%
0.00%

Color #FFF3E6 in popluar number systems.

HEXFFF3E6
Decimal255243230
Binary111111111111001111100110
Octal377363346

Shades and tints

Shades of #FFF3E6

#FFF3E6
(255,243,230)
#E8DDD2
(232,221,210)
#D1C7BE
(209,199,190)
#BAB1AA
(186,177,170)
#A39B96
(163,155,150)
#8C8582
(140,133,130)
#756F6E
(117,111,110)
#5E595A
(94,89,90)
#474346
(71,67,70)
#302D32
(48,45,50)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #FFF3E6

#FFF3E6
(255,243,230)
#FFF4E8
(255,244,232)
#FFF5EA
(255,245,234)
#FFF6EC
(255,246,236)
#FFF7EE
(255,247,238)
#FFF8F0
(255,248,240)
#FFF9F2
(255,249,242)
#FFFAF4
(255,250,244)
#FFFBF6
(255,251,246)
#FFFCF8
(255,252,248)
#FFFDFA
(255,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF3E6; }

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

This text font color is #FFF3E6.


Background Color

.myBgColor { background-color: #FFF3E6; }

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

This div background color is #FFF3E6.


Border color

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

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

This div border color is #FFF3E6.


Opacity

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

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

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

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

This text has shadow with #FFF3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF3E6 on black background.


Color preview on white background

This text has color #FFF3E6 on white background.



Black color preview on #FFF3E6 background

This text has black color on #FFF3E6 background.


White color preview on #FFF3E6 background

This text has white color on #FFF3E6 background.