COLOR #FFE0EB

HEX: #FFE0EB RGB: (255,224,235)

Color info

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

RGB color model

#FFE0EB color RGB value is (255,224,235).

RGB: (255,224,235) (100%, 88%, 92%)

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 235 of 255 = 92%

255
224
235

R + G + B ~ 93%. #FFE0EB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 224 + 235 = 714 (100%)
R 255 of 714 ~ 35.71%
G 224 of 714 ~ 31.37%
B 235 of 714 ~ 32.91'%

%35.71
%31.37
%32.91

CMYK color model

#FFE0EB color CMYK value is (0,12,8,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK: (0,12,8,0) C0M12Y8K0 (0%,12%,8%,0%) (0.00/0.12/0.08/0.00) 

CMYK percentages

%0
%12.16
%7.84
%0

Codes

Color #FFE0EB in popluar color models

FF E0 EB
RGB 255 224 235
HSL 339° 100.00% 93.92%
HSB/HSV 339° 12.16% 100.00%
CMYK 0.00% 12.16% 7.84%
0.00%

Color #FFE0EB in popluar number systems.

HEX FF E0 EB
Decimal 255 224 235
Binary 11111111 11100000 11101011
Octal 377 340 353

Shades and tints

Shades of #FFE0EB

#FFE0EB
(255,224,235)
#E8CCD6
(232,204,214)
#D1B8C1
(209,184,193)
#BAA4AC
(186,164,172)
#A39097
(163,144,151)
#8C7C82
(140,124,130)
#75686D
(117,104,109)
#5E5458
(94,84,88)
#474043
(71,64,67)
#302C2E
(48,44,46)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #FFE0EB

#FFE0EB
(255,224,235)
#FFE2EC
(255,226,236)
#FFE4ED
(255,228,237)
#FFE6EE
(255,230,238)
#FFE8EF
(255,232,239)
#FFEAF0
(255,234,240)
#FFECF1
(255,236,241)
#FFEEF2
(255,238,242)
#FFF0F3
(255,240,243)
#FFF2F4
(255,242,244)
#FFF4F5
(255,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0EB; }

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

This text font color is #FFE0EB.


Background Color

.myBgColor { background-color: #FFE0EB; }

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

This div background color is #FFE0EB.


Border color

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

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

This div border color is #FFE0EB.


Opacity

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

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

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

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

This text has shadow with #FFE0EB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FFE0EB on black background.


Color preview on white background

This text has color #FFE0EB on white background.



Black color preview on #FFE0EB background

This text has black color on #FFE0EB background.


White color preview on #FFE0EB background

This text has white color on #FFE0EB background.