COLOR #F6CCB4

HEX: #F6CCB4
RGB: (246,204,180)

Color info

#F6CCB4 contains mainly red and green colors. Web safe color of #F6CCB4 is #FFCCCC (or #FCC).

RGB color model

#F6CCB4 color RGB value is (246,204,180).

  • red value is 246;
  • green value is 204;
  • blue value is 180.
RGB:
(246,204,180)
(96%,80%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 180 of 255 = 71%

246
204
180

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

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 180 = 630 (100%)
R 246 of 630 ~ 39.05%
G 204 of 630 ~ 32.38%
B 180 of 630 ~ 28.57%

%39.05
%32.38
%28.57

CMYK color model

#F6CCB4 color CMYK value is (0,17,27,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(0,17,27,4)
C0M17Y27K4 
(0%,17%,27%,4%)
(0.00/0.17/0.27/0.04)	

CMYK percentages

%0
%17.07
%26.83
%3.53

Codes

Color #F6CCB4 in popluar color models

F6CCB4
RGB246204180
HSL22°78.57%83.53%
HSB/HSV22°26.83%96.47%
CMYK0.00%17.07%26.83%
3.53%

Color #F6CCB4 in popluar number systems.

HEXF6CCB4
Decimal246204180
Binary111101101100110010110100
Octal366314264

Shades and tints

Shades of #F6CCB4

#F6CCB4
(246,204,180)
#E0BAA4
(224,186,164)
#CAA894
(202,168,148)
#B49684
(180,150,132)
#9E8474
(158,132,116)
#887264
(136,114,100)
#726054
(114,96,84)
#5C4E44
(92,78,68)
#463C34
(70,60,52)
#302A24
(48,42,36)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #F6CCB4

#F6CCB4
(246,204,180)
#F6D0BA
(246,208,186)
#F6D4C0
(246,212,192)
#F6D8C6
(246,216,198)
#F6DCCC
(246,220,204)
#F6E0D2
(246,224,210)
#F6E4D8
(246,228,216)
#F6E8DE
(246,232,222)
#F6ECE4
(246,236,228)
#F6F0EA
(246,240,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CCB4 color. Also use rgb(246,204,180) instead hex code.

Text Font Color

.myTextColor { color: #F6CCB4; }

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

This text font color is #F6CCB4.


Background Color

.myBgColor { background-color: #F6CCB4; }

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

This div background color is #F6CCB4.


Border color

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

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

This div border color is #F6CCB4.


Opacity

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

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

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

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

This text has shadow with #F6CCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCB4 on black background.


Color preview on white background

This text has color #F6CCB4 on white background.



Black color preview on #F6CCB4 background

This text has black color on #F6CCB4 background.


White color preview on #F6CCB4 background

This text has white color on #F6CCB4 background.