COLOR #F6DEE8

HEX: #F6DEE8 RGB: (246,222,232)

Color info

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

RGB color model

#F6DEE8 color RGB value is (246,222,232).

RGB: (246,222,232) (96%, 87%, 91%)

RGB channels and saturation

R 246 of 255 = 96%
G 222 of 255 = 87%
B 232 of 255 = 91%

246
222
232

R + G + B ~ 91%. #F6DEE8 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 222 + 232 = 700 (100%)
R 246 of 700 ~ 35.14%
G 222 of 700 ~ 31.71%
B 232 of 700 ~ 33.14'%

%35.14
%31.71
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 5.69%
  • key color value is 3.53%

CMYK: (0,10,6,4)
C0M10Y6K4 (0%, 10%, 6%, 4%)
(0.00 / 0.10 / 0.06 / 0.04)

CMYK percentages

%0
%9.76
%5.69
%3.53

Codes

Color #F6DEE8 in popluar color models

F6 DE E8
RGB 246 222 232
HSL 335° 57.14% 91.76%
HSB/HSV 335° 9.76% 96.47%
CMYK 0.00% 9.76% 5.69%
3.53%

Color #F6DEE8 in popluar number systems.

HEX F6 DE E8
Decimal 246 222 232
Binary 11110110 11011110 11101000
Octal 366 336 350

Shades and tints

Shades of #F6DEE8

#F6DEE8
(246,222,232)
#E0CAD3
(224,202,211)
#CAB6BE
(202,182,190)
#B4A2A9
(180,162,169)
#9E8E94
(158,142,148)
#887A7F
(136,122,127)
#72666A
(114,102,106)
#5C5255
(92,82,85)
#463E40
(70,62,64)
#302A2B
(48,42,43)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #F6DEE8

#F6DEE8
(246,222,232)
#F6E1EA
(246,225,234)
#F6E4EC
(246,228,236)
#F6E7EE
(246,231,238)
#F6EAF0
(246,234,240)
#F6EDF2
(246,237,242)
#F6F0F4
(246,240,244)
#F6F3F6
(246,243,246)
#F6F6F8
(246,246,248)
#F6F9FA
(246,249,250)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DEE8 color. Also use rgb(246,222,232) instead hex code.

Text Font Color

.myTextColor { color: #F6DEE8; }

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

This text font color is #F6DEE8.

Background Color

.myBgColor { background-color: #F6DEE8; }

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

This div background color is #F6DEE8.

Border color

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

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

This div border color is #F6DEE8.

Opacity

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

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

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

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

This text has shadow with #F6DEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DEE8.

Preview

Color preview on black background

This text has color #F6DEE8 on black background.


Color preview on white background

This text has color #F6DEE8 on white background.


Black color preview on #F6DEE8 background

This text has black color on #F6DEE8 background.


White color preview on #F6DEE8 background

This text has white color on #F6DEE8 background.


Related colors

Complementary color

Complementary color for #hex is #092117.


I love getcolorcode.com

Triadic colors

1 #E8F6DE and #DEE8F6 with #F6DEE8 are triadic colors.

2 #E8DEF6 and #DEF6E8 with #F6DEE8 are triadic colors.