COLOR #F6CDC4

HEX: #F6CDC4 RGB: (246,205,196)

Color info

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

RGB color model

#F6CDC4 color RGB value is (246,205,196).

RGB: (246,205,196) (96%, 80%, 77%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 196 of 255 = 77%

246
205
196

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

Portions of RGB colors in percentages

R + G + B = 246 + 205 + 196 = 647 (100%)
R 246 of 647 ~ 38.02%
G 205 of 647 ~ 31.68%
B 196 of 647 ~ 30.29'%

%38.02
%31.68
%30.29

CMYK color model

#F6CDC4 color CMYK value is (0,17,20,4).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 20.33%
  • key color value is 3.53%

CMYK: (0,17,20,4)
C0M17Y20K4 (0%, 17%, 20%, 4%)
(0.00 / 0.17 / 0.20 / 0.04)

CMYK percentages

%0
%16.67
%20.33
%3.53

Codes

Color #F6CDC4 in popluar color models

F6 CD C4
RGB 246 205 196
HSL 11° 73.53% 86.67%
HSB/HSV 11° 20.33% 96.47%
CMYK 0.00% 16.67% 20.33%
3.53%

Color #F6CDC4 in popluar number systems.

HEX F6 CD C4
Decimal 246 205 196
Binary 11110110 11001101 11000100
Octal 366 315 304

Shades and tints

Shades of #F6CDC4

#F6CDC4
(246,205,196)
#E0BBB3
(224,187,179)
#CAA9A2
(202,169,162)
#B49791
(180,151,145)
#9E8580
(158,133,128)
#88736F
(136,115,111)
#72615E
(114,97,94)
#5C4F4D
(92,79,77)
#463D3C
(70,61,60)
#302B2B
(48,43,43)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6CDC4

#F6CDC4
(246,205,196)
#F6D1C9
(246,209,201)
#F6D5CE
(246,213,206)
#F6D9D3
(246,217,211)
#F6DDD8
(246,221,216)
#F6E1DD
(246,225,221)
#F6E5E2
(246,229,226)
#F6E9E7
(246,233,231)
#F6EDEC
(246,237,236)
#F6F1F1
(246,241,241)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDC4; }

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

This text font color is #F6CDC4.

Background Color

.myBgColor { background-color: #F6CDC4; }

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

This div background color is #F6CDC4.

Border color

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

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

This div border color is #F6CDC4.

Opacity

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

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

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

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

This text has shadow with #F6CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CDC4.

Preview

Color preview on black background

This text has color #F6CDC4 on black background.


Color preview on white background

This text has color #F6CDC4 on white background.


Black color preview on #F6CDC4 background

This text has black color on #F6CDC4 background.


White color preview on #F6CDC4 background

This text has white color on #F6CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #09323B.


I love getcolorcode.com

Triadic colors

1 #C4F6CD and #CDC4F6 with #F6CDC4 are triadic colors.

2 #C4CDF6 and #CDF6C4 with #F6CDC4 are triadic colors.