COLOR #F4FCDD

HEX: #F4FCDD
RGB: (244,252,221)

Color info

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

RGB color model

#F4FCDD color RGB value is (244,252,221).

  • red value is 244;
  • green value is 252;
  • blue value is 221.
RGB:
(244,252,221)
(96%,99%,87%)

RGB channels and saturation

R 244 of 255 = 96%
G 252 of 255 = 99%
B 221 of 255 = 87%

244
252
221

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

Portions of RGB colors in percentages

R + G + B =
244 + 252 + 221 = 717 (100%)
R 244 of 717 ~ 34.03%
G 252 of 717 ~ 35.15%
B 221 of 717 ~ 30.82%

%34.03
%35.15
%30.82

CMYK color model

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

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 1.18%
CMYK:
(3,0,12,1)
C3M0Y12K1 
(3%,0%,12%,1%)
(0.03/0.00/0.12/0.01)	

CMYK percentages

%3.17
%0
%12.3
%1.18

Codes

Color #F4FCDD in popluar color models

F4FCDD
RGB244252221
HSL75°83.78%92.75%
HSB/HSV75°12.30%98.82%
CMYK3.17%0.00%12.30%
1.18%

Color #F4FCDD in popluar number systems.

HEXF4FCDD
Decimal244252221
Binary111101001111110011011101
Octal364374335

Shades and tints

Shades of #F4FCDD

#F4FCDD
(244,252,221)
#DEE6C9
(222,230,201)
#C8D0B5
(200,208,181)
#B2BAA1
(178,186,161)
#9CA48D
(156,164,141)
#868E79
(134,142,121)
#707865
(112,120,101)
#5A6251
(90,98,81)
#444C3D
(68,76,61)
#2E3629
(46,54,41)
#182015
(24,32,21)
#000000
(0,0,0)

Tints of #F4FCDD

#F4FCDD
(244,252,221)
#F5FCE0
(245,252,224)
#F6FCE3
(246,252,227)
#F7FCE6
(247,252,230)
#F8FCE9
(248,252,233)
#F9FCEC
(249,252,236)
#FAFCEF
(250,252,239)
#FBFCF2
(251,252,242)
#FCFCF5
(252,252,245)
#FDFCF8
(253,252,248)
#FEFCFB
(254,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FCDD color. Also use rgb(244,252,221) instead hex code.

Text Font Color

.myTextColor { color: #F4FCDD; }

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

This text font color is #F4FCDD.


Background Color

.myBgColor { background-color: #F4FCDD; }

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

This div background color is #F4FCDD.


Border color

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

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

This div border color is #F4FCDD.


Opacity

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

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

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

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

This text has shadow with #F4FCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FCDD on black background.


Color preview on white background

This text has color #F4FCDD on white background.



Black color preview on #F4FCDD background

This text has black color on #F4FCDD background.


White color preview on #F4FCDD background

This text has white color on #F4FCDD background.