COLOR #FFEEFF

HEX: #FFEEFF RGB: (255,238,255)

Color info

#FFEEFF contains red, green and blue colors in about the same proportion. Web safe color of #FFEEFF is #FFFFFF (or #FFF).

RGB color model

#FFEEFF color RGB value is (255,238,255).

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

RGB channels and saturation

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

255
238
255

R + G + B ~ 98%. #FFEEFF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 238 + 255 = 748 (100%)
R 255 of 748 ~ 34.09%
G 238 of 748 ~ 31.82%
B 255 of 748 ~ 34.09'%

%34.09
%31.82
%34.09

CMYK color model

#FFEEFF color CMYK value is (0,7,0,0).

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

CMYK: (0,7,0,0)
C0M7Y0K0 (0%, 7%, 0%, 0%)
(0.00 / 0.07 / 0.00 / 0.00)

CMYK percentages

%0
%6.67
%0
%0

Codes

Color #FFEEFF in popluar color models

FF EE FF
RGB 255 238 255
HSL 300° 100.00% 96.67%
HSB/HSV 300° 6.67% 100.00%
CMYK 0.00% 6.67% 0.00%
0.00%

Color #FFEEFF in popluar number systems.

HEX FF EE FF
Decimal 255 238 255
Binary 11111111 11101110 11111111
Octal 377 356 377

Shades and tints

Shades of #FFEEFF

#FFEEFF
(255,238,255)
#E8D9E8
(232,217,232)
#D1C4D1
(209,196,209)
#BAAFBA
(186,175,186)
#A39AA3
(163,154,163)
#8C858C
(140,133,140)
#757075
(117,112,117)
#5E5B5E
(94,91,94)
#474647
(71,70,71)
#303130
(48,49,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFEEFF

#FFEEFF
(255,238,255)
#FFEFFF
(255,239,255)
#FFF0FF
(255,240,255)
#FFF1FF
(255,241,255)
#FFF2FF
(255,242,255)
#FFF3FF
(255,243,255)
#FFF4FF
(255,244,255)
#FFF5FF
(255,245,255)
#FFF6FF
(255,246,255)
#FFF7FF
(255,247,255)
#FFF8FF
(255,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEEFF; }

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

This text font color is #FFEEFF.

Background Color

.myBgColor { background-color: #FFEEFF; }

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

This div background color is #FFEEFF.

Border color

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

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

This div border color is #FFEEFF.

Opacity

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

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

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

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

This text has shadow with #FFEEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEEFF.

Preview

Color preview on black background

This text has color #FFEEFF on black background.


Color preview on white background

This text has color #FFEEFF on white background.


Black color preview on #FFEEFF background

This text has black color on #FFEEFF background.


White color preview on #FFEEFF background

This text has white color on #FFEEFF background.


Related colors

Complementary color

Complementary color for #hex is #001100.


I love getcolorcode.com

Triadic colors

1 #FFFFEE and #EEFFFF with #FFEEFF are triadic colors.

2 #FFEEFF and #EEFFFF with #FFEEFF are triadic colors.