COLOR #F4F8D0

HEX: #F4F8D0
RGB: (244,248,208)

Color info

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

RGB color model

#F4F8D0 color RGB value is (244,248,208).

  • red value is 244;
  • green value is 248;
  • blue value is 208.
RGB:
(244,248,208)
(96%,97%,82%)

RGB channels and saturation

R 244 of 255 = 96%
G 248 of 255 = 97%
B 208 of 255 = 82%

244
248
208

R + G + B ~ 92%. #F4F8D0 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 248 + 208 = 700 (100%)
R 244 of 700 ~ 34.86%
G 248 of 700 ~ 35.43%
B 208 of 700 ~ 29.71%

%34.86
%35.43
%29.71

CMYK color model

#F4F8D0 color CMYK value is (2,0,16,3).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 2.75%
CMYK:
(2,0,16,3)
C2M0Y16K3 
(2%,0%,16%,3%)
(0.02/0.00/0.16/0.03)	

CMYK percentages

%1.61
%0
%16.13
%2.75

Codes

Color #F4F8D0 in popluar color models

F4F8D0
RGB244248208
HSL66°74.07%89.41%
HSB/HSV66°16.13%97.25%
CMYK1.61%0.00%16.13%
2.75%

Color #F4F8D0 in popluar number systems.

HEXF4F8D0
Decimal244248208
Binary111101001111100011010000
Octal364370320

Shades and tints

Shades of #F4F8D0

#F4F8D0
(244,248,208)
#DEE2BE
(222,226,190)
#C8CCAC
(200,204,172)
#B2B69A
(178,182,154)
#9CA088
(156,160,136)
#868A76
(134,138,118)
#707464
(112,116,100)
#5A5E52
(90,94,82)
#444840
(68,72,64)
#2E322E
(46,50,46)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #F4F8D0

#F4F8D0
(244,248,208)
#F5F8D4
(245,248,212)
#F6F8D8
(246,248,216)
#F7F8DC
(247,248,220)
#F8F8E0
(248,248,224)
#F9F8E4
(249,248,228)
#FAF8E8
(250,248,232)
#FBF8EC
(251,248,236)
#FCF8F0
(252,248,240)
#FDF8F4
(253,248,244)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F8D0 color. Also use rgb(244,248,208) instead hex code.

Text Font Color

.myTextColor { color: #F4F8D0; }

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

This text font color is #F4F8D0.


Background Color

.myBgColor { background-color: #F4F8D0; }

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

This div background color is #F4F8D0.


Border color

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

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

This div border color is #F4F8D0.


Opacity

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

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

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

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

This text has shadow with #F4F8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F8D0 on black background.


Color preview on white background

This text has color #F4F8D0 on white background.



Black color preview on #F4F8D0 background

This text has black color on #F4F8D0 background.


White color preview on #F4F8D0 background

This text has white color on #F4F8D0 background.