COLOR #FFE0E6

HEX: #FFE0E6
RGB: (255,224,230)

Color info

#FFE0E6 contains red, green and blue colors in about the same proportion. Web safe color of #FFE0E6 is #FFCCCC (or #FCC).

RGB color model

#FFE0E6 color RGB value is (255,224,230).

  • red value is 255;
  • green value is 224;
  • blue value is 230.
RGB:
(255,224,230)
(100%,88%,90%)

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 230 of 255 = 90%

255
224
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 230 = 709 (100%)
R 255 of 709 ~ 35.97%
G 224 of 709 ~ 31.59%
B 230 of 709 ~ 32.44%

%35.97
%31.59
%32.44

CMYK color model

#FFE0E6 color CMYK value is (0,12,10,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,12,10,0)
C0M12Y10K0 
(0%,12%,10%,0%)
(0.00/0.12/0.10/0.00)	

CMYK percentages

%0
%12.16
%9.8
%0

Codes

Color #FFE0E6 in popluar color models

FFE0E6
RGB255224230
HSL348°100.00%93.92%
HSB/HSV348°12.16%100.00%
CMYK0.00%12.16%9.80%
0.00%

Color #FFE0E6 in popluar number systems.

HEXFFE0E6
Decimal255224230
Binary111111111110000011100110
Octal377340346

Shades and tints

Shades of #FFE0E6

#FFE0E6
(255,224,230)
#E8CCD2
(232,204,210)
#D1B8BE
(209,184,190)
#BAA4AA
(186,164,170)
#A39096
(163,144,150)
#8C7C82
(140,124,130)
#75686E
(117,104,110)
#5E545A
(94,84,90)
#474046
(71,64,70)
#302C32
(48,44,50)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #FFE0E6

#FFE0E6
(255,224,230)
#FFE2E8
(255,226,232)
#FFE4EA
(255,228,234)
#FFE6EC
(255,230,236)
#FFE8EE
(255,232,238)
#FFEAF0
(255,234,240)
#FFECF2
(255,236,242)
#FFEEF4
(255,238,244)
#FFF0F6
(255,240,246)
#FFF2F8
(255,242,248)
#FFF4FA
(255,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0E6; }

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

This text font color is #FFE0E6.


Background Color

.myBgColor { background-color: #FFE0E6; }

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

This div background color is #FFE0E6.


Border color

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

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

This div border color is #FFE0E6.


Opacity

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

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

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

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

This text has shadow with #FFE0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0E6 on black background.


Color preview on white background

This text has color #FFE0E6 on white background.



Black color preview on #FFE0E6 background

This text has black color on #FFE0E6 background.


White color preview on #FFE0E6 background

This text has white color on #FFE0E6 background.