COLOR #F6CCC1

HEX: #F6CCC1 RGB: (246,204,193)

Color info

#F6CCC1 contains red, green and blue colors in about the same proportion. Web safe color of #F6CCC1 is #FFCCCC (or #FCC).

RGB color model

#F6CCC1 color RGB value is (246,204,193).

RGB: (246,204,193) (96%, 80%, 76%)

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 193 of 255 = 76%

246
204
193

R + G + B ~ 84%. #F6CCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 204 + 193 = 643 (100%)
R 246 of 643 ~ 38.26%
G 204 of 643 ~ 31.73%
B 193 of 643 ~ 30.02'%

%38.26
%31.73
%30.02

CMYK color model

#F6CCC1 color CMYK value is (0,17,22,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 21.54%
  • key color value is 3.53%

CMYK: (0,17,22,4)
C0M17Y22K4 (0%, 17%, 22%, 4%)
(0.00 / 0.17 / 0.22 / 0.04)

CMYK percentages

%0
%17.07
%21.54
%3.53

Codes

Color #F6CCC1 in popluar color models

F6 CC C1
RGB 246 204 193
HSL 12° 74.65% 86.08%
HSB/HSV 12° 21.54% 96.47%
CMYK 0.00% 17.07% 21.54%
3.53%

Color #F6CCC1 in popluar number systems.

HEX F6 CC C1
Decimal 246 204 193
Binary 11110110 11001100 11000001
Octal 366 314 301

Shades and tints

Shades of #F6CCC1

#F6CCC1
(246,204,193)
#E0BAB0
(224,186,176)
#CAA89F
(202,168,159)
#B4968E
(180,150,142)
#9E847D
(158,132,125)
#88726C
(136,114,108)
#72605B
(114,96,91)
#5C4E4A
(92,78,74)
#463C39
(70,60,57)
#302A28
(48,42,40)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #F6CCC1

#F6CCC1
(246,204,193)
#F6D0C6
(246,208,198)
#F6D4CB
(246,212,203)
#F6D8D0
(246,216,208)
#F6DCD5
(246,220,213)
#F6E0DA
(246,224,218)
#F6E4DF
(246,228,223)
#F6E8E4
(246,232,228)
#F6ECE9
(246,236,233)
#F6F0EE
(246,240,238)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCC1; }

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

This text font color is #F6CCC1.

Background Color

.myBgColor { background-color: #F6CCC1; }

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

This div background color is #F6CCC1.

Border color

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

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

This div border color is #F6CCC1.

Opacity

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

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

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

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

This text has shadow with #F6CCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CCC1.

Preview

Color preview on black background

This text has color #F6CCC1 on black background.


Color preview on white background

This text has color #F6CCC1 on white background.


Black color preview on #F6CCC1 background

This text has black color on #F6CCC1 background.


White color preview on #F6CCC1 background

This text has white color on #F6CCC1 background.


Related colors

Complementary color

Complementary color for #hex is #09333E.


I love getcolorcode.com

Triadic colors

1 #C1F6CC and #CCC1F6 with #F6CCC1 are triadic colors.

2 #C1CCF6 and #CCF6C1 with #F6CCC1 are triadic colors.