COLOR #F6DFEE

HEX: #F6DFEE
RGB: (246,223,238)

Color info

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

RGB color model

#F6DFEE color RGB value is (246,223,238).

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

RGB channels and saturation

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

246
223
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 238 = 707 (100%)
R 246 of 707 ~ 34.79%
G 223 of 707 ~ 31.54%
B 238 of 707 ~ 33.66%

%34.79
%31.54
%33.66

CMYK color model

#F6DFEE color CMYK value is (0,9,3,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,9,3,4)
C0M9Y3K4 
(0%,9%,3%,4%)
(0.00/0.09/0.03/0.04)	

CMYK percentages

%0
%9.35
%3.25
%3.53

Codes

Color #F6DFEE in popluar color models

F6DFEE
RGB246223238
HSL321°56.10%91.96%
HSB/HSV321°9.35%96.47%
CMYK0.00%9.35%3.25%
3.53%

Color #F6DFEE in popluar number systems.

HEXF6DFEE
Decimal246223238
Binary111101101101111111101110
Octal366337356

Shades and tints

Shades of #F6DFEE

#F6DFEE
(246,223,238)
#E0CBD9
(224,203,217)
#CAB7C4
(202,183,196)
#B4A3AF
(180,163,175)
#9E8F9A
(158,143,154)
#887B85
(136,123,133)
#726770
(114,103,112)
#5C535B
(92,83,91)
#463F46
(70,63,70)
#302B31
(48,43,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #F6DFEE

#F6DFEE
(246,223,238)
#F6E1EF
(246,225,239)
#F6E3F0
(246,227,240)
#F6E5F1
(246,229,241)
#F6E7F2
(246,231,242)
#F6E9F3
(246,233,243)
#F6EBF4
(246,235,244)
#F6EDF5
(246,237,245)
#F6EFF6
(246,239,246)
#F6F1F7
(246,241,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFEE; }

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

This text font color is #F6DFEE.


Background Color

.myBgColor { background-color: #F6DFEE; }

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

This div background color is #F6DFEE.


Border color

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

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

This div border color is #F6DFEE.


Opacity

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

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

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

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

This text has shadow with #F6DFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFEE on black background.


Color preview on white background

This text has color #F6DFEE on white background.



Black color preview on #F6DFEE background

This text has black color on #F6DFEE background.


White color preview on #F6DFEE background

This text has white color on #F6DFEE background.