COLOR #FEE8FA

HEX: #FEE8FA RGB: (254,232,250)

Color info

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

RGB color model

#FEE8FA color RGB value is (254,232,250).

RGB: (254,232,250) (100%, 91%, 98%)

RGB channels and saturation

R 254 of 255 = 100%
G 232 of 255 = 91%
B 250 of 255 = 98%

254
232
250

R + G + B ~ 96%. #FEE8FA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 232 + 250 = 736 (100%)
R 254 of 736 ~ 34.51%
G 232 of 736 ~ 31.52%
B 250 of 736 ~ 33.97'%

%34.51
%31.52
%33.97

CMYK color model

#FEE8FA color CMYK value is (0,9,2,0).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 1.57%
  • key color value is 0.39%

CMYK: (0,9,2,0)
C0M9Y2K0 (0%, 9%, 2%, 0%)
(0.00 / 0.09 / 0.02 / 0.00)

CMYK percentages

%0
%8.66
%1.57
%0.39

Codes

Color #FEE8FA in popluar color models

FE E8 FA
RGB 254 232 250
HSL 311° 91.67% 95.29%
HSB/HSV 311° 8.66% 99.61%
CMYK 0.00% 8.66% 1.57%
0.39%

Color #FEE8FA in popluar number systems.

HEX FE E8 FA
Decimal 254 232 250
Binary 11111110 11101000 11111010
Octal 376 350 372

Shades and tints

Shades of #FEE8FA

#FEE8FA
(254,232,250)
#E7D3E4
(231,211,228)
#D0BECE
(208,190,206)
#B9A9B8
(185,169,184)
#A294A2
(162,148,162)
#8B7F8C
(139,127,140)
#746A76
(116,106,118)
#5D5560
(93,85,96)
#46404A
(70,64,74)
#2F2B34
(47,43,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #FEE8FA

#FEE8FA
(254,232,250)
#FEEAFA
(254,234,250)
#FEECFA
(254,236,250)
#FEEEFA
(254,238,250)
#FEF0FA
(254,240,250)
#FEF2FA
(254,242,250)
#FEF4FA
(254,244,250)
#FEF6FA
(254,246,250)
#FEF8FA
(254,248,250)
#FEFAFA
(254,250,250)
#FEFCFA
(254,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE8FA color. Also use rgb(254,232,250) instead hex code.

Text Font Color

.myTextColor { color: #FEE8FA; }

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

This text font color is #FEE8FA.

Background Color

.myBgColor { background-color: #FEE8FA; }

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

This div background color is #FEE8FA.

Border color

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

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

This div border color is #FEE8FA.

Opacity

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

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

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

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

This text has shadow with #FEE8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE8FA.

Preview

Color preview on black background

This text has color #FEE8FA on black background.


Color preview on white background

This text has color #FEE8FA on white background.


Black color preview on #FEE8FA background

This text has black color on #FEE8FA background.


White color preview on #FEE8FA background

This text has white color on #FEE8FA background.


Related colors

Complementary color

Complementary color for #hex is #011705.


I love getcolorcode.com

Triadic colors

1 #FAFEE8 and #E8FAFE with #FEE8FA are triadic colors.

2 #FAE8FE and #E8FEFA with #FEE8FA are triadic colors.