COLOR #F5F0CD

HEX: #F5F0CD RGB: (245,240,205)

Color info

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

RGB color model

#F5F0CD color RGB value is (245,240,205).

RGB: (245,240,205) (96%, 94%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 240 of 255 = 94%
B 205 of 255 = 80%

245
240
205

R + G + B ~ 90%. #F5F0CD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 240 + 205 = 690 (100%)
R 245 of 690 ~ 35.51%
G 240 of 690 ~ 34.78%
B 205 of 690 ~ 29.71'%

%35.51
%34.78
%29.71

CMYK color model

#F5F0CD color CMYK value is (0,2,16,4).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 16.33%
  • key color value is 3.92%
CMYK: (0,2,16,4) C0M2Y16K4 (0%,2%,16%,4%) (0.00/0.02/0.16/0.04) 

CMYK percentages

%0
%2.04
%16.33
%3.92

Codes

Color #F5F0CD in popluar color models

F5 F0 CD
RGB 245 240 205
HSL 53° 66.67% 88.24%
HSB/HSV 53° 16.33% 96.08%
CMYK 0.00% 2.04% 16.33%
3.92%

Color #F5F0CD in popluar number systems.

HEX F5 F0 CD
Decimal 245 240 205
Binary 11110101 11110000 11001101
Octal 365 360 315

Shades and tints

Shades of #F5F0CD

#F5F0CD
(245,240,205)
#DFDBBB
(223,219,187)
#C9C6A9
(201,198,169)
#B3B197
(179,177,151)
#9D9C85
(157,156,133)
#878773
(135,135,115)
#717261
(113,114,97)
#5B5D4F
(91,93,79)
#45483D
(69,72,61)
#2F332B
(47,51,43)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #F5F0CD

#F5F0CD
(245,240,205)
#F5F1D1
(245,241,209)
#F5F2D5
(245,242,213)
#F5F3D9
(245,243,217)
#F5F4DD
(245,244,221)
#F5F5E1
(245,245,225)
#F5F6E5
(245,246,229)
#F5F7E9
(245,247,233)
#F5F8ED
(245,248,237)
#F5F9F1
(245,249,241)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F0CD; }

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

This text font color is #F5F0CD.

Background Color

.myBgColor { background-color: #F5F0CD; }

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

This div background color is #F5F0CD.

Border color

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

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

This div border color is #F5F0CD.

Opacity

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

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

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

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

This text has shadow with #F5F0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F0CD.

Preview

Color preview on black background

This text has color #F5F0CD on black background.


Color preview on white background

This text has color #F5F0CD on white background.


Black color preview on #F5F0CD background

This text has black color on #F5F0CD background.


White color preview on #F5F0CD background

This text has white color on #F5F0CD background.


Related colors

Complementary color

Complementary color for #hex is #0A0F32.


I love getcolorcode.com

Triadic colors

1 #CDF5F0 and #F0CDF5 with #F5F0CD are triadic colors.

2 #CDF0F5 and #F0F5CD with #F5F0CD are triadic colors.