COLOR #F8E4DA

HEX: #F8E4DA RGB: (248,228,218)

Color info

#F8E4DA contains red, green and blue colors in about the same proportion. Web safe color of #F8E4DA is #FFCCCC (or #FCC).

RGB color model

#F8E4DA color RGB value is (248,228,218).

RGB: (248,228,218) (97%, 89%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 228 of 255 = 89%
B 218 of 255 = 85%

248
228
218

R + G + B ~ 90%. #F8E4DA is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 228 + 218 = 694 (100%)
R 248 of 694 ~ 35.73%
G 228 of 694 ~ 32.85%
B 218 of 694 ~ 31.41'%

%35.73
%32.85
%31.41

CMYK color model

#F8E4DA color CMYK value is (0,8,12,3).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 12.10%
  • key color value is 2.75%

CMYK: (0,8,12,3)
C0M8Y12K3 (0%, 8%, 12%, 3%)
(0.00 / 0.08 / 0.12 / 0.03)

CMYK percentages

%0
%8.06
%12.1
%2.75

Codes

Color #F8E4DA in popluar color models

F8 E4 DA
RGB 248 228 218
HSL 20° 68.18% 91.37%
HSB/HSV 20° 12.10% 97.25%
CMYK 0.00% 8.06% 12.10%
2.75%

Color #F8E4DA in popluar number systems.

HEX F8 E4 DA
Decimal 248 228 218
Binary 11111000 11100100 11011010
Octal 370 344 332

Shades and tints

Shades of #F8E4DA

#F8E4DA
(248,228,218)
#E2D0C7
(226,208,199)
#CCBCB4
(204,188,180)
#B6A8A1
(182,168,161)
#A0948E
(160,148,142)
#8A807B
(138,128,123)
#746C68
(116,108,104)
#5E5855
(94,88,85)
#484442
(72,68,66)
#32302F
(50,48,47)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #F8E4DA

#F8E4DA
(248,228,218)
#F8E6DD
(248,230,221)
#F8E8E0
(248,232,224)
#F8EAE3
(248,234,227)
#F8ECE6
(248,236,230)
#F8EEE9
(248,238,233)
#F8F0EC
(248,240,236)
#F8F2EF
(248,242,239)
#F8F4F2
(248,244,242)
#F8F6F5
(248,246,245)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E4DA color. Also use rgb(248,228,218) instead hex code.

Text Font Color

.myTextColor { color: #F8E4DA; }

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

This text font color is #F8E4DA.

Background Color

.myBgColor { background-color: #F8E4DA; }

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

This div background color is #F8E4DA.

Border color

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

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

This div border color is #F8E4DA.

Opacity

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

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

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

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

This text has shadow with #F8E4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E4DA.

Preview

Color preview on black background

This text has color #F8E4DA on black background.


Color preview on white background

This text has color #F8E4DA on white background.


Black color preview on #F8E4DA background

This text has black color on #F8E4DA background.


White color preview on #F8E4DA background

This text has white color on #F8E4DA background.


Related colors

Complementary color

Complementary color for #hex is #071B25.


I love getcolorcode.com

Triadic colors

1 #DAF8E4 and #E4DAF8 with #F8E4DA are triadic colors.

2 #DAE4F8 and #E4F8DA with #F8E4DA are triadic colors.