COLOR #F6DCE3

HEX: #F6DCE3
RGB: (246,220,227)

Color info

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

RGB color model

#F6DCE3 color RGB value is (246,220,227).

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

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 227 of 255 = 89%

246
220
227

R + G + B ~ 90%. #F6DCE3 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 220 + 227 = 693 (100%)
R 246 of 693 ~ 35.5%
G 220 of 693 ~ 31.75%
B 227 of 693 ~ 32.76%

%35.5
%31.75
%32.76

CMYK color model

#F6DCE3 color CMYK value is (0,11,8,4).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(0,11,8,4)
C0M11Y8K4 
(0%,11%,8%,4%)
(0.00/0.11/0.08/0.04)	

CMYK percentages

%0
%10.57
%7.72
%3.53

Codes

Color #F6DCE3 in popluar color models

F6DCE3
RGB246220227
HSL344°59.09%91.37%
HSB/HSV344°10.57%96.47%
CMYK0.00%10.57%7.72%
3.53%

Color #F6DCE3 in popluar number systems.

HEXF6DCE3
Decimal246220227
Binary111101101101110011100011
Octal366334343

Shades and tints

Shades of #F6DCE3

#F6DCE3
(246,220,227)
#E0C8CF
(224,200,207)
#CAB4BB
(202,180,187)
#B4A0A7
(180,160,167)
#9E8C93
(158,140,147)
#88787F
(136,120,127)
#72646B
(114,100,107)
#5C5057
(92,80,87)
#463C43
(70,60,67)
#30282F
(48,40,47)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #F6DCE3

#F6DCE3
(246,220,227)
#F6DFE5
(246,223,229)
#F6E2E7
(246,226,231)
#F6E5E9
(246,229,233)
#F6E8EB
(246,232,235)
#F6EBED
(246,235,237)
#F6EEEF
(246,238,239)
#F6F1F1
(246,241,241)
#F6F4F3
(246,244,243)
#F6F7F5
(246,247,245)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DCE3; }

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

This text font color is #F6DCE3.


Background Color

.myBgColor { background-color: #F6DCE3; }

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

This div background color is #F6DCE3.


Border color

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

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

This div border color is #F6DCE3.


Opacity

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

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

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

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

This text has shadow with #F6DCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DCE3 on black background.


Color preview on white background

This text has color #F6DCE3 on white background.



Black color preview on #F6DCE3 background

This text has black color on #F6DCE3 background.


White color preview on #F6DCE3 background

This text has white color on #F6DCE3 background.