COLOR #F5FDDF

HEX: #F5FDDF RGB: (245,253,223)

Color info

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

RGB color model

#F5FDDF color RGB value is (245,253,223).

RGB: (245,253,223) (96%, 99%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 253 of 255 = 99%
B 223 of 255 = 87%

245
253
223

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

Portions of RGB colors in percentages

R + G + B = 245 + 253 + 223 = 721 (100%)
R 245 of 721 ~ 33.98%
G 253 of 721 ~ 35.09%
B 223 of 721 ~ 30.93'%

%33.98
%35.09
%30.93

CMYK color model

#F5FDDF color CMYK value is (3,0,12,1).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 0.78%

CMYK: (3,0,12,1)
C3M0Y12K1 (3%, 0%, 12%, 1%)
(0.03 / 0.00 / 0.12 / 0.01)

CMYK percentages

%3.16
%0
%11.86
%0.78

Codes

Color #F5FDDF in popluar color models

F5 FD DF
RGB 245 253 223
HSL 76° 88.24% 93.33%
HSB/HSV 76° 11.86% 99.22%
CMYK 3.16% 0.00% 11.86%
0.78%

Color #F5FDDF in popluar number systems.

HEX F5 FD DF
Decimal 245 253 223
Binary 11110101 11111101 11011111
Octal 365 375 337

Shades and tints

Shades of #F5FDDF

#F5FDDF
(245,253,223)
#DFE6CB
(223,230,203)
#C9CFB7
(201,207,183)
#B3B8A3
(179,184,163)
#9DA18F
(157,161,143)
#878A7B
(135,138,123)
#717367
(113,115,103)
#5B5C53
(91,92,83)
#45453F
(69,69,63)
#2F2E2B
(47,46,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #F5FDDF

#F5FDDF
(245,253,223)
#F5FDE1
(245,253,225)
#F5FDE3
(245,253,227)
#F5FDE5
(245,253,229)
#F5FDE7
(245,253,231)
#F5FDE9
(245,253,233)
#F5FDEB
(245,253,235)
#F5FDED
(245,253,237)
#F5FDEF
(245,253,239)
#F5FDF1
(245,253,241)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FDDF color. Also use rgb(245,253,223) instead hex code.

Text Font Color

.myTextColor { color: #F5FDDF; }

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

This text font color is #F5FDDF.

Background Color

.myBgColor { background-color: #F5FDDF; }

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

This div background color is #F5FDDF.

Border color

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

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

This div border color is #F5FDDF.

Opacity

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

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

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

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

This text has shadow with #F5FDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FDDF.

Preview

Color preview on black background

This text has color #F5FDDF on black background.


Color preview on white background

This text has color #F5FDDF on white background.


Black color preview on #F5FDDF background

This text has black color on #F5FDDF background.


White color preview on #F5FDDF background

This text has white color on #F5FDDF background.


Related colors

Complementary color

Complementary color for #hex is #0A0220.


I love getcolorcode.com

Triadic colors

1 #DFF5FD and #FDDFF5 with #F5FDDF are triadic colors.

2 #DFFDF5 and #FDF5DF with #F5FDDF are triadic colors.