COLOR #F6DCCA

HEX: #F6DCCA
RGB: (246,220,202)

Color info

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

RGB color model

#F6DCCA color RGB value is (246,220,202).

  • red value is 246;
  • green value is 220;
  • blue value is 202.
RGB:
(246,220,202)
(96%,86%,79%)

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 202 of 255 = 79%

246
220
202

R + G + B ~ 87%. #F6DCCA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 220 + 202 = 668 (100%)
R 246 of 668 ~ 36.83%
G 220 of 668 ~ 32.93%
B 202 of 668 ~ 30.24%

%36.83
%32.93
%30.24

CMYK color model

#F6DCCA color CMYK value is (0,11,18,4).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,11,18,4)
C0M11Y18K4 
(0%,11%,18%,4%)
(0.00/0.11/0.18/0.04)	

CMYK percentages

%0
%10.57
%17.89
%3.53

Codes

Color #F6DCCA in popluar color models

F6DCCA
RGB246220202
HSL25°70.97%87.84%
HSB/HSV25°17.89%96.47%
CMYK0.00%10.57%17.89%
3.53%

Color #F6DCCA in popluar number systems.

HEXF6DCCA
Decimal246220202
Binary111101101101110011001010
Octal366334312

Shades and tints

Shades of #F6DCCA

#F6DCCA
(246,220,202)
#E0C8B8
(224,200,184)
#CAB4A6
(202,180,166)
#B4A094
(180,160,148)
#9E8C82
(158,140,130)
#887870
(136,120,112)
#72645E
(114,100,94)
#5C504C
(92,80,76)
#463C3A
(70,60,58)
#302828
(48,40,40)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #F6DCCA

#F6DCCA
(246,220,202)
#F6DFCE
(246,223,206)
#F6E2D2
(246,226,210)
#F6E5D6
(246,229,214)
#F6E8DA
(246,232,218)
#F6EBDE
(246,235,222)
#F6EEE2
(246,238,226)
#F6F1E6
(246,241,230)
#F6F4EA
(246,244,234)
#F6F7EE
(246,247,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DCCA color. Also use rgb(246,220,202) instead hex code.

Text Font Color

.myTextColor { color: #F6DCCA; }

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

This text font color is #F6DCCA.


Background Color

.myBgColor { background-color: #F6DCCA; }

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

This div background color is #F6DCCA.


Border color

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

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

This div border color is #F6DCCA.


Opacity

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

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

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

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

This text has shadow with #F6DCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DCCA on black background.


Color preview on white background

This text has color #F6DCCA on white background.



Black color preview on #F6DCCA background

This text has black color on #F6DCCA background.


White color preview on #F6DCCA background

This text has white color on #F6DCCA background.