COLOR #F4FDE1

HEX: #F4FDE1 RGB: (244,253,225)

Color info

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

RGB color model

#F4FDE1 color RGB value is (244,253,225).

RGB: (244,253,225) (96%, 99%, 88%)

RGB channels and saturation

R 244 of 255 = 96%
G 253 of 255 = 99%
B 225 of 255 = 88%

244
253
225

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

Portions of RGB colors in percentages

R + G + B = 244 + 253 + 225 = 722 (100%)
R 244 of 722 ~ 33.8%
G 253 of 722 ~ 35.04%
B 225 of 722 ~ 31.16'%

%33.8
%35.04
%31.16

CMYK color model

#F4FDE1 color CMYK value is (4,0,11,1).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 11.07%
  • key color value is 0.78%

CMYK: (4,0,11,1)
C4M0Y11K1 (4%, 0%, 11%, 1%)
(0.04 / 0.00 / 0.11 / 0.01)

CMYK percentages

%3.56
%0
%11.07
%0.78

Codes

Color #F4FDE1 in popluar color models

F4 FD E1
RGB 244 253 225
HSL 79° 87.50% 93.73%
HSB/HSV 79° 11.07% 99.22%
CMYK 3.56% 0.00% 11.07%
0.78%

Color #F4FDE1 in popluar number systems.

HEX F4 FD E1
Decimal 244 253 225
Binary 11110100 11111101 11100001
Octal 364 375 341

Shades and tints

Shades of #F4FDE1

#F4FDE1
(244,253,225)
#DEE6CD
(222,230,205)
#C8CFB9
(200,207,185)
#B2B8A5
(178,184,165)
#9CA191
(156,161,145)
#868A7D
(134,138,125)
#707369
(112,115,105)
#5A5C55
(90,92,85)
#444541
(68,69,65)
#2E2E2D
(46,46,45)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #F4FDE1

#F4FDE1
(244,253,225)
#F5FDE3
(245,253,227)
#F6FDE5
(246,253,229)
#F7FDE7
(247,253,231)
#F8FDE9
(248,253,233)
#F9FDEB
(249,253,235)
#FAFDED
(250,253,237)
#FBFDEF
(251,253,239)
#FCFDF1
(252,253,241)
#FDFDF3
(253,253,243)
#FEFDF5
(254,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FDE1 color. Also use rgb(244,253,225) instead hex code.

Text Font Color

.myTextColor { color: #F4FDE1; }

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

This text font color is #F4FDE1.

Background Color

.myBgColor { background-color: #F4FDE1; }

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

This div background color is #F4FDE1.

Border color

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

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

This div border color is #F4FDE1.

Opacity

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

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

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

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

This text has shadow with #F4FDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FDE1.

Preview

Color preview on black background

This text has color #F4FDE1 on black background.


Color preview on white background

This text has color #F4FDE1 on white background.


Black color preview on #F4FDE1 background

This text has black color on #F4FDE1 background.


White color preview on #F4FDE1 background

This text has white color on #F4FDE1 background.


Related colors

Complementary color

Complementary color for #hex is #0B021E.


I love getcolorcode.com

Triadic colors

1 #E1F4FD and #FDE1F4 with #F4FDE1 are triadic colors.

2 #E1FDF4 and #FDF4E1 with #F4FDE1 are triadic colors.