COLOR #F5DAB6

HEX: #F5DAB6 RGB: (245,218,182)

Color info

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

RGB color model

#F5DAB6 color RGB value is (245,218,182).

RGB: (245,218,182) (96%, 85%, 71%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 182 of 255 = 71%

245
218
182

R + G + B ~ 84%. #F5DAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 182 = 645 (100%)
R 245 of 645 ~ 37.98%
G 218 of 645 ~ 33.8%
B 182 of 645 ~ 28.22'%

%37.98
%33.8
%28.22

CMYK color model

#F5DAB6 color CMYK value is (0,11,26,4).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 25.71%
  • key color value is 3.92%

CMYK: (0,11,26,4)
C0M11Y26K4 (0%, 11%, 26%, 4%)
(0.00 / 0.11 / 0.26 / 0.04)

CMYK percentages

%0
%11.02
%25.71
%3.92

Codes

Color #F5DAB6 in popluar color models

F5 DA B6
RGB 245 218 182
HSL 34° 75.90% 83.73%
HSB/HSV 34° 25.71% 96.08%
CMYK 0.00% 11.02% 25.71%
3.92%

Color #F5DAB6 in popluar number systems.

HEX F5 DA B6
Decimal 245 218 182
Binary 11110101 11011010 10110110
Octal 365 332 266

Shades and tints

Shades of #F5DAB6

#F5DAB6
(245,218,182)
#DFC7A6
(223,199,166)
#C9B496
(201,180,150)
#B3A186
(179,161,134)
#9D8E76
(157,142,118)
#877B66
(135,123,102)
#716856
(113,104,86)
#5B5546
(91,85,70)
#454236
(69,66,54)
#2F2F26
(47,47,38)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #F5DAB6

#F5DAB6
(245,218,182)
#F5DDBC
(245,221,188)
#F5E0C2
(245,224,194)
#F5E3C8
(245,227,200)
#F5E6CE
(245,230,206)
#F5E9D4
(245,233,212)
#F5ECDA
(245,236,218)
#F5EFE0
(245,239,224)
#F5F2E6
(245,242,230)
#F5F5EC
(245,245,236)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DAB6 color. Also use rgb(245,218,182) instead hex code.

Text Font Color

.myTextColor { color: #F5DAB6; }

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

This text font color is #F5DAB6.

Background Color

.myBgColor { background-color: #F5DAB6; }

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

This div background color is #F5DAB6.

Border color

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

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

This div border color is #F5DAB6.

Opacity

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

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

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

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

This text has shadow with #F5DAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DAB6.

Preview

Color preview on black background

This text has color #F5DAB6 on black background.


Color preview on white background

This text has color #F5DAB6 on white background.


Black color preview on #F5DAB6 background

This text has black color on #F5DAB6 background.


White color preview on #F5DAB6 background

This text has white color on #F5DAB6 background.


Related colors

Complementary color

Complementary color for #hex is #0A2549.


I love getcolorcode.com

Triadic colors

1 #B6F5DA and #DAB6F5 with #F5DAB6 are triadic colors.

2 #B6DAF5 and #DAF5B6 with #F5DAB6 are triadic colors.