COLOR #F5DEC9

HEX: #F5DEC9 RGB: (245,222,201)

Color info

#F5DEC9 contains red, green and blue colors in about the same proportion. Web safe color of #F5DEC9 is #FFCCCC (or #FCC).

RGB color model

#F5DEC9 color RGB value is (245,222,201).

RGB: (245,222,201) (96%, 87%, 79%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 201 of 255 = 79%

245
222
201

R + G + B ~ 87%. #F5DEC9 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 222 + 201 = 668 (100%)
R 245 of 668 ~ 36.68%
G 222 of 668 ~ 33.23%
B 201 of 668 ~ 30.09'%

%36.68
%33.23
%30.09

CMYK color model

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

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

CMYK: (0,9,18,4)
C0M9Y18K4 (0%, 9%, 18%, 4%)
(0.00 / 0.09 / 0.18 / 0.04)

CMYK percentages

%0
%9.39
%17.96
%3.92

Codes

Color #F5DEC9 in popluar color models

F5 DE C9
RGB 245 222 201
HSL 29° 68.75% 87.45%
HSB/HSV 29° 17.96% 96.08%
CMYK 0.00% 9.39% 17.96%
3.92%

Color #F5DEC9 in popluar number systems.

HEX F5 DE C9
Decimal 245 222 201
Binary 11110101 11011110 11001001
Octal 365 336 311

Shades and tints

Shades of #F5DEC9

#F5DEC9
(245,222,201)
#DFCAB7
(223,202,183)
#C9B6A5
(201,182,165)
#B3A293
(179,162,147)
#9D8E81
(157,142,129)
#877A6F
(135,122,111)
#71665D
(113,102,93)
#5B524B
(91,82,75)
#453E39
(69,62,57)
#2F2A27
(47,42,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #F5DEC9

#F5DEC9
(245,222,201)
#F5E1CD
(245,225,205)
#F5E4D1
(245,228,209)
#F5E7D5
(245,231,213)
#F5EAD9
(245,234,217)
#F5EDDD
(245,237,221)
#F5F0E1
(245,240,225)
#F5F3E5
(245,243,229)
#F5F6E9
(245,246,233)
#F5F9ED
(245,249,237)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEC9; }

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

This text font color is #F5DEC9.

Background Color

.myBgColor { background-color: #F5DEC9; }

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

This div background color is #F5DEC9.

Border color

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

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

This div border color is #F5DEC9.

Opacity

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

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

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

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

This text has shadow with #F5DEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DEC9.

Preview

Color preview on black background

This text has color #F5DEC9 on black background.


Color preview on white background

This text has color #F5DEC9 on white background.


Black color preview on #F5DEC9 background

This text has black color on #F5DEC9 background.


White color preview on #F5DEC9 background

This text has white color on #F5DEC9 background.


Related colors

Complementary color

Complementary color for #hex is #0A2136.


I love getcolorcode.com

Triadic colors

1 #C9F5DE and #DEC9F5 with #F5DEC9 are triadic colors.

2 #C9DEF5 and #DEF5C9 with #F5DEC9 are triadic colors.