COLOR #FFE2F5

HEX: #FFE2F5
RGB: (255,226,245)

Color info

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

RGB color model

#FFE2F5 color RGB value is (255,226,245).

  • red value is 255;
  • green value is 226;
  • blue value is 245.
RGB:
(255,226,245)
(100%,89%,96%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 245 of 255 = 96%

255
226
245

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

Portions of RGB colors in percentages

R + G + B =
255 + 226 + 245 = 726 (100%)
R 255 of 726 ~ 35.12%
G 226 of 726 ~ 31.13%
B 245 of 726 ~ 33.75%

%35.12
%31.13
%33.75

CMYK color model

#FFE2F5 color CMYK value is (0,11,4,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 3.92%
  • key color value is 0.00%
CMYK:
(0,11,4,0)
C0M11Y4K0 
(0%,11%,4%,0%)
(0.00/0.11/0.04/0.00)	

CMYK percentages

%0
%11.37
%3.92
%0

Codes

Color #FFE2F5 in popluar color models

FFE2F5
RGB255226245
HSL321°100.00%94.31%
HSB/HSV321°11.37%100.00%
CMYK0.00%11.37%3.92%
0.00%

Color #FFE2F5 in popluar number systems.

HEXFFE2F5
Decimal255226245
Binary111111111110001011110101
Octal377342365

Shades and tints

Shades of #FFE2F5

#FFE2F5
(255,226,245)
#E8CEDF
(232,206,223)
#D1BAC9
(209,186,201)
#BAA6B3
(186,166,179)
#A3929D
(163,146,157)
#8C7E87
(140,126,135)
#756A71
(117,106,113)
#5E565B
(94,86,91)
#474245
(71,66,69)
#302E2F
(48,46,47)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFE2F5

#FFE2F5
(255,226,245)
#FFE4F5
(255,228,245)
#FFE6F5
(255,230,245)
#FFE8F5
(255,232,245)
#FFEAF5
(255,234,245)
#FFECF5
(255,236,245)
#FFEEF5
(255,238,245)
#FFF0F5
(255,240,245)
#FFF2F5
(255,242,245)
#FFF4F5
(255,244,245)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE2F5; }

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

This text font color is #FFE2F5.


Background Color

.myBgColor { background-color: #FFE2F5; }

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

This div background color is #FFE2F5.


Border color

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

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

This div border color is #FFE2F5.


Opacity

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

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

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

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

This text has shadow with #FFE2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE2F5 on black background.


Color preview on white background

This text has color #FFE2F5 on white background.



Black color preview on #FFE2F5 background

This text has black color on #FFE2F5 background.


White color preview on #FFE2F5 background

This text has white color on #FFE2F5 background.