COLOR #FEE6CF

HEX: #FEE6CF RGB: (254,230,207)

Color info

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

RGB color model

#FEE6CF color RGB value is (254,230,207).

RGB: (254,230,207) (100%, 90%, 81%)

RGB channels and saturation

R 254 of 255 = 100%
G 230 of 255 = 90%
B 207 of 255 = 81%

254
230
207

R + G + B ~ 90%. #FEE6CF is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 230 + 207 = 691 (100%)
R 254 of 691 ~ 36.76%
G 230 of 691 ~ 33.29%
B 207 of 691 ~ 29.96'%

%36.76
%33.29
%29.96

CMYK color model

#FEE6CF color CMYK value is (0,9,19,0).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 18.50%
  • key color value is 0.39%

CMYK: (0,9,19,0)
C0M9Y19K0 (0%, 9%, 19%, 0%)
(0.00 / 0.09 / 0.19 / 0.00)

CMYK percentages

%0
%9.45
%18.5
%0.39

Codes

Color #FEE6CF in popluar color models

FE E6 CF
RGB 254 230 207
HSL 29° 95.92% 90.39%
HSB/HSV 29° 18.50% 99.61%
CMYK 0.00% 9.45% 18.50%
0.39%

Color #FEE6CF in popluar number systems.

HEX FE E6 CF
Decimal 254 230 207
Binary 11111110 11100110 11001111
Octal 376 346 317

Shades and tints

Shades of #FEE6CF

#FEE6CF
(254,230,207)
#E7D2BD
(231,210,189)
#D0BEAB
(208,190,171)
#B9AA99
(185,170,153)
#A29687
(162,150,135)
#8B8275
(139,130,117)
#746E63
(116,110,99)
#5D5A51
(93,90,81)
#46463F
(70,70,63)
#2F322D
(47,50,45)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #FEE6CF

#FEE6CF
(254,230,207)
#FEE8D3
(254,232,211)
#FEEAD7
(254,234,215)
#FEECDB
(254,236,219)
#FEEEDF
(254,238,223)
#FEF0E3
(254,240,227)
#FEF2E7
(254,242,231)
#FEF4EB
(254,244,235)
#FEF6EF
(254,246,239)
#FEF8F3
(254,248,243)
#FEFAF7
(254,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE6CF; }

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

This text font color is #FEE6CF.

Background Color

.myBgColor { background-color: #FEE6CF; }

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

This div background color is #FEE6CF.

Border color

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

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

This div border color is #FEE6CF.

Opacity

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

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

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

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

This text has shadow with #FEE6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE6CF.

Preview

Color preview on black background

This text has color #FEE6CF on black background.


Color preview on white background

This text has color #FEE6CF on white background.


Black color preview on #FEE6CF background

This text has black color on #FEE6CF background.


White color preview on #FEE6CF background

This text has white color on #FEE6CF background.


Related colors

Complementary color

Complementary color for #hex is #011930.


I love getcolorcode.com

Triadic colors

1 #CFFEE6 and #E6CFFE with #FEE6CF are triadic colors.

2 #CFE6FE and #E6FECF with #FEE6CF are triadic colors.