COLOR #FEC8C6

HEX: #FEC8C6 RGB: (254,200,198)

Color info

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

RGB color model

#FEC8C6 color RGB value is (254,200,198).

RGB: (254,200,198) (100%, 78%, 78%)

RGB channels and saturation

R 254 of 255 = 100%
G 200 of 255 = 78%
B 198 of 255 = 78%

254
200
198

R + G + B ~ 85%. #FEC8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 200 + 198 = 652 (100%)
R 254 of 652 ~ 38.96%
G 200 of 652 ~ 30.67%
B 198 of 652 ~ 30.37'%

%38.96
%30.67
%30.37

CMYK color model

#FEC8C6 color CMYK value is (0,21,22,0).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 22.05%
  • key color value is 0.39%

CMYK: (0,21,22,0)
C0M21Y22K0 (0%, 21%, 22%, 0%)
(0.00 / 0.21 / 0.22 / 0.00)

CMYK percentages

%0
%21.26
%22.05
%0.39

Codes

Color #FEC8C6 in popluar color models

FE C8 C6
RGB 254 200 198
HSL 96.55% 88.63%
HSB/HSV 22.05% 99.61%
CMYK 0.00% 21.26% 22.05%
0.39%

Color #FEC8C6 in popluar number systems.

HEX FE C8 C6
Decimal 254 200 198
Binary 11111110 11001000 11000110
Octal 376 310 306

Shades and tints

Shades of #FEC8C6

#FEC8C6
(254,200,198)
#E7B6B4
(231,182,180)
#D0A4A2
(208,164,162)
#B99290
(185,146,144)
#A2807E
(162,128,126)
#8B6E6C
(139,110,108)
#745C5A
(116,92,90)
#5D4A48
(93,74,72)
#463836
(70,56,54)
#2F2624
(47,38,36)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #FEC8C6

#FEC8C6
(254,200,198)
#FECDCB
(254,205,203)
#FED2D0
(254,210,208)
#FED7D5
(254,215,213)
#FEDCDA
(254,220,218)
#FEE1DF
(254,225,223)
#FEE6E4
(254,230,228)
#FEEBE9
(254,235,233)
#FEF0EE
(254,240,238)
#FEF5F3
(254,245,243)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC8C6 color. Also use rgb(254,200,198) instead hex code.

Text Font Color

.myTextColor { color: #FEC8C6; }

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

This text font color is #FEC8C6.

Background Color

.myBgColor { background-color: #FEC8C6; }

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

This div background color is #FEC8C6.

Border color

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

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

This div border color is #FEC8C6.

Opacity

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

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

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

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

This text has shadow with #FEC8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC8C6.

Preview

Color preview on black background

This text has color #FEC8C6 on black background.


Color preview on white background

This text has color #FEC8C6 on white background.


Black color preview on #FEC8C6 background

This text has black color on #FEC8C6 background.


White color preview on #FEC8C6 background

This text has white color on #FEC8C6 background.


Related colors

Complementary color

Complementary color for #hex is #013739.


I love getcolorcode.com

Triadic colors

1 #C6FEC8 and #C8C6FE with #FEC8C6 are triadic colors.

2 #C6C8FE and #C8FEC6 with #FEC8C6 are triadic colors.