COLOR #FFE0F8

HEX: #FFE0F8 RGB: (255,224,248)

Color info

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

RGB color model

#FFE0F8 color RGB value is (255,224,248).

RGB: (255,224,248) (100%, 88%, 97%)

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 248 of 255 = 97%

255
224
248

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

Portions of RGB colors in percentages

R + G + B = 255 + 224 + 248 = 727 (100%)
R 255 of 727 ~ 35.08%
G 224 of 727 ~ 30.81%
B 248 of 727 ~ 34.11'%

%35.08
%30.81
%34.11

CMYK color model

#FFE0F8 color CMYK value is (0,12,3,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 2.75%
  • key color value is 0.00%

CMYK: (0,12,3,0)
C0M12Y3K0 (0%, 12%, 3%, 0%)
(0.00 / 0.12 / 0.03 / 0.00)

CMYK percentages

%0
%12.16
%2.75
%0

Codes

Color #FFE0F8 in popluar color models

FF E0 F8
RGB 255 224 248
HSL 314° 100.00% 93.92%
HSB/HSV 314° 12.16% 100.00%
CMYK 0.00% 12.16% 2.75%
0.00%

Color #FFE0F8 in popluar number systems.

HEX FF E0 F8
Decimal 255 224 248
Binary 11111111 11100000 11111000
Octal 377 340 370

Shades and tints

Shades of #FFE0F8

#FFE0F8
(255,224,248)
#E8CCE2
(232,204,226)
#D1B8CC
(209,184,204)
#BAA4B6
(186,164,182)
#A390A0
(163,144,160)
#8C7C8A
(140,124,138)
#756874
(117,104,116)
#5E545E
(94,84,94)
#474048
(71,64,72)
#302C32
(48,44,50)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #FFE0F8

#FFE0F8
(255,224,248)
#FFE2F8
(255,226,248)
#FFE4F8
(255,228,248)
#FFE6F8
(255,230,248)
#FFE8F8
(255,232,248)
#FFEAF8
(255,234,248)
#FFECF8
(255,236,248)
#FFEEF8
(255,238,248)
#FFF0F8
(255,240,248)
#FFF2F8
(255,242,248)
#FFF4F8
(255,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE0F8 color. Also use rgb(255,224,248) instead hex code.

Text Font Color

.myTextColor { color: #FFE0F8; }

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

This text font color is #FFE0F8.

Background Color

.myBgColor { background-color: #FFE0F8; }

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

This div background color is #FFE0F8.

Border color

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

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

This div border color is #FFE0F8.

Opacity

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

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

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

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

This text has shadow with #FFE0F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE0F8.

Preview

Color preview on black background

This text has color #FFE0F8 on black background.


Color preview on white background

This text has color #FFE0F8 on white background.


Black color preview on #FFE0F8 background

This text has black color on #FFE0F8 background.


White color preview on #FFE0F8 background

This text has white color on #FFE0F8 background.


Related colors

Complementary color

Complementary color for #hex is #001F07.


I love getcolorcode.com

Triadic colors

1 #F8FFE0 and #E0F8FF with #FFE0F8 are triadic colors.

2 #F8E0FF and #E0FFF8 with #FFE0F8 are triadic colors.