COLOR #FEE4F3

HEX: #FEE4F3 RGB: (254,228,243)

Color info

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

RGB color model

#FEE4F3 color RGB value is (254,228,243).

RGB: (254,228,243) (100%, 89%, 95%)

RGB channels and saturation

R 254 of 255 = 100%
G 228 of 255 = 89%
B 243 of 255 = 95%

254
228
243

R + G + B ~ 95%. #FEE4F3 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 228 + 243 = 725 (100%)
R 254 of 725 ~ 35.03%
G 228 of 725 ~ 31.45%
B 243 of 725 ~ 33.52'%

%35.03
%31.45
%33.52

CMYK color model

#FEE4F3 color CMYK value is (0,10,4,0).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 4.33%
  • key color value is 0.39%

CMYK: (0,10,4,0)
C0M10Y4K0 (0%, 10%, 4%, 0%)
(0.00 / 0.10 / 0.04 / 0.00)

CMYK percentages

%0
%10.24
%4.33
%0.39

Codes

Color #FEE4F3 in popluar color models

FE E4 F3
RGB 254 228 243
HSL 325° 92.86% 94.51%
HSB/HSV 325° 10.24% 99.61%
CMYK 0.00% 10.24% 4.33%
0.39%

Color #FEE4F3 in popluar number systems.

HEX FE E4 F3
Decimal 254 228 243
Binary 11111110 11100100 11110011
Octal 376 344 363

Shades and tints

Shades of #FEE4F3

#FEE4F3
(254,228,243)
#E7D0DD
(231,208,221)
#D0BCC7
(208,188,199)
#B9A8B1
(185,168,177)
#A2949B
(162,148,155)
#8B8085
(139,128,133)
#746C6F
(116,108,111)
#5D5859
(93,88,89)
#464443
(70,68,67)
#2F302D
(47,48,45)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #FEE4F3

#FEE4F3
(254,228,243)
#FEE6F4
(254,230,244)
#FEE8F5
(254,232,245)
#FEEAF6
(254,234,246)
#FEECF7
(254,236,247)
#FEEEF8
(254,238,248)
#FEF0F9
(254,240,249)
#FEF2FA
(254,242,250)
#FEF4FB
(254,244,251)
#FEF6FC
(254,246,252)
#FEF8FD
(254,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE4F3 color. Also use rgb(254,228,243) instead hex code.

Text Font Color

.myTextColor { color: #FEE4F3; }

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

This text font color is #FEE4F3.

Background Color

.myBgColor { background-color: #FEE4F3; }

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

This div background color is #FEE4F3.

Border color

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

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

This div border color is #FEE4F3.

Opacity

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

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

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

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

This text has shadow with #FEE4F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE4F3.

Preview

Color preview on black background

This text has color #FEE4F3 on black background.


Color preview on white background

This text has color #FEE4F3 on white background.


Black color preview on #FEE4F3 background

This text has black color on #FEE4F3 background.


White color preview on #FEE4F3 background

This text has white color on #FEE4F3 background.


Related colors

Complementary color

Complementary color for #hex is #011B0C.


I love getcolorcode.com

Triadic colors

1 #F3FEE4 and #E4F3FE with #FEE4F3 are triadic colors.

2 #F3E4FE and #E4FEF3 with #FEE4F3 are triadic colors.