COLOR #F6DDEA

HEX: #F6DDEA RGB: (246,221,234)

Color info

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

RGB color model

#F6DDEA color RGB value is (246,221,234).

RGB: (246,221,234) (96%, 87%, 92%)

RGB channels and saturation

R 246 of 255 = 96%
G 221 of 255 = 87%
B 234 of 255 = 92%

246
221
234

R + G + B ~ 92%. #F6DDEA is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 221 + 234 = 701 (100%)
R 246 of 701 ~ 35.09%
G 221 of 701 ~ 31.53%
B 234 of 701 ~ 33.38'%

%35.09
%31.53
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 4.88%
  • key color value is 3.53%

CMYK: (0,10,5,4)
C0M10Y5K4 (0%, 10%, 5%, 4%)
(0.00 / 0.10 / 0.05 / 0.04)

CMYK percentages

%0
%10.16
%4.88
%3.53

Codes

Color #F6DDEA in popluar color models

F6 DD EA
RGB 246 221 234
HSL 329° 58.14% 91.57%
HSB/HSV 329° 10.16% 96.47%
CMYK 0.00% 10.16% 4.88%
3.53%

Color #F6DDEA in popluar number systems.

HEX F6 DD EA
Decimal 246 221 234
Binary 11110110 11011101 11101010
Octal 366 335 352

Shades and tints

Shades of #F6DDEA

#F6DDEA
(246,221,234)
#E0C9D5
(224,201,213)
#CAB5C0
(202,181,192)
#B4A1AB
(180,161,171)
#9E8D96
(158,141,150)
#887981
(136,121,129)
#72656C
(114,101,108)
#5C5157
(92,81,87)
#463D42
(70,61,66)
#30292D
(48,41,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #F6DDEA

#F6DDEA
(246,221,234)
#F6E0EB
(246,224,235)
#F6E3EC
(246,227,236)
#F6E6ED
(246,230,237)
#F6E9EE
(246,233,238)
#F6ECEF
(246,236,239)
#F6EFF0
(246,239,240)
#F6F2F1
(246,242,241)
#F6F5F2
(246,245,242)
#F6F8F3
(246,248,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DDEA; }

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

This text font color is #F6DDEA.

Background Color

.myBgColor { background-color: #F6DDEA; }

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

This div background color is #F6DDEA.

Border color

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

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

This div border color is #F6DDEA.

Opacity

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

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

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

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

This text has shadow with #F6DDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DDEA.

Preview

Color preview on black background

This text has color #F6DDEA on black background.


Color preview on white background

This text has color #F6DDEA on white background.


Black color preview on #F6DDEA background

This text has black color on #F6DDEA background.


White color preview on #F6DDEA background

This text has white color on #F6DDEA background.


Related colors

Complementary color

Complementary color for #hex is #092215.


I love getcolorcode.com

Triadic colors

1 #EAF6DD and #DDEAF6 with #F6DDEA are triadic colors.

2 #EADDF6 and #DDF6EA with #F6DDEA are triadic colors.