COLOR #F5C6AB

HEX: #F5C6AB
RGB: (245,198,171)

Color info

#F5C6AB contains mainly red and green colors. Web safe color of #F5C6AB is #FFCC99 (or #FC9).

RGB color model

#F5C6AB color RGB value is (245,198,171).

  • red value is 245;
  • green value is 198;
  • blue value is 171.
RGB:
(245,198,171)
(96%,78%,67%)

RGB channels and saturation

R 245 of 255 = 96%
G 198 of 255 = 78%
B 171 of 255 = 67%

245
198
171

R + G + B ~ 80%. #F5C6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 198 + 171 = 614 (100%)
R 245 of 614 ~ 39.9%
G 198 of 614 ~ 32.25%
B 171 of 614 ~ 27.85%

%39.9
%32.25
%27.85

CMYK color model

#F5C6AB color CMYK value is (0,19,30,4).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(0,19,30,4)
C0M19Y30K4 
(0%,19%,30%,4%)
(0.00/0.19/0.30/0.04)	

CMYK percentages

%0
%19.18
%30.2
%3.92

Codes

Color #F5C6AB in popluar color models

F5C6AB
RGB245198171
HSL22°78.72%81.57%
HSB/HSV22°30.20%96.08%
CMYK0.00%19.18%30.20%
3.92%

Color #F5C6AB in popluar number systems.

HEXF5C6AB
Decimal245198171
Binary111101011100011010101011
Octal365306253

Shades and tints

Shades of #F5C6AB

#F5C6AB
(245,198,171)
#DFB49C
(223,180,156)
#C9A28D
(201,162,141)
#B3907E
(179,144,126)
#9D7E6F
(157,126,111)
#876C60
(135,108,96)
#715A51
(113,90,81)
#5B4842
(91,72,66)
#453633
(69,54,51)
#2F2424
(47,36,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #F5C6AB

#F5C6AB
(245,198,171)
#F5CBB2
(245,203,178)
#F5D0B9
(245,208,185)
#F5D5C0
(245,213,192)
#F5DAC7
(245,218,199)
#F5DFCE
(245,223,206)
#F5E4D5
(245,228,213)
#F5E9DC
(245,233,220)
#F5EEE3
(245,238,227)
#F5F3EA
(245,243,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C6AB color. Also use rgb(245,198,171) instead hex code.

Text Font Color

.myTextColor { color: #F5C6AB; }

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

This text font color is #F5C6AB.


Background Color

.myBgColor { background-color: #F5C6AB; }

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

This div background color is #F5C6AB.


Border color

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

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

This div border color is #F5C6AB.


Opacity

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

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

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

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

This text has shadow with #F5C6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C6AB on black background.


Color preview on white background

This text has color #F5C6AB on white background.



Black color preview on #F5C6AB background

This text has black color on #F5C6AB background.


White color preview on #F5C6AB background

This text has white color on #F5C6AB background.