COLOR #F4FDC5

HEX: #F4FDC5
RGB: (244,253,197)

Color info

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

RGB color model

#F4FDC5 color RGB value is (244,253,197).

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

RGB channels and saturation

R 244 of 255 = 96%
G 253 of 255 = 99%
B 197 of 255 = 77%

244
253
197

R + G + B ~ 91%. #F4FDC5 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 253 + 197 = 694 (100%)
R 244 of 694 ~ 35.16%
G 253 of 694 ~ 36.46%
B 197 of 694 ~ 28.39%

%35.16
%36.46
%28.39

CMYK color model

#F4FDC5 color CMYK value is (4,0,22,1).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 0.78%
CMYK:
(4,0,22,1)
C4M0Y22K1 
(4%,0%,22%,1%)
(0.04/0.00/0.22/0.01)	

CMYK percentages

%3.56
%0
%22.13
%0.78

Codes

Color #F4FDC5 in popluar color models

F4FDC5
RGB244253197
HSL70°93.33%88.24%
HSB/HSV70°22.13%99.22%
CMYK3.56%0.00%22.13%
0.78%

Color #F4FDC5 in popluar number systems.

HEXF4FDC5
Decimal244253197
Binary111101001111110111000101
Octal364375305

Shades and tints

Shades of #F4FDC5

#F4FDC5
(244,253,197)
#DEE6B4
(222,230,180)
#C8CFA3
(200,207,163)
#B2B892
(178,184,146)
#9CA181
(156,161,129)
#868A70
(134,138,112)
#70735F
(112,115,95)
#5A5C4E
(90,92,78)
#44453D
(68,69,61)
#2E2E2C
(46,46,44)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #F4FDC5

#F4FDC5
(244,253,197)
#F5FDCA
(245,253,202)
#F6FDCF
(246,253,207)
#F7FDD4
(247,253,212)
#F8FDD9
(248,253,217)
#F9FDDE
(249,253,222)
#FAFDE3
(250,253,227)
#FBFDE8
(251,253,232)
#FCFDED
(252,253,237)
#FDFDF2
(253,253,242)
#FEFDF7
(254,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FDC5; }

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

This text font color is #F4FDC5.


Background Color

.myBgColor { background-color: #F4FDC5; }

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

This div background color is #F4FDC5.


Border color

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

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

This div border color is #F4FDC5.


Opacity

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

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

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

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

This text has shadow with #F4FDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FDC5 on black background.


Color preview on white background

This text has color #F4FDC5 on white background.



Black color preview on #F4FDC5 background

This text has black color on #F4FDC5 background.


White color preview on #F4FDC5 background

This text has white color on #F4FDC5 background.