COLOR #FFF5DA

HEX: #FFF5DA RGB: (255,245,218)

Color info

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

RGB color model

#FFF5DA color RGB value is (255,245,218).

RGB: (255,245,218) (100%, 96%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 245 of 255 = 96%
B 218 of 255 = 85%

255
245
218

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

Portions of RGB colors in percentages

R + G + B = 255 + 245 + 218 = 718 (100%)
R 255 of 718 ~ 35.52%
G 245 of 718 ~ 34.12%
B 218 of 718 ~ 30.36'%

%35.52
%34.12
%30.36

CMYK color model

#FFF5DA color CMYK value is (0,4,15,0).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 14.51%
  • key color value is 0.00%

CMYK: (0,4,15,0)
C0M4Y15K0 (0%, 4%, 15%, 0%)
(0.00 / 0.04 / 0.15 / 0.00)

CMYK percentages

%0
%3.92
%14.51
%0

Codes

Color #FFF5DA in popluar color models

FF F5 DA
RGB 255 245 218
HSL 44° 100.00% 92.75%
HSB/HSV 44° 14.51% 100.00%
CMYK 0.00% 3.92% 14.51%
0.00%

Color #FFF5DA in popluar number systems.

HEX FF F5 DA
Decimal 255 245 218
Binary 11111111 11110101 11011010
Octal 377 365 332

Shades and tints

Shades of #FFF5DA

#FFF5DA
(255,245,218)
#E8DFC7
(232,223,199)
#D1C9B4
(209,201,180)
#BAB3A1
(186,179,161)
#A39D8E
(163,157,142)
#8C877B
(140,135,123)
#757168
(117,113,104)
#5E5B55
(94,91,85)
#474542
(71,69,66)
#302F2F
(48,47,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #FFF5DA

#FFF5DA
(255,245,218)
#FFF5DD
(255,245,221)
#FFF5E0
(255,245,224)
#FFF5E3
(255,245,227)
#FFF5E6
(255,245,230)
#FFF5E9
(255,245,233)
#FFF5EC
(255,245,236)
#FFF5EF
(255,245,239)
#FFF5F2
(255,245,242)
#FFF5F5
(255,245,245)
#FFF5F8
(255,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF5DA color. Also use rgb(255,245,218) instead hex code.

Text Font Color

.myTextColor { color: #FFF5DA; }

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

This text font color is #FFF5DA.

Background Color

.myBgColor { background-color: #FFF5DA; }

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

This div background color is #FFF5DA.

Border color

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

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

This div border color is #FFF5DA.

Opacity

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

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

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

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

This text has shadow with #FFF5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF5DA.

Preview

Color preview on black background

This text has color #FFF5DA on black background.


Color preview on white background

This text has color #FFF5DA on white background.


Black color preview on #FFF5DA background

This text has black color on #FFF5DA background.


White color preview on #FFF5DA background

This text has white color on #FFF5DA background.


Related colors

Complementary color

Complementary color for #hex is #000A25.


I love getcolorcode.com

Triadic colors

1 #DAFFF5 and #F5DAFF with #FFF5DA are triadic colors.

2 #DAF5FF and #F5FFDA with #FFF5DA are triadic colors.