COLOR #F5F0DC

HEX: #F5F0DC RGB: (245,240,220)

Color info

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

RGB color model

#F5F0DC color RGB value is (245,240,220).

RGB: (245,240,220) (96%, 94%, 86%)

RGB channels and saturation

R 245 of 255 = 96%
G 240 of 255 = 94%
B 220 of 255 = 86%

245
240
220

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

Portions of RGB colors in percentages

R + G + B = 245 + 240 + 220 = 705 (100%)
R 245 of 705 ~ 34.75%
G 240 of 705 ~ 34.04%
B 220 of 705 ~ 31.21'%

%34.75
%34.04
%31.21

CMYK color model

#F5F0DC color CMYK value is (0,2,10,4).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (0,2,10,4)
C0M2Y10K4 (0%, 2%, 10%, 4%)
(0.00 / 0.02 / 0.10 / 0.04)

CMYK percentages

%0
%2.04
%10.2
%3.92

Codes

Color #F5F0DC in popluar color models

F5 F0 DC
RGB 245 240 220
HSL 48° 55.56% 91.18%
HSB/HSV 48° 10.20% 96.08%
CMYK 0.00% 2.04% 10.20%
3.92%

Color #F5F0DC in popluar number systems.

HEX F5 F0 DC
Decimal 245 240 220
Binary 11110101 11110000 11011100
Octal 365 360 334

Shades and tints

Shades of #F5F0DC

#F5F0DC
(245,240,220)
#DFDBC8
(223,219,200)
#C9C6B4
(201,198,180)
#B3B1A0
(179,177,160)
#9D9C8C
(157,156,140)
#878778
(135,135,120)
#717264
(113,114,100)
#5B5D50
(91,93,80)
#45483C
(69,72,60)
#2F3328
(47,51,40)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #F5F0DC

#F5F0DC
(245,240,220)
#F5F1DF
(245,241,223)
#F5F2E2
(245,242,226)
#F5F3E5
(245,243,229)
#F5F4E8
(245,244,232)
#F5F5EB
(245,245,235)
#F5F6EE
(245,246,238)
#F5F7F1
(245,247,241)
#F5F8F4
(245,248,244)
#F5F9F7
(245,249,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F0DC color. Also use rgb(245,240,220) instead hex code.

Text Font Color

.myTextColor { color: #F5F0DC; }

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

This text font color is #F5F0DC.

Background Color

.myBgColor { background-color: #F5F0DC; }

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

This div background color is #F5F0DC.

Border color

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

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

This div border color is #F5F0DC.

Opacity

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

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

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

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

This text has shadow with #F5F0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F0DC.

Preview

Color preview on black background

This text has color #F5F0DC on black background.


Color preview on white background

This text has color #F5F0DC on white background.


Black color preview on #F5F0DC background

This text has black color on #F5F0DC background.


White color preview on #F5F0DC background

This text has white color on #F5F0DC background.


Related colors

Complementary color

Complementary color for #hex is #0A0F23.


I love getcolorcode.com

Triadic colors

1 #DCF5F0 and #F0DCF5 with #F5F0DC are triadic colors.

2 #DCF0F5 and #F0F5DC with #F5F0DC are triadic colors.