COLOR #F6C4AE

HEX: #F6C4AE
RGB: (246,196,174)

Color info

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

RGB color model

#F6C4AE color RGB value is (246,196,174).

  • red value is 246;
  • green value is 196;
  • blue value is 174.
RGB:
(246,196,174)
(96%,77%,68%)

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 174 of 255 = 68%

246
196
174

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

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 174 = 616 (100%)
R 246 of 616 ~ 39.94%
G 196 of 616 ~ 31.82%
B 174 of 616 ~ 28.25%

%39.94
%31.82
%28.25

CMYK color model

#F6C4AE color CMYK value is (0,20,29,4).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,20,29,4)
C0M20Y29K4 
(0%,20%,29%,4%)
(0.00/0.20/0.29/0.04)	

CMYK percentages

%0
%20.33
%29.27
%3.53

Codes

Color #F6C4AE in popluar color models

F6C4AE
RGB246196174
HSL18°80.00%82.35%
HSB/HSV18°29.27%96.47%
CMYK0.00%20.33%29.27%
3.53%

Color #F6C4AE in popluar number systems.

HEXF6C4AE
Decimal246196174
Binary111101101100010010101110
Octal366304256

Shades and tints

Shades of #F6C4AE

#F6C4AE
(246,196,174)
#E0B39F
(224,179,159)
#CAA290
(202,162,144)
#B49181
(180,145,129)
#9E8072
(158,128,114)
#886F63
(136,111,99)
#725E54
(114,94,84)
#5C4D45
(92,77,69)
#463C36
(70,60,54)
#302B27
(48,43,39)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #F6C4AE

#F6C4AE
(246,196,174)
#F6C9B5
(246,201,181)
#F6CEBC
(246,206,188)
#F6D3C3
(246,211,195)
#F6D8CA
(246,216,202)
#F6DDD1
(246,221,209)
#F6E2D8
(246,226,216)
#F6E7DF
(246,231,223)
#F6ECE6
(246,236,230)
#F6F1ED
(246,241,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C4AE color. Also use rgb(246,196,174) instead hex code.

Text Font Color

.myTextColor { color: #F6C4AE; }

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

This text font color is #F6C4AE.


Background Color

.myBgColor { background-color: #F6C4AE; }

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

This div background color is #F6C4AE.


Border color

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

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

This div border color is #F6C4AE.


Opacity

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

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

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

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

This text has shadow with #F6C4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4AE on black background.


Color preview on white background

This text has color #F6C4AE on white background.



Black color preview on #F6C4AE background

This text has black color on #F6C4AE background.


White color preview on #F6C4AE background

This text has white color on #F6C4AE background.