COLOR #FFE6C6

HEX: #FFE6C6 RGB: (255,230,198)

Color info

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

RGB color model

#FFE6C6 color RGB value is (255,230,198).

RGB: (255,230,198) (100%, 90%, 78%)

RGB channels and saturation

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

255
230
198

R + G + B ~ 89%. #FFE6C6 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 230 + 198 = 683 (100%)
R 255 of 683 ~ 37.34%
G 230 of 683 ~ 33.67%
B 198 of 683 ~ 28.99'%

%37.34
%33.67
%28.99

CMYK color model

#FFE6C6 color CMYK value is (0,10,22,0).

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

CMYK percentages

%0
%9.8
%22.35
%0

Codes

Color #FFE6C6 in popluar color models

FF E6 C6
RGB 255 230 198
HSL 34° 100.00% 88.82%
HSB/HSV 34° 22.35% 100.00%
CMYK 0.00% 9.80% 22.35%
0.00%

Color #FFE6C6 in popluar number systems.

HEX FF E6 C6
Decimal 255 230 198
Binary 11111111 11100110 11000110
Octal 377 346 306

Shades and tints

Shades of #FFE6C6

#FFE6C6
(255,230,198)
#E8D2B4
(232,210,180)
#D1BEA2
(209,190,162)
#BAAA90
(186,170,144)
#A3967E
(163,150,126)
#8C826C
(140,130,108)
#756E5A
(117,110,90)
#5E5A48
(94,90,72)
#474636
(71,70,54)
#303224
(48,50,36)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #FFE6C6

#FFE6C6
(255,230,198)
#FFE8CB
(255,232,203)
#FFEAD0
(255,234,208)
#FFECD5
(255,236,213)
#FFEEDA
(255,238,218)
#FFF0DF
(255,240,223)
#FFF2E4
(255,242,228)
#FFF4E9
(255,244,233)
#FFF6EE
(255,246,238)
#FFF8F3
(255,248,243)
#FFFAF8
(255,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6C6; }

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

This text font color is #FFE6C6.

Background Color

.myBgColor { background-color: #FFE6C6; }

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

This div background color is #FFE6C6.

Border color

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

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

This div border color is #FFE6C6.

Opacity

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

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

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

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

This text has shadow with #FFE6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE6C6.

Preview

Color preview on black background

This text has color #FFE6C6 on black background.


Color preview on white background

This text has color #FFE6C6 on white background.


Black color preview on #FFE6C6 background

This text has black color on #FFE6C6 background.


White color preview on #FFE6C6 background

This text has white color on #FFE6C6 background.


Related colors

Complementary color

Complementary color for #hex is #001939.


I love getcolorcode.com

Triadic colors

1 #C6FFE6 and #E6C6FF with #FFE6C6 are triadic colors.

2 #C6E6FF and #E6FFC6 with #FFE6C6 are triadic colors.