COLOR #F5CCA6

HEX: #F5CCA6
RGB: (245,204,166)

Color info

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

RGB color model

#F5CCA6 color RGB value is (245,204,166).

  • red value is 245;
  • green value is 204;
  • blue value is 166.
RGB:
(245,204,166)
(96%,80%,65%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 166 of 255 = 65%

245
204
166

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

Portions of RGB colors in percentages

R + G + B =
245 + 204 + 166 = 615 (100%)
R 245 of 615 ~ 39.84%
G 204 of 615 ~ 33.17%
B 166 of 615 ~ 26.99%

%39.84
%33.17
%26.99

CMYK color model

#F5CCA6 color CMYK value is (0,17,32,4).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 32.24%
  • key color value is 3.92%
CMYK:
(0,17,32,4)
C0M17Y32K4 
(0%,17%,32%,4%)
(0.00/0.17/0.32/0.04)	

CMYK percentages

%0
%16.73
%32.24
%3.92

Codes

Color #F5CCA6 in popluar color models

F5CCA6
RGB245204166
HSL29°79.80%80.59%
HSB/HSV29°32.24%96.08%
CMYK0.00%16.73%32.24%
3.92%

Color #F5CCA6 in popluar number systems.

HEXF5CCA6
Decimal245204166
Binary111101011100110010100110
Octal365314246

Shades and tints

Shades of #F5CCA6

#F5CCA6
(245,204,166)
#DFBA97
(223,186,151)
#C9A888
(201,168,136)
#B39679
(179,150,121)
#9D846A
(157,132,106)
#87725B
(135,114,91)
#71604C
(113,96,76)
#5B4E3D
(91,78,61)
#453C2E
(69,60,46)
#2F2A1F
(47,42,31)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #F5CCA6

#F5CCA6
(245,204,166)
#F5D0AE
(245,208,174)
#F5D4B6
(245,212,182)
#F5D8BE
(245,216,190)
#F5DCC6
(245,220,198)
#F5E0CE
(245,224,206)
#F5E4D6
(245,228,214)
#F5E8DE
(245,232,222)
#F5ECE6
(245,236,230)
#F5F0EE
(245,240,238)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CCA6 color. Also use rgb(245,204,166) instead hex code.

Text Font Color

.myTextColor { color: #F5CCA6; }

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

This text font color is #F5CCA6.


Background Color

.myBgColor { background-color: #F5CCA6; }

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

This div background color is #F5CCA6.


Border color

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

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

This div border color is #F5CCA6.


Opacity

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

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

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

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

This text has shadow with #F5CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CCA6 on black background.


Color preview on white background

This text has color #F5CCA6 on white background.



Black color preview on #F5CCA6 background

This text has black color on #F5CCA6 background.


White color preview on #F5CCA6 background

This text has white color on #F5CCA6 background.