COLOR #F6DDF5

HEX: #F6DDF5 RGB: (246,221,245)

Color info

#F6DDF5 contains red, green and blue colors in about the same proportion. Web safe color of #F6DDF5 is #FFCCFF (or #FCF).

RGB color model

#F6DDF5 color RGB value is (246,221,245).

RGB: (246,221,245) (96%, 87%, 96%)

RGB channels and saturation

R 246 of 255 = 96%
G 221 of 255 = 87%
B 245 of 255 = 96%

246
221
245

R + G + B ~ 93%. #F6DDF5 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 221 + 245 = 712 (100%)
R 246 of 712 ~ 34.55%
G 221 of 712 ~ 31.04%
B 245 of 712 ~ 34.41'%

%34.55
%31.04
%34.41

CMYK color model

#F6DDF5 color CMYK value is (0,10,0,4).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 0.41%
  • key color value is 3.53%
CMYK: (0,10,0,4) C0M10Y0K4 (0%,10%,0%,4%) (0.00/0.10/0.00/0.04) 

CMYK percentages

%0
%10.16
%0.41
%3.53

Codes

Color #F6DDF5 in popluar color models

F6 DD F5
RGB 246 221 245
HSL 302° 58.14% 91.57%
HSB/HSV 302° 10.16% 96.47%
CMYK 0.00% 10.16% 0.41%
3.53%

Color #F6DDF5 in popluar number systems.

HEX F6 DD F5
Decimal 246 221 245
Binary 11110110 11011101 11110101
Octal 366 335 365

Shades and tints

Shades of #F6DDF5

#F6DDF5
(246,221,245)
#E0C9DF
(224,201,223)
#CAB5C9
(202,181,201)
#B4A1B3
(180,161,179)
#9E8D9D
(158,141,157)
#887987
(136,121,135)
#726571
(114,101,113)
#5C515B
(92,81,91)
#463D45
(70,61,69)
#30292F
(48,41,47)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #F6DDF5

#F6DDF5
(246,221,245)
#F6E0F5
(246,224,245)
#F6E3F5
(246,227,245)
#F6E6F5
(246,230,245)
#F6E9F5
(246,233,245)
#F6ECF5
(246,236,245)
#F6EFF5
(246,239,245)
#F6F2F5
(246,242,245)
#F6F5F5
(246,245,245)
#F6F8F5
(246,248,245)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DDF5 color. Also use rgb(246,221,245) instead hex code.

Text Font Color

.myTextColor { color: #F6DDF5; }

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

This text font color is #F6DDF5.

Background Color

.myBgColor { background-color: #F6DDF5; }

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

This div background color is #F6DDF5.

Border color

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

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

This div border color is #F6DDF5.

Opacity

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

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

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

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

This text has shadow with #F6DDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DDF5.

Preview

Color preview on black background

This text has color #F6DDF5 on black background.


Color preview on white background

This text has color #F6DDF5 on white background.


Black color preview on #F6DDF5 background

This text has black color on #F6DDF5 background.


White color preview on #F6DDF5 background

This text has white color on #F6DDF5 background.


Related colors

Complementary color

Complementary color for #hex is #09220A.


I love getcolorcode.com

Triadic colors

1 #F5F6DD and #DDF5F6 with #F6DDF5 are triadic colors.

2 #F5DDF6 and #DDF6F5 with #F6DDF5 are triadic colors.