COLOR #F6CFAE

HEX: #F6CFAE
RGB: (246,207,174)

Color info

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

RGB color model

#F6CFAE color RGB value is (246,207,174).

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

RGB channels and saturation

R 246 of 255 = 96%
G 207 of 255 = 81%
B 174 of 255 = 68%

246
207
174

R + G + B ~ 82%. #F6CFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 207 + 174 = 627 (100%)
R 246 of 627 ~ 39.23%
G 207 of 627 ~ 33.01%
B 174 of 627 ~ 27.75%

%39.23
%33.01
%27.75

CMYK color model

#F6CFAE color CMYK value is (0,16,29,4).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,16,29,4)
C0M16Y29K4 
(0%,16%,29%,4%)
(0.00/0.16/0.29/0.04)	

CMYK percentages

%0
%15.85
%29.27
%3.53

Codes

Color #F6CFAE in popluar color models

F6CFAE
RGB246207174
HSL28°80.00%82.35%
HSB/HSV28°29.27%96.47%
CMYK0.00%15.85%29.27%
3.53%

Color #F6CFAE in popluar number systems.

HEXF6CFAE
Decimal246207174
Binary111101101100111110101110
Octal366317256

Shades and tints

Shades of #F6CFAE

#F6CFAE
(246,207,174)
#E0BD9F
(224,189,159)
#CAAB90
(202,171,144)
#B49981
(180,153,129)
#9E8772
(158,135,114)
#887563
(136,117,99)
#726354
(114,99,84)
#5C5145
(92,81,69)
#463F36
(70,63,54)
#302D27
(48,45,39)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6CFAE

#F6CFAE
(246,207,174)
#F6D3B5
(246,211,181)
#F6D7BC
(246,215,188)
#F6DBC3
(246,219,195)
#F6DFCA
(246,223,202)
#F6E3D1
(246,227,209)
#F6E7D8
(246,231,216)
#F6EBDF
(246,235,223)
#F6EFE6
(246,239,230)
#F6F3ED
(246,243,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CFAE; }

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

This text font color is #F6CFAE.


Background Color

.myBgColor { background-color: #F6CFAE; }

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

This div background color is #F6CFAE.


Border color

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

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

This div border color is #F6CFAE.


Opacity

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

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

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

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

This text has shadow with #F6CFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CFAE on black background.


Color preview on white background

This text has color #F6CFAE on white background.



Black color preview on #F6CFAE background

This text has black color on #F6CFAE background.


White color preview on #F6CFAE background

This text has white color on #F6CFAE background.