COLOR #F6DDEE

HEX: #F6DDEE
RGB: (246,221,238)

Color info

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

RGB color model

#F6DDEE color RGB value is (246,221,238).

  • red value is 246;
  • green value is 221;
  • blue value is 238.
RGB:
(246,221,238)
(96%,87%,93%)

RGB channels and saturation

R 246 of 255 = 96%
G 221 of 255 = 87%
B 238 of 255 = 93%

246
221
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 221 + 238 = 705 (100%)
R 246 of 705 ~ 34.89%
G 221 of 705 ~ 31.35%
B 238 of 705 ~ 33.76%

%34.89
%31.35
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,10,3,4)
C0M10Y3K4 
(0%,10%,3%,4%)
(0.00/0.10/0.03/0.04)	

CMYK percentages

%0
%10.16
%3.25
%3.53

Codes

Color #F6DDEE in popluar color models

F6DDEE
RGB246221238
HSL319°58.14%91.57%
HSB/HSV319°10.16%96.47%
CMYK0.00%10.16%3.25%
3.53%

Color #F6DDEE in popluar number systems.

HEXF6DDEE
Decimal246221238
Binary111101101101110111101110
Octal366335356

Shades and tints

Shades of #F6DDEE

#F6DDEE
(246,221,238)
#E0C9D9
(224,201,217)
#CAB5C4
(202,181,196)
#B4A1AF
(180,161,175)
#9E8D9A
(158,141,154)
#887985
(136,121,133)
#726570
(114,101,112)
#5C515B
(92,81,91)
#463D46
(70,61,70)
#302931
(48,41,49)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #F6DDEE

#F6DDEE
(246,221,238)
#F6E0EF
(246,224,239)
#F6E3F0
(246,227,240)
#F6E6F1
(246,230,241)
#F6E9F2
(246,233,242)
#F6ECF3
(246,236,243)
#F6EFF4
(246,239,244)
#F6F2F5
(246,242,245)
#F6F5F6
(246,245,246)
#F6F8F7
(246,248,247)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DDEE; }

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

This text font color is #F6DDEE.


Background Color

.myBgColor { background-color: #F6DDEE; }

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

This div background color is #F6DDEE.


Border color

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

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

This div border color is #F6DDEE.


Opacity

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

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

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

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

This text has shadow with #F6DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DDEE on black background.


Color preview on white background

This text has color #F6DDEE on white background.



Black color preview on #F6DDEE background

This text has black color on #F6DDEE background.


White color preview on #F6DDEE background

This text has white color on #F6DDEE background.