COLOR #F6D2CC

HEX: #F6D2CC
RGB: (246,210,204)

Color info

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

RGB color model

#F6D2CC color RGB value is (246,210,204).

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

RGB channels and saturation

R 246 of 255 = 96%
G 210 of 255 = 82%
B 204 of 255 = 80%

246
210
204

R + G + B ~ 86%. #F6D2CC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 210 + 204 = 660 (100%)
R 246 of 660 ~ 37.27%
G 210 of 660 ~ 31.82%
B 204 of 660 ~ 30.91%

%37.27
%31.82
%30.91

CMYK color model

#F6D2CC color CMYK value is (0,15,17,4).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK:
(0,15,17,4)
C0M15Y17K4 
(0%,15%,17%,4%)
(0.00/0.15/0.17/0.04)	

CMYK percentages

%0
%14.63
%17.07
%3.53

Codes

Color #F6D2CC in popluar color models

F6D2CC
RGB246210204
HSL70.00%88.24%
HSB/HSV17.07%96.47%
CMYK0.00%14.63%17.07%
3.53%

Color #F6D2CC in popluar number systems.

HEXF6D2CC
Decimal246210204
Binary111101101101001011001100
Octal366322314

Shades and tints

Shades of #F6D2CC

#F6D2CC
(246,210,204)
#E0BFBA
(224,191,186)
#CAACA8
(202,172,168)
#B49996
(180,153,150)
#9E8684
(158,134,132)
#887372
(136,115,114)
#726060
(114,96,96)
#5C4D4E
(92,77,78)
#463A3C
(70,58,60)
#30272A
(48,39,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #F6D2CC

#F6D2CC
(246,210,204)
#F6D6D0
(246,214,208)
#F6DAD4
(246,218,212)
#F6DED8
(246,222,216)
#F6E2DC
(246,226,220)
#F6E6E0
(246,230,224)
#F6EAE4
(246,234,228)
#F6EEE8
(246,238,232)
#F6F2EC
(246,242,236)
#F6F6F0
(246,246,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D2CC; }

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

This text font color is #F6D2CC.


Background Color

.myBgColor { background-color: #F6D2CC; }

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

This div background color is #F6D2CC.


Border color

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

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

This div border color is #F6D2CC.


Opacity

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

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

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

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

This text has shadow with #F6D2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D2CC on black background.


Color preview on white background

This text has color #F6D2CC on white background.



Black color preview on #F6D2CC background

This text has black color on #F6D2CC background.


White color preview on #F6D2CC background

This text has white color on #F6D2CC background.