COLOR #F5DEBF

HEX: #F5DEBF RGB: (245,222,191)

Color info

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

RGB color model

#F5DEBF color RGB value is (245,222,191).

RGB: (245,222,191) (96%, 87%, 75%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 191 of 255 = 75%

245
222
191

R + G + B ~ 86%. #F5DEBF is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 222 + 191 = 658 (100%)
R 245 of 658 ~ 37.23%
G 222 of 658 ~ 33.74%
B 191 of 658 ~ 29.03'%

%37.23
%33.74
%29.03

CMYK color model

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

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

CMYK: (0,9,22,4)
C0M9Y22K4 (0%, 9%, 22%, 4%)
(0.00 / 0.09 / 0.22 / 0.04)

CMYK percentages

%0
%9.39
%22.04
%3.92

Codes

Color #F5DEBF in popluar color models

F5 DE BF
RGB 245 222 191
HSL 34° 72.97% 85.49%
HSB/HSV 34° 22.04% 96.08%
CMYK 0.00% 9.39% 22.04%
3.92%

Color #F5DEBF in popluar number systems.

HEX F5 DE BF
Decimal 245 222 191
Binary 11110101 11011110 10111111
Octal 365 336 277

Shades and tints

Shades of #F5DEBF

#F5DEBF
(245,222,191)
#DFCAAE
(223,202,174)
#C9B69D
(201,182,157)
#B3A28C
(179,162,140)
#9D8E7B
(157,142,123)
#877A6A
(135,122,106)
#716659
(113,102,89)
#5B5248
(91,82,72)
#453E37
(69,62,55)
#2F2A26
(47,42,38)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #F5DEBF

#F5DEBF
(245,222,191)
#F5E1C4
(245,225,196)
#F5E4C9
(245,228,201)
#F5E7CE
(245,231,206)
#F5EAD3
(245,234,211)
#F5EDD8
(245,237,216)
#F5F0DD
(245,240,221)
#F5F3E2
(245,243,226)
#F5F6E7
(245,246,231)
#F5F9EC
(245,249,236)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEBF; }

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

This text font color is #F5DEBF.

Background Color

.myBgColor { background-color: #F5DEBF; }

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

This div background color is #F5DEBF.

Border color

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

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

This div border color is #F5DEBF.

Opacity

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

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

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

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

This text has shadow with #F5DEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DEBF.

Preview

Color preview on black background

This text has color #F5DEBF on black background.


Color preview on white background

This text has color #F5DEBF on white background.


Black color preview on #F5DEBF background

This text has black color on #F5DEBF background.


White color preview on #F5DEBF background

This text has white color on #F5DEBF background.


Related colors

Complementary color

Complementary color for #hex is #0A2140.


I love getcolorcode.com

Triadic colors

1 #BFF5DE and #DEBFF5 with #F5DEBF are triadic colors.

2 #BFDEF5 and #DEF5BF with #F5DEBF are triadic colors.