COLOR #FFF1D5

HEX: #FFF1D5 RGB: (255,241,213)

Color info

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

RGB color model

#FFF1D5 color RGB value is (255,241,213).

RGB: (255,241,213) (100%, 95%, 84%)

RGB channels and saturation

R 255 of 255 = 100%
G 241 of 255 = 95%
B 213 of 255 = 84%

255
241
213

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

Portions of RGB colors in percentages

R + G + B = 255 + 241 + 213 = 709 (100%)
R 255 of 709 ~ 35.97%
G 241 of 709 ~ 33.99%
B 213 of 709 ~ 30.04'%

%35.97
%33.99
%30.04

CMYK color model

#FFF1D5 color CMYK value is (0,5,16,0).

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

CMYK: (0,5,16,0)
C0M5Y16K0 (0%, 5%, 16%, 0%)
(0.00 / 0.05 / 0.16 / 0.00)

CMYK percentages

%0
%5.49
%16.47
%0

Codes

Color #FFF1D5 in popluar color models

FF F1 D5
RGB 255 241 213
HSL 40° 100.00% 91.76%
HSB/HSV 40° 16.47% 100.00%
CMYK 0.00% 5.49% 16.47%
0.00%

Color #FFF1D5 in popluar number systems.

HEX FF F1 D5
Decimal 255 241 213
Binary 11111111 11110001 11010101
Octal 377 361 325

Shades and tints

Shades of #FFF1D5

#FFF1D5
(255,241,213)
#E8DCC2
(232,220,194)
#D1C7AF
(209,199,175)
#BAB29C
(186,178,156)
#A39D89
(163,157,137)
#8C8876
(140,136,118)
#757363
(117,115,99)
#5E5E50
(94,94,80)
#47493D
(71,73,61)
#30342A
(48,52,42)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #FFF1D5

#FFF1D5
(255,241,213)
#FFF2D8
(255,242,216)
#FFF3DB
(255,243,219)
#FFF4DE
(255,244,222)
#FFF5E1
(255,245,225)
#FFF6E4
(255,246,228)
#FFF7E7
(255,247,231)
#FFF8EA
(255,248,234)
#FFF9ED
(255,249,237)
#FFFAF0
(255,250,240)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF1D5; }

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

This text font color is #FFF1D5.

Background Color

.myBgColor { background-color: #FFF1D5; }

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

This div background color is #FFF1D5.

Border color

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

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

This div border color is #FFF1D5.

Opacity

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

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

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

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

This text has shadow with #FFF1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF1D5.

Preview

Color preview on black background

This text has color #FFF1D5 on black background.


Color preview on white background

This text has color #FFF1D5 on white background.


Black color preview on #FFF1D5 background

This text has black color on #FFF1D5 background.


White color preview on #FFF1D5 background

This text has white color on #FFF1D5 background.


Related colors

Complementary color

Complementary color for #hex is #000E2A.


I love getcolorcode.com

Triadic colors

1 #D5FFF1 and #F1D5FF with #FFF1D5 are triadic colors.

2 #D5F1FF and #F1FFD5 with #FFF1D5 are triadic colors.