COLOR #F5F4DE

HEX: #F5F4DE
RGB: (245,244,222)

Color info

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

RGB color model

#F5F4DE color RGB value is (245,244,222).

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

RGB channels and saturation

R 245 of 255 = 96%
G 244 of 255 = 96%
B 222 of 255 = 87%

245
244
222

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

Portions of RGB colors in percentages

R + G + B =
245 + 244 + 222 = 711 (100%)
R 245 of 711 ~ 34.46%
G 244 of 711 ~ 34.32%
B 222 of 711 ~ 31.22%

%34.46
%34.32
%31.22

CMYK color model

#F5F4DE color CMYK value is (0,0,9,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(0,0,9,4)
C0M0Y9K4 
(0%,0%,9%,4%)
(0.00/0.00/0.09/0.04)	

CMYK percentages

%0
%0.41
%9.39
%3.92

Codes

Color #F5F4DE in popluar color models

F5F4DE
RGB245244222
HSL57°53.49%91.57%
HSB/HSV57°9.39%96.08%
CMYK0.00%0.41%9.39%
3.92%

Color #F5F4DE in popluar number systems.

HEXF5F4DE
Decimal245244222
Binary111101011111010011011110
Octal365364336

Shades and tints

Shades of #F5F4DE

#F5F4DE
(245,244,222)
#DFDECA
(223,222,202)
#C9C8B6
(201,200,182)
#B3B2A2
(179,178,162)
#9D9C8E
(157,156,142)
#87867A
(135,134,122)
#717066
(113,112,102)
#5B5A52
(91,90,82)
#45443E
(69,68,62)
#2F2E2A
(47,46,42)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #F5F4DE

#F5F4DE
(245,244,222)
#F5F5E1
(245,245,225)
#F5F6E4
(245,246,228)
#F5F7E7
(245,247,231)
#F5F8EA
(245,248,234)
#F5F9ED
(245,249,237)
#F5FAF0
(245,250,240)
#F5FBF3
(245,251,243)
#F5FCF6
(245,252,246)
#F5FDF9
(245,253,249)
#F5FEFC
(245,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F4DE; }

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

This text font color is #F5F4DE.


Background Color

.myBgColor { background-color: #F5F4DE; }

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

This div background color is #F5F4DE.


Border color

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

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

This div border color is #F5F4DE.


Opacity

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

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

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

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

This text has shadow with #F5F4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F4DE on black background.


Color preview on white background

This text has color #F5F4DE on white background.



Black color preview on #F5F4DE background

This text has black color on #F5F4DE background.


White color preview on #F5F4DE background

This text has white color on #F5F4DE background.