COLOR #F6D5DB

HEX: #F6D5DB RGB: (246,213,219)

Color info

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

RGB color model

#F6D5DB color RGB value is (246,213,219).

RGB: (246,213,219) (96%, 84%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 213 of 255 = 84%
B 219 of 255 = 86%

246
213
219

R + G + B ~ 89%. #F6D5DB is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 213 + 219 = 678 (100%)
R 246 of 678 ~ 36.28%
G 213 of 678 ~ 31.42%
B 219 of 678 ~ 32.3'%

%36.28
%31.42
%32.3

CMYK color model

#F6D5DB color CMYK value is (0,13,11,4).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 10.98%
  • key color value is 3.53%

CMYK: (0,13,11,4)
C0M13Y11K4 (0%, 13%, 11%, 4%)
(0.00 / 0.13 / 0.11 / 0.04)

CMYK percentages

%0
%13.41
%10.98
%3.53

Codes

Color #F6D5DB in popluar color models

F6 D5 DB
RGB 246 213 219
HSL 349° 64.71% 90.00%
HSB/HSV 349° 13.41% 96.47%
CMYK 0.00% 13.41% 10.98%
3.53%

Color #F6D5DB in popluar number systems.

HEX F6 D5 DB
Decimal 246 213 219
Binary 11110110 11010101 11011011
Octal 366 325 333

Shades and tints

Shades of #F6D5DB

#F6D5DB
(246,213,219)
#E0C2C8
(224,194,200)
#CAAFB5
(202,175,181)
#B49CA2
(180,156,162)
#9E898F
(158,137,143)
#88767C
(136,118,124)
#726369
(114,99,105)
#5C5056
(92,80,86)
#463D43
(70,61,67)
#302A30
(48,42,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #F6D5DB

#F6D5DB
(246,213,219)
#F6D8DE
(246,216,222)
#F6DBE1
(246,219,225)
#F6DEE4
(246,222,228)
#F6E1E7
(246,225,231)
#F6E4EA
(246,228,234)
#F6E7ED
(246,231,237)
#F6EAF0
(246,234,240)
#F6EDF3
(246,237,243)
#F6F0F6
(246,240,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D5DB; }

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

This text font color is #F6D5DB.

Background Color

.myBgColor { background-color: #F6D5DB; }

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

This div background color is #F6D5DB.

Border color

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

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

This div border color is #F6D5DB.

Opacity

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

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

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

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

This text has shadow with #F6D5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D5DB.

Preview

Color preview on black background

This text has color #F6D5DB on black background.


Color preview on white background

This text has color #F6D5DB on white background.


Black color preview on #F6D5DB background

This text has black color on #F6D5DB background.


White color preview on #F6D5DB background

This text has white color on #F6D5DB background.


Related colors

Complementary color

Complementary color for #hex is #092A24.


I love getcolorcode.com

Triadic colors

1 #DBF6D5 and #D5DBF6 with #F6D5DB are triadic colors.

2 #DBD5F6 and #D5F6DB with #F6D5DB are triadic colors.