COLOR #FFE6EE

HEX: #FFE6EE RGB: (255,230,238)

Color info

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

RGB color model

#FFE6EE color RGB value is (255,230,238).

RGB: (255,230,238) (100%, 90%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 238 of 255 = 93%

255
230
238

R + G + B ~ 94%. #FFE6EE is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 230 + 238 = 723 (100%)
R 255 of 723 ~ 35.27%
G 230 of 723 ~ 31.81%
B 238 of 723 ~ 32.92'%

%35.27
%31.81
%32.92

CMYK color model

#FFE6EE color CMYK value is (0,10,7,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 6.67%
  • key color value is 0.00%

CMYK: (0,10,7,0)
C0M10Y7K0 (0%, 10%, 7%, 0%)
(0.00 / 0.10 / 0.07 / 0.00)

CMYK percentages

%0
%9.8
%6.67
%0

Codes

Color #FFE6EE in popluar color models

FF E6 EE
RGB 255 230 238
HSL 341° 100.00% 95.10%
HSB/HSV 341° 9.80% 100.00%
CMYK 0.00% 9.80% 6.67%
0.00%

Color #FFE6EE in popluar number systems.

HEX FF E6 EE
Decimal 255 230 238
Binary 11111111 11100110 11101110
Octal 377 346 356

Shades and tints

Shades of #FFE6EE

#FFE6EE
(255,230,238)
#E8D2D9
(232,210,217)
#D1BEC4
(209,190,196)
#BAAAAF
(186,170,175)
#A3969A
(163,150,154)
#8C8285
(140,130,133)
#756E70
(117,110,112)
#5E5A5B
(94,90,91)
#474646
(71,70,70)
#303231
(48,50,49)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #FFE6EE

#FFE6EE
(255,230,238)
#FFE8EF
(255,232,239)
#FFEAF0
(255,234,240)
#FFECF1
(255,236,241)
#FFEEF2
(255,238,242)
#FFF0F3
(255,240,243)
#FFF2F4
(255,242,244)
#FFF4F5
(255,244,245)
#FFF6F6
(255,246,246)
#FFF8F7
(255,248,247)
#FFFAF8
(255,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE6EE color. Also use rgb(255,230,238) instead hex code.

Text Font Color

.myTextColor { color: #FFE6EE; }

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

This text font color is #FFE6EE.

Background Color

.myBgColor { background-color: #FFE6EE; }

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

This div background color is #FFE6EE.

Border color

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

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

This div border color is #FFE6EE.

Opacity

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

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

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

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

This text has shadow with #FFE6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE6EE.

Preview

Color preview on black background

This text has color #FFE6EE on black background.


Color preview on white background

This text has color #FFE6EE on white background.


Black color preview on #FFE6EE background

This text has black color on #FFE6EE background.


White color preview on #FFE6EE background

This text has white color on #FFE6EE background.


Related colors

Complementary color

Complementary color for #hex is #001911.


I love getcolorcode.com

Triadic colors

1 #EEFFE6 and #E6EEFF with #FFE6EE are triadic colors.

2 #EEE6FF and #E6FFEE with #FFE6EE are triadic colors.