COLOR #F6D5D8

HEX: #F6D5D8
RGB: (246,213,216)

Color info

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

RGB color model

#F6D5D8 color RGB value is (246,213,216).

  • red value is 246;
  • green value is 213;
  • blue value is 216.
RGB:
(246,213,216)
(96%,84%,85%)

RGB channels and saturation

R 246 of 255 = 96%
G 213 of 255 = 84%
B 216 of 255 = 85%

246
213
216

R + G + B ~ 88%. #F6D5D8 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 213 + 216 = 675 (100%)
R 246 of 675 ~ 36.44%
G 213 of 675 ~ 31.56%
B 216 of 675 ~ 32%

%36.44
%31.56
%32

CMYK color model

#F6D5D8 color CMYK value is (0,13,12,4).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 12.20%
  • key color value is 3.53%
CMYK:
(0,13,12,4)
C0M13Y12K4 
(0%,13%,12%,4%)
(0.00/0.13/0.12/0.04)	

CMYK percentages

%0
%13.41
%12.2
%3.53

Codes

Color #F6D5D8 in popluar color models

F6D5D8
RGB246213216
HSL355°64.71%90.00%
HSB/HSV355°13.41%96.47%
CMYK0.00%13.41%12.20%
3.53%

Color #F6D5D8 in popluar number systems.

HEXF6D5D8
Decimal246213216
Binary111101101101010111011000
Octal366325330

Shades and tints

Shades of #F6D5D8

#F6D5D8
(246,213,216)
#E0C2C5
(224,194,197)
#CAAFB2
(202,175,178)
#B49C9F
(180,156,159)
#9E898C
(158,137,140)
#887679
(136,118,121)
#726366
(114,99,102)
#5C5053
(92,80,83)
#463D40
(70,61,64)
#302A2D
(48,42,45)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6D5D8

#F6D5D8
(246,213,216)
#F6D8DB
(246,216,219)
#F6DBDE
(246,219,222)
#F6DEE1
(246,222,225)
#F6E1E4
(246,225,228)
#F6E4E7
(246,228,231)
#F6E7EA
(246,231,234)
#F6EAED
(246,234,237)
#F6EDF0
(246,237,240)
#F6F0F3
(246,240,243)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D5D8 color. Also use rgb(246,213,216) instead hex code.

Text Font Color

.myTextColor { color: #F6D5D8; }

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

This text font color is #F6D5D8.


Background Color

.myBgColor { background-color: #F6D5D8; }

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

This div background color is #F6D5D8.


Border color

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

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

This div border color is #F6D5D8.


Opacity

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

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

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

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

This text has shadow with #F6D5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5D8 on black background.


Color preview on white background

This text has color #F6D5D8 on white background.



Black color preview on #F6D5D8 background

This text has black color on #F6D5D8 background.


White color preview on #F6D5D8 background

This text has white color on #F6D5D8 background.