COLOR #F4F2DB

HEX: #F4F2DB
RGB: (244,242,219)

Color info

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

RGB color model

#F4F2DB color RGB value is (244,242,219).

  • red value is 244;
  • green value is 242;
  • blue value is 219.
RGB:
(244,242,219)
(96%,95%,86%)

RGB channels and saturation

R 244 of 255 = 96%
G 242 of 255 = 95%
B 219 of 255 = 86%

244
242
219

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

Portions of RGB colors in percentages

R + G + B =
244 + 242 + 219 = 705 (100%)
R 244 of 705 ~ 34.61%
G 242 of 705 ~ 34.33%
B 219 of 705 ~ 31.06%

%34.61
%34.33
%31.06

CMYK color model

#F4F2DB color CMYK value is (0,1,10,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 10.25%
  • key color value is 4.31%
CMYK:
(0,1,10,4)
C0M1Y10K4 
(0%,1%,10%,4%)
(0.00/0.01/0.10/0.04)	

CMYK percentages

%0
%0.82
%10.25
%4.31

Codes

Color #F4F2DB in popluar color models

F4F2DB
RGB244242219
HSL55°53.19%90.78%
HSB/HSV55°10.25%95.69%
CMYK0.00%0.82%10.25%
4.31%

Color #F4F2DB in popluar number systems.

HEXF4F2DB
Decimal244242219
Binary111101001111001011011011
Octal364362333

Shades and tints

Shades of #F4F2DB

#F4F2DB
(244,242,219)
#DEDCC8
(222,220,200)
#C8C6B5
(200,198,181)
#B2B0A2
(178,176,162)
#9C9A8F
(156,154,143)
#86847C
(134,132,124)
#706E69
(112,110,105)
#5A5856
(90,88,86)
#444243
(68,66,67)
#2E2C30
(46,44,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #F4F2DB

#F4F2DB
(244,242,219)
#F5F3DE
(245,243,222)
#F6F4E1
(246,244,225)
#F7F5E4
(247,245,228)
#F8F6E7
(248,246,231)
#F9F7EA
(249,247,234)
#FAF8ED
(250,248,237)
#FBF9F0
(251,249,240)
#FCFAF3
(252,250,243)
#FDFBF6
(253,251,246)
#FEFCF9
(254,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F2DB color. Also use rgb(244,242,219) instead hex code.

Text Font Color

.myTextColor { color: #F4F2DB; }

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

This text font color is #F4F2DB.


Background Color

.myBgColor { background-color: #F4F2DB; }

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

This div background color is #F4F2DB.


Border color

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

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

This div border color is #F4F2DB.


Opacity

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

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

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

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

This text has shadow with #F4F2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F2DB on black background.


Color preview on white background

This text has color #F4F2DB on white background.



Black color preview on #F4F2DB background

This text has black color on #F4F2DB background.


White color preview on #F4F2DB background

This text has white color on #F4F2DB background.