COLOR #F4FED5

HEX: #F4FED5
RGB: (244,254,213)

Color info

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

RGB color model

#F4FED5 color RGB value is (244,254,213).

  • red value is 244;
  • green value is 254;
  • blue value is 213.
RGB:
(244,254,213)
(96%,100%,84%)

RGB channels and saturation

R 244 of 255 = 96%
G 254 of 255 = 100%
B 213 of 255 = 84%

244
254
213

R + G + B ~ 93%. #F4FED5 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 254 + 213 = 711 (100%)
R 244 of 711 ~ 34.32%
G 254 of 711 ~ 35.72%
B 213 of 711 ~ 29.96%

%34.32
%35.72
%29.96

CMYK color model

#F4FED5 color CMYK value is (4,0,16,0).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 0.39%
CMYK:
(4,0,16,0)
C4M0Y16K0 
(4%,0%,16%,0%)
(0.04/0.00/0.16/0.00)	

CMYK percentages

%3.94
%0
%16.14
%0.39

Codes

Color #F4FED5 in popluar color models

F4FED5
RGB244254213
HSL75°95.35%91.57%
HSB/HSV75°16.14%99.61%
CMYK3.94%0.00%16.14%
0.39%

Color #F4FED5 in popluar number systems.

HEXF4FED5
Decimal244254213
Binary111101001111111011010101
Octal364376325

Shades and tints

Shades of #F4FED5

#F4FED5
(244,254,213)
#DEE7C2
(222,231,194)
#C8D0AF
(200,208,175)
#B2B99C
(178,185,156)
#9CA289
(156,162,137)
#868B76
(134,139,118)
#707463
(112,116,99)
#5A5D50
(90,93,80)
#44463D
(68,70,61)
#2E2F2A
(46,47,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #F4FED5

#F4FED5
(244,254,213)
#F5FED8
(245,254,216)
#F6FEDB
(246,254,219)
#F7FEDE
(247,254,222)
#F8FEE1
(248,254,225)
#F9FEE4
(249,254,228)
#FAFEE7
(250,254,231)
#FBFEEA
(251,254,234)
#FCFEED
(252,254,237)
#FDFEF0
(253,254,240)
#FEFEF3
(254,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FED5 color. Also use rgb(244,254,213) instead hex code.

Text Font Color

.myTextColor { color: #F4FED5; }

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

This text font color is #F4FED5.


Background Color

.myBgColor { background-color: #F4FED5; }

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

This div background color is #F4FED5.


Border color

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

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

This div border color is #F4FED5.


Opacity

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

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

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

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

This text has shadow with #F4FED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FED5 on black background.


Color preview on white background

This text has color #F4FED5 on white background.



Black color preview on #F4FED5 background

This text has black color on #F4FED5 background.


White color preview on #F4FED5 background

This text has white color on #F4FED5 background.