COLOR #F8FDD8

HEX: #F8FDD8 RGB: (248,253,216)

Color info

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

RGB color model

#F8FDD8 color RGB value is (248,253,216).

RGB: (248,253,216) (97%, 99%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 253 of 255 = 99%
B 216 of 255 = 85%

248
253
216

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

Portions of RGB colors in percentages

R + G + B = 248 + 253 + 216 = 717 (100%)
R 248 of 717 ~ 34.59%
G 253 of 717 ~ 35.29%
B 216 of 717 ~ 30.13'%

%34.59
%35.29
%30.13

CMYK color model

#F8FDD8 color CMYK value is (2,0,15,1).

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

CMYK: (2,0,15,1)
C2M0Y15K1 (2%, 0%, 15%, 1%)
(0.02 / 0.00 / 0.15 / 0.01)

CMYK percentages

%1.98
%0
%14.62
%0.78

Codes

Color #F8FDD8 in popluar color models

F8 FD D8
RGB 248 253 216
HSL 68° 90.24% 91.96%
HSB/HSV 68° 14.62% 99.22%
CMYK 1.98% 0.00% 14.62%
0.78%

Color #F8FDD8 in popluar number systems.

HEX F8 FD D8
Decimal 248 253 216
Binary 11111000 11111101 11011000
Octal 370 375 330

Shades and tints

Shades of #F8FDD8

#F8FDD8
(248,253,216)
#E2E6C5
(226,230,197)
#CCCFB2
(204,207,178)
#B6B89F
(182,184,159)
#A0A18C
(160,161,140)
#8A8A79
(138,138,121)
#747366
(116,115,102)
#5E5C53
(94,92,83)
#484540
(72,69,64)
#322E2D
(50,46,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #F8FDD8

#F8FDD8
(248,253,216)
#F8FDDB
(248,253,219)
#F8FDDE
(248,253,222)
#F8FDE1
(248,253,225)
#F8FDE4
(248,253,228)
#F8FDE7
(248,253,231)
#F8FDEA
(248,253,234)
#F8FDED
(248,253,237)
#F8FDF0
(248,253,240)
#F8FDF3
(248,253,243)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FDD8; }

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

This text font color is #F8FDD8.

Background Color

.myBgColor { background-color: #F8FDD8; }

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

This div background color is #F8FDD8.

Border color

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

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

This div border color is #F8FDD8.

Opacity

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

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

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

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

This text has shadow with #F8FDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FDD8.

Preview

Color preview on black background

This text has color #F8FDD8 on black background.


Color preview on white background

This text has color #F8FDD8 on white background.


Black color preview on #F8FDD8 background

This text has black color on #F8FDD8 background.


White color preview on #F8FDD8 background

This text has white color on #F8FDD8 background.


Related colors

Complementary color

Complementary color for #hex is #070227.


I love getcolorcode.com

Triadic colors

1 #D8F8FD and #FDD8F8 with #F8FDD8 are triadic colors.

2 #D8FDF8 and #FDF8D8 with #F8FDD8 are triadic colors.