COLOR #FFF1D9

HEX: #FFF1D9 RGB: (255,241,217)

Color info

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

RGB color model

#FFF1D9 color RGB value is (255,241,217).

RGB: (255,241,217) (100%, 95%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 241 of 255 = 95%
B 217 of 255 = 85%

255
241
217

R + G + B ~ 93%. #FFF1D9 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 241 + 217 = 713 (100%)
R 255 of 713 ~ 35.76%
G 241 of 713 ~ 33.8%
B 217 of 713 ~ 30.43'%

%35.76
%33.8
%30.43

CMYK color model

#FFF1D9 color CMYK value is (0,5,15,0).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 14.90%
  • key color value is 0.00%

CMYK: (0,5,15,0)
C0M5Y15K0 (0%, 5%, 15%, 0%)
(0.00 / 0.05 / 0.15 / 0.00)

CMYK percentages

%0
%5.49
%14.9
%0

Codes

Color #FFF1D9 in popluar color models

FF F1 D9
RGB 255 241 217
HSL 38° 100.00% 92.55%
HSB/HSV 38° 14.90% 100.00%
CMYK 0.00% 5.49% 14.90%
0.00%

Color #FFF1D9 in popluar number systems.

HEX FF F1 D9
Decimal 255 241 217
Binary 11111111 11110001 11011001
Octal 377 361 331

Shades and tints

Shades of #FFF1D9

#FFF1D9
(255,241,217)
#E8DCC6
(232,220,198)
#D1C7B3
(209,199,179)
#BAB2A0
(186,178,160)
#A39D8D
(163,157,141)
#8C887A
(140,136,122)
#757367
(117,115,103)
#5E5E54
(94,94,84)
#474941
(71,73,65)
#30342E
(48,52,46)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #FFF1D9

#FFF1D9
(255,241,217)
#FFF2DC
(255,242,220)
#FFF3DF
(255,243,223)
#FFF4E2
(255,244,226)
#FFF5E5
(255,245,229)
#FFF6E8
(255,246,232)
#FFF7EB
(255,247,235)
#FFF8EE
(255,248,238)
#FFF9F1
(255,249,241)
#FFFAF4
(255,250,244)
#FFFBF7
(255,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF1D9; }

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

This text font color is #FFF1D9.

Background Color

.myBgColor { background-color: #FFF1D9; }

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

This div background color is #FFF1D9.

Border color

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

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

This div border color is #FFF1D9.

Opacity

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

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

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

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

This text has shadow with #FFF1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF1D9.

Preview

Color preview on black background

This text has color #FFF1D9 on black background.


Color preview on white background

This text has color #FFF1D9 on white background.


Black color preview on #FFF1D9 background

This text has black color on #FFF1D9 background.


White color preview on #FFF1D9 background

This text has white color on #FFF1D9 background.


Related colors

Complementary color

Complementary color for #hex is #000E26.


I love getcolorcode.com

Triadic colors

1 #D9FFF1 and #F1D9FF with #FFF1D9 are triadic colors.

2 #D9F1FF and #F1FFD9 with #FFF1D9 are triadic colors.