COLOR #F6D0D2

HEX: #F6D0D2
RGB: (246,208,210)

Color info

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

RGB color model

#F6D0D2 color RGB value is (246,208,210).

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

RGB channels and saturation

R 246 of 255 = 96%
G 208 of 255 = 82%
B 210 of 255 = 82%

246
208
210

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

Portions of RGB colors in percentages

R + G + B =
246 + 208 + 210 = 664 (100%)
R 246 of 664 ~ 37.05%
G 208 of 664 ~ 31.33%
B 210 of 664 ~ 31.63%

%37.05
%31.33
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 14.63%
  • key color value is 3.53%
CMYK:
(0,15,15,4)
C0M15Y15K4 
(0%,15%,15%,4%)
(0.00/0.15/0.15/0.04)	

CMYK percentages

%0
%15.45
%14.63
%3.53

Codes

Color #F6D0D2 in popluar color models

F6D0D2
RGB246208210
HSL357°67.86%89.02%
HSB/HSV357°15.45%96.47%
CMYK0.00%15.45%14.63%
3.53%

Color #F6D0D2 in popluar number systems.

HEXF6D0D2
Decimal246208210
Binary111101101101000011010010
Octal366320322

Shades and tints

Shades of #F6D0D2

#F6D0D2
(246,208,210)
#E0BEBF
(224,190,191)
#CAACAC
(202,172,172)
#B49A99
(180,154,153)
#9E8886
(158,136,134)
#887673
(136,118,115)
#726460
(114,100,96)
#5C524D
(92,82,77)
#46403A
(70,64,58)
#302E27
(48,46,39)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #F6D0D2

#F6D0D2
(246,208,210)
#F6D4D6
(246,212,214)
#F6D8DA
(246,216,218)
#F6DCDE
(246,220,222)
#F6E0E2
(246,224,226)
#F6E4E6
(246,228,230)
#F6E8EA
(246,232,234)
#F6ECEE
(246,236,238)
#F6F0F2
(246,240,242)
#F6F4F6
(246,244,246)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D0D2; }

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

This text font color is #F6D0D2.


Background Color

.myBgColor { background-color: #F6D0D2; }

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

This div background color is #F6D0D2.


Border color

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

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

This div border color is #F6D0D2.


Opacity

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

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

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

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

This text has shadow with #F6D0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D0D2 on black background.


Color preview on white background

This text has color #F6D0D2 on white background.



Black color preview on #F6D0D2 background

This text has black color on #F6D0D2 background.


White color preview on #F6D0D2 background

This text has white color on #F6D0D2 background.