COLOR #F4F5DB

HEX: #F4F5DB
RGB: (244,245,219)

Color info

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

RGB color model

#F4F5DB color RGB value is (244,245,219).

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

RGB channels and saturation

R 244 of 255 = 96%
G 245 of 255 = 96%
B 219 of 255 = 86%

244
245
219

R + G + B ~ 93%. #F4F5DB is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 245 + 219 = 708 (100%)
R 244 of 708 ~ 34.46%
G 245 of 708 ~ 34.6%
B 219 of 708 ~ 30.93%

%34.46
%34.6
%30.93

CMYK color model

#F4F5DB color CMYK value is (0,0,11,4).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(0,0,11,4)
C0M0Y11K4 
(0%,0%,11%,4%)
(0.00/0.00/0.11/0.04)	

CMYK percentages

%0.41
%0
%10.61
%3.92

Codes

Color #F4F5DB in popluar color models

F4F5DB
RGB244245219
HSL62°56.52%90.98%
HSB/HSV62°10.61%96.08%
CMYK0.41%0.00%10.61%
3.92%

Color #F4F5DB in popluar number systems.

HEXF4F5DB
Decimal244245219
Binary111101001111010111011011
Octal364365333

Shades and tints

Shades of #F4F5DB

#F4F5DB
(244,245,219)
#DEDFC8
(222,223,200)
#C8C9B5
(200,201,181)
#B2B3A2
(178,179,162)
#9C9D8F
(156,157,143)
#86877C
(134,135,124)
#707169
(112,113,105)
#5A5B56
(90,91,86)
#444543
(68,69,67)
#2E2F30
(46,47,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #F4F5DB

#F4F5DB
(244,245,219)
#F5F5DE
(245,245,222)
#F6F5E1
(246,245,225)
#F7F5E4
(247,245,228)
#F8F5E7
(248,245,231)
#F9F5EA
(249,245,234)
#FAF5ED
(250,245,237)
#FBF5F0
(251,245,240)
#FCF5F3
(252,245,243)
#FDF5F6
(253,245,246)
#FEF5F9
(254,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F5DB; }

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

This text font color is #F4F5DB.


Background Color

.myBgColor { background-color: #F4F5DB; }

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

This div background color is #F4F5DB.


Border color

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

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

This div border color is #F4F5DB.


Opacity

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

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

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

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

This text has shadow with #F4F5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F5DB on black background.


Color preview on white background

This text has color #F4F5DB on white background.



Black color preview on #F4F5DB background

This text has black color on #F4F5DB background.


White color preview on #F4F5DB background

This text has white color on #F4F5DB background.