COLOR #FFE9F2

HEX: #FFE9F2 RGB: (255,233,242)

Color info

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

RGB color model

#FFE9F2 color RGB value is (255,233,242).

RGB: (255,233,242) (100%, 91%, 95%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 242 of 255 = 95%

255
233
242

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

Portions of RGB colors in percentages

R + G + B = 255 + 233 + 242 = 730 (100%)
R 255 of 730 ~ 34.93%
G 233 of 730 ~ 31.92%
B 242 of 730 ~ 33.15'%

%34.93
%31.92
%33.15

CMYK color model

#FFE9F2 color CMYK value is (0,9,5,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 5.10%
  • key color value is 0.00%

CMYK: (0,9,5,0)
C0M9Y5K0 (0%, 9%, 5%, 0%)
(0.00 / 0.09 / 0.05 / 0.00)

CMYK percentages

%0
%8.63
%5.1
%0

Codes

Color #FFE9F2 in popluar color models

FF E9 F2
RGB 255 233 242
HSL 335° 100.00% 95.69%
HSB/HSV 335° 8.63% 100.00%
CMYK 0.00% 8.63% 5.10%
0.00%

Color #FFE9F2 in popluar number systems.

HEX FF E9 F2
Decimal 255 233 242
Binary 11111111 11101001 11110010
Octal 377 351 362

Shades and tints

Shades of #FFE9F2

#FFE9F2
(255,233,242)
#E8D4DC
(232,212,220)
#D1BFC6
(209,191,198)
#BAAAB0
(186,170,176)
#A3959A
(163,149,154)
#8C8084
(140,128,132)
#756B6E
(117,107,110)
#5E5658
(94,86,88)
#474142
(71,65,66)
#302C2C
(48,44,44)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #FFE9F2

#FFE9F2
(255,233,242)
#FFEBF3
(255,235,243)
#FFEDF4
(255,237,244)
#FFEFF5
(255,239,245)
#FFF1F6
(255,241,246)
#FFF3F7
(255,243,247)
#FFF5F8
(255,245,248)
#FFF7F9
(255,247,249)
#FFF9FA
(255,249,250)
#FFFBFB
(255,251,251)
#FFFDFC
(255,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE9F2; }

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

This text font color is #FFE9F2.

Background Color

.myBgColor { background-color: #FFE9F2; }

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

This div background color is #FFE9F2.

Border color

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

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

This div border color is #FFE9F2.

Opacity

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

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

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

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

This text has shadow with #FFE9F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE9F2.

Preview

Color preview on black background

This text has color #FFE9F2 on black background.


Color preview on white background

This text has color #FFE9F2 on white background.


Black color preview on #FFE9F2 background

This text has black color on #FFE9F2 background.


White color preview on #FFE9F2 background

This text has white color on #FFE9F2 background.


Related colors

Complementary color

Complementary color for #hex is #00160D.


I love getcolorcode.com

Triadic colors

1 #F2FFE9 and #E9F2FF with #FFE9F2 are triadic colors.

2 #F2E9FF and #E9FFF2 with #FFE9F2 are triadic colors.