COLOR #F8FDDD

HEX: #F8FDDD RGB: (248,253,221)

Color info

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

RGB color model

#F8FDDD color RGB value is (248,253,221).

RGB: (248,253,221) (97%, 99%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 253 of 255 = 99%
B 221 of 255 = 87%

248
253
221

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

Portions of RGB colors in percentages

R + G + B = 248 + 253 + 221 = 722 (100%)
R 248 of 722 ~ 34.35%
G 253 of 722 ~ 35.04%
B 221 of 722 ~ 30.61'%

%34.35
%35.04
%30.61

CMYK color model

#F8FDDD color CMYK value is (2,0,13,1).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 0.78%

CMYK: (2,0,13,1)
C2M0Y13K1 (2%, 0%, 13%, 1%)
(0.02 / 0.00 / 0.13 / 0.01)

CMYK percentages

%1.98
%0
%12.65
%0.78

Codes

Color #F8FDDD in popluar color models

F8 FD DD
RGB 248 253 221
HSL 69° 88.89% 92.94%
HSB/HSV 69° 12.65% 99.22%
CMYK 1.98% 0.00% 12.65%
0.78%

Color #F8FDDD in popluar number systems.

HEX F8 FD DD
Decimal 248 253 221
Binary 11111000 11111101 11011101
Octal 370 375 335

Shades and tints

Shades of #F8FDDD

#F8FDDD
(248,253,221)
#E2E6C9
(226,230,201)
#CCCFB5
(204,207,181)
#B6B8A1
(182,184,161)
#A0A18D
(160,161,141)
#8A8A79
(138,138,121)
#747365
(116,115,101)
#5E5C51
(94,92,81)
#48453D
(72,69,61)
#322E29
(50,46,41)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #F8FDDD

#F8FDDD
(248,253,221)
#F8FDE0
(248,253,224)
#F8FDE3
(248,253,227)
#F8FDE6
(248,253,230)
#F8FDE9
(248,253,233)
#F8FDEC
(248,253,236)
#F8FDEF
(248,253,239)
#F8FDF2
(248,253,242)
#F8FDF5
(248,253,245)
#F8FDF8
(248,253,248)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FDDD color. Also use rgb(248,253,221) instead hex code.

Text Font Color

.myTextColor { color: #F8FDDD; }

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

This text font color is #F8FDDD.

Background Color

.myBgColor { background-color: #F8FDDD; }

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

This div background color is #F8FDDD.

Border color

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

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

This div border color is #F8FDDD.

Opacity

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

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

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

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

This text has shadow with #F8FDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FDDD.

Preview

Color preview on black background

This text has color #F8FDDD on black background.


Color preview on white background

This text has color #F8FDDD on white background.


Black color preview on #F8FDDD background

This text has black color on #F8FDDD background.


White color preview on #F8FDDD background

This text has white color on #F8FDDD background.


Related colors

Complementary color

Complementary color for #hex is #070222.


I love getcolorcode.com

Triadic colors

1 #DDF8FD and #FDDDF8 with #F8FDDD are triadic colors.

2 #DDFDF8 and #FDF8DD with #F8FDDD are triadic colors.