COLOR #F6CEA9

HEX: #F6CEA9 RGB: (246,206,169)

Color info

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

RGB color model

#F6CEA9 color RGB value is (246,206,169).

RGB: (246,206,169) (96%, 81%, 66%)

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 169 of 255 = 66%

246
206
169

R + G + B ~ 81%. #F6CEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 206 + 169 = 621 (100%)
R 246 of 621 ~ 39.61%
G 206 of 621 ~ 33.17%
B 169 of 621 ~ 27.21'%

%39.61
%33.17
%27.21

CMYK color model

#F6CEA9 color CMYK value is (0,16,31,4).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 31.30%
  • key color value is 3.53%

CMYK: (0,16,31,4)
C0M16Y31K4 (0%, 16%, 31%, 4%)
(0.00 / 0.16 / 0.31 / 0.04)

CMYK percentages

%0
%16.26
%31.3
%3.53

Codes

Color #F6CEA9 in popluar color models

F6 CE A9
RGB 246 206 169
HSL 29° 81.05% 81.37%
HSB/HSV 29° 31.30% 96.47%
CMYK 0.00% 16.26% 31.30%
3.53%

Color #F6CEA9 in popluar number systems.

HEX F6 CE A9
Decimal 246 206 169
Binary 11110110 11001110 10101001
Octal 366 316 251

Shades and tints

Shades of #F6CEA9

#F6CEA9
(246,206,169)
#E0BC9A
(224,188,154)
#CAAA8B
(202,170,139)
#B4987C
(180,152,124)
#9E866D
(158,134,109)
#88745E
(136,116,94)
#72624F
(114,98,79)
#5C5040
(92,80,64)
#463E31
(70,62,49)
#302C22
(48,44,34)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #F6CEA9

#F6CEA9
(246,206,169)
#F6D2B0
(246,210,176)
#F6D6B7
(246,214,183)
#F6DABE
(246,218,190)
#F6DEC5
(246,222,197)
#F6E2CC
(246,226,204)
#F6E6D3
(246,230,211)
#F6EADA
(246,234,218)
#F6EEE1
(246,238,225)
#F6F2E8
(246,242,232)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CEA9 color. Also use rgb(246,206,169) instead hex code.

Text Font Color

.myTextColor { color: #F6CEA9; }

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

This text font color is #F6CEA9.

Background Color

.myBgColor { background-color: #F6CEA9; }

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

This div background color is #F6CEA9.

Border color

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

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

This div border color is #F6CEA9.

Opacity

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

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

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

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

This text has shadow with #F6CEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CEA9.

Preview

Color preview on black background

This text has color #F6CEA9 on black background.


Color preview on white background

This text has color #F6CEA9 on white background.


Black color preview on #F6CEA9 background

This text has black color on #F6CEA9 background.


White color preview on #F6CEA9 background

This text has white color on #F6CEA9 background.


Related colors

Complementary color

Complementary color for #hex is #093156.


I love getcolorcode.com

Triadic colors

1 #A9F6CE and #CEA9F6 with #F6CEA9 are triadic colors.

2 #A9CEF6 and #CEF6A9 with #F6CEA9 are triadic colors.