COLOR #FFEEFC

HEX: #FFEEFC RGB: (255,238,252)

Color info

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

RGB color model

#FFEEFC color RGB value is (255,238,252).

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

RGB channels and saturation

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

255
238
252

R + G + B ~ 97%. #FFEEFC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 238 + 252 = 745 (100%)
R 255 of 745 ~ 34.23%
G 238 of 745 ~ 31.95%
B 252 of 745 ~ 33.83'%

%34.23
%31.95
%33.83

CMYK color model

#FFEEFC color CMYK value is (0,7,1,0).

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

CMYK: (0,7,1,0)
C0M7Y1K0 (0%, 7%, 1%, 0%)
(0.00 / 0.07 / 0.01 / 0.00)

CMYK percentages

%0
%6.67
%1.18
%0

Codes

Color #FFEEFC in popluar color models

FF EE FC
RGB 255 238 252
HSL 311° 100.00% 96.67%
HSB/HSV 311° 6.67% 100.00%
CMYK 0.00% 6.67% 1.18%
0.00%

Color #FFEEFC in popluar number systems.

HEX FF EE FC
Decimal 255 238 252
Binary 11111111 11101110 11111100
Octal 377 356 374

Shades and tints

Shades of #FFEEFC

#FFEEFC
(255,238,252)
#E8D9E6
(232,217,230)
#D1C4D0
(209,196,208)
#BAAFBA
(186,175,186)
#A39AA4
(163,154,164)
#8C858E
(140,133,142)
#757078
(117,112,120)
#5E5B62
(94,91,98)
#47464C
(71,70,76)
#303136
(48,49,54)
#191C20
(25,28,32)
#000000
(0,0,0)

Tints of #FFEEFC

#FFEEFC
(255,238,252)
#FFEFFC
(255,239,252)
#FFF0FC
(255,240,252)
#FFF1FC
(255,241,252)
#FFF2FC
(255,242,252)
#FFF3FC
(255,243,252)
#FFF4FC
(255,244,252)
#FFF5FC
(255,245,252)
#FFF6FC
(255,246,252)
#FFF7FC
(255,247,252)
#FFF8FC
(255,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEEFC; }

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

This text font color is #FFEEFC.

Background Color

.myBgColor { background-color: #FFEEFC; }

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

This div background color is #FFEEFC.

Border color

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

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

This div border color is #FFEEFC.

Opacity

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

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

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

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

This text has shadow with #FFEEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEEFC.

Preview

Color preview on black background

This text has color #FFEEFC on black background.


Color preview on white background

This text has color #FFEEFC on white background.


Black color preview on #FFEEFC background

This text has black color on #FFEEFC background.


White color preview on #FFEEFC background

This text has white color on #FFEEFC background.


Related colors

Complementary color

Complementary color for #hex is #001103.


I love getcolorcode.com

Triadic colors

1 #FCFFEE and #EEFCFF with #FFEEFC are triadic colors.

2 #FCEEFF and #EEFFFC with #FFEEFC are triadic colors.