COLOR #FFE6E6

HEX: #FFE6E6
RGB: (255,230,230)

Color info

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

RGB color model

#FFE6E6 color RGB value is (255,230,230).

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

RGB channels and saturation

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

255
230
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 230 = 715 (100%)
R 255 of 715 ~ 35.66%
G 230 of 715 ~ 32.17%
B 230 of 715 ~ 32.17%

%35.66
%32.17
%32.17

CMYK color model

#FFE6E6 color CMYK value is (0,10,10,0).

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

CMYK percentages

%0
%9.8
%9.8
%0

Codes

Color #FFE6E6 in popluar color models

FFE6E6
RGB255230230
HSL100.00%95.10%
HSB/HSV9.80%100.00%
CMYK0.00%9.80%9.80%
0.00%

Color #FFE6E6 in popluar number systems.

HEXFFE6E6
Decimal255230230
Binary111111111110011011100110
Octal377346346

Shades and tints

Shades of #FFE6E6

#FFE6E6
(255,230,230)
#E8D2D2
(232,210,210)
#D1BEBE
(209,190,190)
#BAAAAA
(186,170,170)
#A39696
(163,150,150)
#8C8282
(140,130,130)
#756E6E
(117,110,110)
#5E5A5A
(94,90,90)
#474646
(71,70,70)
#303232
(48,50,50)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #FFE6E6

#FFE6E6
(255,230,230)
#FFE8E8
(255,232,232)
#FFEAEA
(255,234,234)
#FFECEC
(255,236,236)
#FFEEEE
(255,238,238)
#FFF0F0
(255,240,240)
#FFF2F2
(255,242,242)
#FFF4F4
(255,244,244)
#FFF6F6
(255,246,246)
#FFF8F8
(255,248,248)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6E6; }

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

This text font color is #FFE6E6.


Background Color

.myBgColor { background-color: #FFE6E6; }

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

This div background color is #FFE6E6.


Border color

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

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

This div border color is #FFE6E6.


Opacity

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

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

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

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

This text has shadow with #FFE6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6E6 on black background.


Color preview on white background

This text has color #FFE6E6 on white background.



Black color preview on #FFE6E6 background

This text has black color on #FFE6E6 background.


White color preview on #FFE6E6 background

This text has white color on #FFE6E6 background.