COLOR #F8FFDA

HEX: #F8FFDA RGB: (248,255,218)

Color info

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

RGB color model

#F8FFDA color RGB value is (248,255,218).

RGB: (248,255,218) (97%, 100%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 218 of 255 = 85%

248
255
218

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

Portions of RGB colors in percentages

R + G + B = 248 + 255 + 218 = 721 (100%)
R 248 of 721 ~ 34.4%
G 255 of 721 ~ 35.37%
B 218 of 721 ~ 30.24'%

%34.4
%35.37
%30.24

CMYK color model

#F8FFDA color CMYK value is (3,0,15,0).

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

CMYK: (3,0,15,0)
C3M0Y15K0 (3%, 0%, 15%, 0%)
(0.03 / 0.00 / 0.15 / 0.00)

CMYK percentages

%2.75
%0
%14.51
%0

Codes

Color #F8FFDA in popluar color models

F8 FF DA
RGB 248 255 218
HSL 71° 100.00% 92.75%
HSB/HSV 71° 14.51% 100.00%
CMYK 2.75% 0.00% 14.51%
0.00%

Color #F8FFDA in popluar number systems.

HEX F8 FF DA
Decimal 248 255 218
Binary 11111000 11111111 11011010
Octal 370 377 332

Shades and tints

Shades of #F8FFDA

#F8FFDA
(248,255,218)
#E2E8C7
(226,232,199)
#CCD1B4
(204,209,180)
#B6BAA1
(182,186,161)
#A0A38E
(160,163,142)
#8A8C7B
(138,140,123)
#747568
(116,117,104)
#5E5E55
(94,94,85)
#484742
(72,71,66)
#32302F
(50,48,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #F8FFDA

#F8FFDA
(248,255,218)
#F8FFDD
(248,255,221)
#F8FFE0
(248,255,224)
#F8FFE3
(248,255,227)
#F8FFE6
(248,255,230)
#F8FFE9
(248,255,233)
#F8FFEC
(248,255,236)
#F8FFEF
(248,255,239)
#F8FFF2
(248,255,242)
#F8FFF5
(248,255,245)
#F8FFF8
(248,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FFDA; }

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

This text font color is #F8FFDA.

Background Color

.myBgColor { background-color: #F8FFDA; }

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

This div background color is #F8FFDA.

Border color

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

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

This div border color is #F8FFDA.

Opacity

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

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

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

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

This text has shadow with #F8FFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FFDA.

Preview

Color preview on black background

This text has color #F8FFDA on black background.


Color preview on white background

This text has color #F8FFDA on white background.


Black color preview on #F8FFDA background

This text has black color on #F8FFDA background.


White color preview on #F8FFDA background

This text has white color on #F8FFDA background.


Related colors

Complementary color

Complementary color for #hex is #070025.


I love getcolorcode.com

Triadic colors

1 #DAF8FF and #FFDAF8 with #F8FFDA are triadic colors.

2 #DAFFF8 and #FFF8DA with #F8FFDA are triadic colors.