COLOR #F4FDDC

HEX: #F4FDDC
RGB: (244,253,220)

Color info

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

RGB color model

#F4FDDC color RGB value is (244,253,220).

  • red value is 244;
  • green value is 253;
  • blue value is 220.
RGB:
(244,253,220)
(96%,99%,86%)

RGB channels and saturation

R 244 of 255 = 96%
G 253 of 255 = 99%
B 220 of 255 = 86%

244
253
220

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

Portions of RGB colors in percentages

R + G + B =
244 + 253 + 220 = 717 (100%)
R 244 of 717 ~ 34.03%
G 253 of 717 ~ 35.29%
B 220 of 717 ~ 30.68%

%34.03
%35.29
%30.68

CMYK color model

#F4FDDC color CMYK value is (4,0,13,1).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(4,0,13,1)
C4M0Y13K1 
(4%,0%,13%,1%)
(0.04/0.00/0.13/0.01)	

CMYK percentages

%3.56
%0
%13.04
%0.78

Codes

Color #F4FDDC in popluar color models

F4FDDC
RGB244253220
HSL76°89.19%92.75%
HSB/HSV76°13.04%99.22%
CMYK3.56%0.00%13.04%
0.78%

Color #F4FDDC in popluar number systems.

HEXF4FDDC
Decimal244253220
Binary111101001111110111011100
Octal364375334

Shades and tints

Shades of #F4FDDC

#F4FDDC
(244,253,220)
#DEE6C8
(222,230,200)
#C8CFB4
(200,207,180)
#B2B8A0
(178,184,160)
#9CA18C
(156,161,140)
#868A78
(134,138,120)
#707364
(112,115,100)
#5A5C50
(90,92,80)
#44453C
(68,69,60)
#2E2E28
(46,46,40)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #F4FDDC

#F4FDDC
(244,253,220)
#F5FDDF
(245,253,223)
#F6FDE2
(246,253,226)
#F7FDE5
(247,253,229)
#F8FDE8
(248,253,232)
#F9FDEB
(249,253,235)
#FAFDEE
(250,253,238)
#FBFDF1
(251,253,241)
#FCFDF4
(252,253,244)
#FDFDF7
(253,253,247)
#FEFDFA
(254,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FDDC; }

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

This text font color is #F4FDDC.


Background Color

.myBgColor { background-color: #F4FDDC; }

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

This div background color is #F4FDDC.


Border color

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

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

This div border color is #F4FDDC.


Opacity

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

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

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

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

This text has shadow with #F4FDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FDDC on black background.


Color preview on white background

This text has color #F4FDDC on white background.



Black color preview on #F4FDDC background

This text has black color on #F4FDDC background.


White color preview on #F4FDDC background

This text has white color on #F4FDDC background.