COLOR #FECFCE

HEX: #FECFCE RGB: (254,207,206)

Color info

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

RGB color model

#FECFCE color RGB value is (254,207,206).

RGB: (254,207,206) (100%, 81%, 81%)

RGB channels and saturation

R 254 of 255 = 100%
G 207 of 255 = 81%
B 206 of 255 = 81%

254
207
206

R + G + B ~ 87%. #FECFCE is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 207 + 206 = 667 (100%)
R 254 of 667 ~ 38.08%
G 207 of 667 ~ 31.03%
B 206 of 667 ~ 30.88'%

%38.08
%31.03
%30.88

CMYK color model

#FECFCE color CMYK value is (0,19,19,0).

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

CMYK: (0,19,19,0)
C0M19Y19K0 (0%, 19%, 19%, 0%)
(0.00 / 0.19 / 0.19 / 0.00)

CMYK percentages

%0
%18.5
%18.9
%0.39

Codes

Color #FECFCE in popluar color models

FE CF CE
RGB 254 207 206
HSL 96.00% 90.20%
HSB/HSV 18.90% 99.61%
CMYK 0.00% 18.50% 18.90%
0.39%

Color #FECFCE in popluar number systems.

HEX FE CF CE
Decimal 254 207 206
Binary 11111110 11001111 11001110
Octal 376 317 316

Shades and tints

Shades of #FECFCE

#FECFCE
(254,207,206)
#E7BDBC
(231,189,188)
#D0ABAA
(208,171,170)
#B99998
(185,153,152)
#A28786
(162,135,134)
#8B7574
(139,117,116)
#746362
(116,99,98)
#5D5150
(93,81,80)
#463F3E
(70,63,62)
#2F2D2C
(47,45,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #FECFCE

#FECFCE
(254,207,206)
#FED3D2
(254,211,210)
#FED7D6
(254,215,214)
#FEDBDA
(254,219,218)
#FEDFDE
(254,223,222)
#FEE3E2
(254,227,226)
#FEE7E6
(254,231,230)
#FEEBEA
(254,235,234)
#FEEFEE
(254,239,238)
#FEF3F2
(254,243,242)
#FEF7F6
(254,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECFCE; }

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

This text font color is #FECFCE.

Background Color

.myBgColor { background-color: #FECFCE; }

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

This div background color is #FECFCE.

Border color

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

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

This div border color is #FECFCE.

Opacity

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

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

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

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

This text has shadow with #FECFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECFCE.

Preview

Color preview on black background

This text has color #FECFCE on black background.


Color preview on white background

This text has color #FECFCE on white background.


Black color preview on #FECFCE background

This text has black color on #FECFCE background.


White color preview on #FECFCE background

This text has white color on #FECFCE background.


Related colors

Complementary color

Complementary color for #hex is #013031.


I love getcolorcode.com

Triadic colors

1 #CEFECF and #CFCEFE with #FECFCE are triadic colors.

2 #CECFFE and #CFFECE with #FECFCE are triadic colors.