COLOR #FECEF6

HEX: #FECEF6 RGB: (254,206,246)

Color info

#FECEF6 contains red, green and blue colors in about the same proportion. Web safe color of #FECEF6 is #FFCCFF (or #FCF).

RGB color model

#FECEF6 color RGB value is (254,206,246).

RGB: (254,206,246) (100%, 81%, 96%)

RGB channels and saturation

R 254 of 255 = 100%
G 206 of 255 = 81%
B 246 of 255 = 96%

254
206
246

R + G + B ~ 92%. #FECEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 206 + 246 = 706 (100%)
R 254 of 706 ~ 35.98%
G 206 of 706 ~ 29.18%
B 246 of 706 ~ 34.84'%

%35.98
%29.18
%34.84

CMYK color model

#FECEF6 color CMYK value is (0,19,3,0).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK: (0,19,3,0) C0M19Y3K0 (0%,19%,3%,0%) (0.00/0.19/0.03/0.00) 

CMYK percentages

%0
%18.9
%3.15
%0.39

Codes

Color #FECEF6 in popluar color models

FE CE F6
RGB 254 206 246
HSL 310° 96.00% 90.20%
HSB/HSV 310° 18.90% 99.61%
CMYK 0.00% 18.90% 3.15%
0.39%

Color #FECEF6 in popluar number systems.

HEX FE CE F6
Decimal 254 206 246
Binary 11111110 11001110 11110110
Octal 376 316 366

Shades and tints

Shades of #FECEF6

#FECEF6
(254,206,246)
#E7BCE0
(231,188,224)
#D0AACA
(208,170,202)
#B998B4
(185,152,180)
#A2869E
(162,134,158)
#8B7488
(139,116,136)
#746272
(116,98,114)
#5D505C
(93,80,92)
#463E46
(70,62,70)
#2F2C30
(47,44,48)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #FECEF6

#FECEF6
(254,206,246)
#FED2F6
(254,210,246)
#FED6F6
(254,214,246)
#FEDAF6
(254,218,246)
#FEDEF6
(254,222,246)
#FEE2F6
(254,226,246)
#FEE6F6
(254,230,246)
#FEEAF6
(254,234,246)
#FEEEF6
(254,238,246)
#FEF2F6
(254,242,246)
#FEF6F6
(254,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECEF6; }

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

This text font color is #FECEF6.

Background Color

.myBgColor { background-color: #FECEF6; }

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

This div background color is #FECEF6.

Border color

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

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

This div border color is #FECEF6.

Opacity

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

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

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

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

This text has shadow with #FECEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECEF6.

Preview

Color preview on black background

This text has color #FECEF6 on black background.


Color preview on white background

This text has color #FECEF6 on white background.


Black color preview on #FECEF6 background

This text has black color on #FECEF6 background.


White color preview on #FECEF6 background

This text has white color on #FECEF6 background.


Related colors

Complementary color

Complementary color for #hex is #013109.


I love getcolorcode.com

Triadic colors

1 #F6FECE and #CEF6FE with #FECEF6 are triadic colors.

2 #F6CEFE and #CEFEF6 with #FECEF6 are triadic colors.