COLOR #F5DEB9

HEX: #F5DEB9 RGB: (245,222,185)

Color info

#F5DEB9 contains mainly red and green colors. Web safe color of #F5DEB9 is #FFCCCC (or #FCC).

RGB color model

#F5DEB9 color RGB value is (245,222,185).

RGB: (245,222,185) (96%, 87%, 73%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 185 of 255 = 73%

245
222
185

R + G + B ~ 85%. #F5DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 222 + 185 = 652 (100%)
R 245 of 652 ~ 37.58%
G 222 of 652 ~ 34.05%
B 185 of 652 ~ 28.37'%

%37.58
%34.05
%28.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 24.49%
  • key color value is 3.92%

CMYK: (0,9,24,4)
C0M9Y24K4 (0%, 9%, 24%, 4%)
(0.00 / 0.09 / 0.24 / 0.04)

CMYK percentages

%0
%9.39
%24.49
%3.92

Codes

Color #F5DEB9 in popluar color models

F5 DE B9
RGB 245 222 185
HSL 37° 75.00% 84.31%
HSB/HSV 37° 24.49% 96.08%
CMYK 0.00% 9.39% 24.49%
3.92%

Color #F5DEB9 in popluar number systems.

HEX F5 DE B9
Decimal 245 222 185
Binary 11110101 11011110 10111001
Octal 365 336 271

Shades and tints

Shades of #F5DEB9

#F5DEB9
(245,222,185)
#DFCAA9
(223,202,169)
#C9B699
(201,182,153)
#B3A289
(179,162,137)
#9D8E79
(157,142,121)
#877A69
(135,122,105)
#716659
(113,102,89)
#5B5249
(91,82,73)
#453E39
(69,62,57)
#2F2A29
(47,42,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #F5DEB9

#F5DEB9
(245,222,185)
#F5E1BF
(245,225,191)
#F5E4C5
(245,228,197)
#F5E7CB
(245,231,203)
#F5EAD1
(245,234,209)
#F5EDD7
(245,237,215)
#F5F0DD
(245,240,221)
#F5F3E3
(245,243,227)
#F5F6E9
(245,246,233)
#F5F9EF
(245,249,239)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEB9; }

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

This text font color is #F5DEB9.

Background Color

.myBgColor { background-color: #F5DEB9; }

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

This div background color is #F5DEB9.

Border color

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

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

This div border color is #F5DEB9.

Opacity

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

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

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

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

This text has shadow with #F5DEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DEB9.

Preview

Color preview on black background

This text has color #F5DEB9 on black background.


Color preview on white background

This text has color #F5DEB9 on white background.


Black color preview on #F5DEB9 background

This text has black color on #F5DEB9 background.


White color preview on #F5DEB9 background

This text has white color on #F5DEB9 background.


Related colors

Complementary color

Complementary color for #hex is #0A2146.


I love getcolorcode.com

Triadic colors

1 #B9F5DE and #DEB9F5 with #F5DEB9 are triadic colors.

2 #B9DEF5 and #DEF5B9 with #F5DEB9 are triadic colors.