COLOR #FFF1DC

HEX: #FFF1DC
RGB: (255,241,220)

Color info

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

RGB color model

#FFF1DC color RGB value is (255,241,220).

  • red value is 255;
  • green value is 241;
  • blue value is 220.
RGB:
(255,241,220)
(100%,95%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 241 of 255 = 95%
B 220 of 255 = 86%

255
241
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 241 + 220 = 716 (100%)
R 255 of 716 ~ 35.61%
G 241 of 716 ~ 33.66%
B 220 of 716 ~ 30.73%

%35.61
%33.66
%30.73

CMYK color model

#FFF1DC color CMYK value is (0,5,14,0).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,5,14,0)
C0M5Y14K0 
(0%,5%,14%,0%)
(0.00/0.05/0.14/0.00)	

CMYK percentages

%0
%5.49
%13.73
%0

Codes

Color #FFF1DC in popluar color models

FFF1DC
RGB255241220
HSL36°100.00%93.14%
HSB/HSV36°13.73%100.00%
CMYK0.00%5.49%13.73%
0.00%

Color #FFF1DC in popluar number systems.

HEXFFF1DC
Decimal255241220
Binary111111111111000111011100
Octal377361334

Shades and tints

Shades of #FFF1DC

#FFF1DC
(255,241,220)
#E8DCC8
(232,220,200)
#D1C7B4
(209,199,180)
#BAB2A0
(186,178,160)
#A39D8C
(163,157,140)
#8C8878
(140,136,120)
#757364
(117,115,100)
#5E5E50
(94,94,80)
#47493C
(71,73,60)
#303428
(48,52,40)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #FFF1DC

#FFF1DC
(255,241,220)
#FFF2DF
(255,242,223)
#FFF3E2
(255,243,226)
#FFF4E5
(255,244,229)
#FFF5E8
(255,245,232)
#FFF6EB
(255,246,235)
#FFF7EE
(255,247,238)
#FFF8F1
(255,248,241)
#FFF9F4
(255,249,244)
#FFFAF7
(255,250,247)
#FFFBFA
(255,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF1DC color. Also use rgb(255,241,220) instead hex code.

Text Font Color

.myTextColor { color: #FFF1DC; }

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

This text font color is #FFF1DC.


Background Color

.myBgColor { background-color: #FFF1DC; }

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

This div background color is #FFF1DC.


Border color

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

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

This div border color is #FFF1DC.


Opacity

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

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

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

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

This text has shadow with #FFF1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF1DC on black background.


Color preview on white background

This text has color #FFF1DC on white background.



Black color preview on #FFF1DC background

This text has black color on #FFF1DC background.


White color preview on #FFF1DC background

This text has white color on #FFF1DC background.